1 | <?php |
||
8 | class GetTransactionListForCustomerRequest extends ANetApiRequestType |
||
9 | { |
||
10 | |||
11 | /** |
||
12 | * @property string $customerProfileId |
||
13 | */ |
||
14 | private $customerProfileId = null; |
||
15 | |||
16 | /** |
||
17 | * @property string $customerPaymentProfileId |
||
18 | */ |
||
19 | private $customerPaymentProfileId = null; |
||
20 | |||
21 | /** |
||
22 | * @property \net\authorize\api\contract\v1\TransactionListSortingType $sorting |
||
23 | */ |
||
24 | private $sorting = null; |
||
25 | |||
26 | /** |
||
27 | * @property \net\authorize\api\contract\v1\PagingType $paging |
||
28 | */ |
||
29 | private $paging = null; |
||
30 | |||
31 | /** |
||
32 | * Gets as customerProfileId |
||
33 | * |
||
34 | * @return string |
||
35 | */ |
||
36 | public function getCustomerProfileId() |
||
40 | |||
41 | /** |
||
42 | * Sets a new customerProfileId |
||
43 | * |
||
44 | * @param string $customerProfileId |
||
45 | * @return self |
||
46 | */ |
||
47 | public function setCustomerProfileId($customerProfileId) |
||
52 | |||
53 | /** |
||
54 | * Gets as customerPaymentProfileId |
||
55 | * |
||
56 | * @return string |
||
57 | */ |
||
58 | public function getCustomerPaymentProfileId() |
||
62 | |||
63 | /** |
||
64 | * Sets a new customerPaymentProfileId |
||
65 | * |
||
66 | * @param string $customerPaymentProfileId |
||
67 | * @return self |
||
68 | */ |
||
69 | public function setCustomerPaymentProfileId($customerPaymentProfileId) |
||
74 | |||
75 | /** |
||
76 | * Gets as sorting |
||
77 | * |
||
78 | * @return \net\authorize\api\contract\v1\TransactionListSortingType |
||
79 | */ |
||
80 | public function getSorting() |
||
84 | |||
85 | /** |
||
86 | * Sets a new sorting |
||
87 | * |
||
88 | * @param \net\authorize\api\contract\v1\TransactionListSortingType $sorting |
||
89 | * @return self |
||
90 | */ |
||
91 | public function setSorting(\net\authorize\api\contract\v1\TransactionListSortingType $sorting) |
||
96 | |||
97 | /** |
||
98 | * Gets as paging |
||
99 | * |
||
100 | * @return \net\authorize\api\contract\v1\PagingType |
||
101 | */ |
||
102 | public function getPaging() |
||
106 | |||
107 | /** |
||
108 | * Sets a new paging |
||
109 | * |
||
110 | * @param \net\authorize\api\contract\v1\PagingType $paging |
||
111 | * @return self |
||
112 | */ |
||
113 | public function setPaging(\net\authorize\api\contract\v1\PagingType $paging) |
||
118 | |||
119 | |||
120 | } |
||
121 | |||
122 |