1
|
|
|
<?php |
2
|
|
|
|
3
|
|
|
namespace net\authorize\api\contract\v1; |
4
|
|
|
|
5
|
|
|
/** |
6
|
|
|
* Class representing EnumCollection |
7
|
|
|
*/ |
8
|
|
|
class EnumCollection |
9
|
|
|
{ |
10
|
|
|
|
11
|
|
|
/** |
12
|
|
|
* @property \net\authorize\api\contract\v1\CustomerProfileSummaryType |
13
|
|
|
* $customerProfileSummaryType |
14
|
|
|
*/ |
15
|
|
|
private $customerProfileSummaryType = null; |
16
|
|
|
|
17
|
|
|
/** |
18
|
|
|
* @property \net\authorize\api\contract\v1\PaymentSimpleType $paymentSimpleType |
19
|
|
|
*/ |
20
|
|
|
private $paymentSimpleType = null; |
21
|
|
|
|
22
|
|
|
/** |
23
|
|
|
* @property string $accountTypeEnum |
24
|
|
|
*/ |
25
|
|
|
private $accountTypeEnum = null; |
26
|
|
|
|
27
|
|
|
/** |
28
|
|
|
* @property string $cardTypeEnum |
29
|
|
|
*/ |
30
|
|
|
private $cardTypeEnum = null; |
31
|
|
|
|
32
|
|
|
/** |
33
|
|
|
* @property string $fDSFilterActionEnum |
34
|
|
|
*/ |
35
|
|
|
private $fDSFilterActionEnum = null; |
36
|
|
|
|
37
|
|
|
/** |
38
|
|
|
* @property string $permissionsEnum |
39
|
|
|
*/ |
40
|
|
|
private $permissionsEnum = null; |
41
|
|
|
|
42
|
|
|
/** |
43
|
|
|
* @property string $settingNameEnum |
44
|
|
|
*/ |
45
|
|
|
private $settingNameEnum = null; |
46
|
|
|
|
47
|
|
|
/** |
48
|
|
|
* @property string $settlementStateEnum |
49
|
|
|
*/ |
50
|
|
|
private $settlementStateEnum = null; |
51
|
|
|
|
52
|
|
|
/** |
53
|
|
|
* @property string $transactionStatusEnum |
54
|
|
|
*/ |
55
|
|
|
private $transactionStatusEnum = null; |
56
|
|
|
|
57
|
|
|
/** |
58
|
|
|
* @property string $transactionTypeEnum |
59
|
|
|
*/ |
60
|
|
|
private $transactionTypeEnum = null; |
61
|
|
|
|
62
|
|
|
/** |
63
|
|
|
* Gets as customerProfileSummaryType |
64
|
|
|
* |
65
|
|
|
* @return \net\authorize\api\contract\v1\CustomerProfileSummaryType |
66
|
|
|
*/ |
67
|
|
|
public function getCustomerProfileSummaryType() |
68
|
|
|
{ |
69
|
|
|
return $this->customerProfileSummaryType; |
70
|
|
|
} |
71
|
|
|
|
72
|
|
|
/** |
73
|
|
|
* Sets a new customerProfileSummaryType |
74
|
|
|
* |
75
|
|
|
* @param \net\authorize\api\contract\v1\CustomerProfileSummaryType |
76
|
|
|
* $customerProfileSummaryType |
77
|
|
|
* @return self |
78
|
|
|
*/ |
79
|
|
|
public function setCustomerProfileSummaryType(\net\authorize\api\contract\v1\CustomerProfileSummaryType $customerProfileSummaryType) |
80
|
|
|
{ |
81
|
|
|
$this->customerProfileSummaryType = $customerProfileSummaryType; |
82
|
|
|
return $this; |
83
|
|
|
} |
84
|
|
|
|
85
|
|
|
/** |
86
|
|
|
* Gets as paymentSimpleType |
87
|
|
|
* |
88
|
|
|
* @return \net\authorize\api\contract\v1\PaymentSimpleType |
89
|
|
|
*/ |
90
|
|
|
public function getPaymentSimpleType() |
91
|
|
|
{ |
92
|
|
|
return $this->paymentSimpleType; |
93
|
|
|
} |
94
|
|
|
|
95
|
|
|
/** |
96
|
|
|
* Sets a new paymentSimpleType |
97
|
|
|
* |
98
|
|
|
* @param \net\authorize\api\contract\v1\PaymentSimpleType $paymentSimpleType |
99
|
|
|
* @return self |
100
|
|
|
*/ |
101
|
|
|
public function setPaymentSimpleType(\net\authorize\api\contract\v1\PaymentSimpleType $paymentSimpleType) |
102
|
|
|
{ |
103
|
|
|
$this->paymentSimpleType = $paymentSimpleType; |
104
|
|
|
return $this; |
105
|
|
|
} |
106
|
|
|
|
107
|
|
|
/** |
108
|
|
|
* Gets as accountTypeEnum |
109
|
|
|
* |
110
|
|
|
* @return string |
111
|
|
|
*/ |
112
|
|
|
public function getAccountTypeEnum() |
113
|
|
|
{ |
114
|
|
|
return $this->accountTypeEnum; |
115
|
|
|
} |
116
|
|
|
|
117
|
|
|
/** |
118
|
|
|
* Sets a new accountTypeEnum |
119
|
|
|
* |
120
|
|
|
* @param string $accountTypeEnum |
121
|
|
|
* @return self |
122
|
|
|
*/ |
123
|
|
|
public function setAccountTypeEnum($accountTypeEnum) |
124
|
|
|
{ |
125
|
|
|
$this->accountTypeEnum = $accountTypeEnum; |
126
|
|
|
return $this; |
127
|
|
|
} |
128
|
|
|
|
129
|
|
|
/** |
130
|
|
|
* Gets as cardTypeEnum |
131
|
|
|
* |
132
|
|
|
* @return string |
133
|
|
|
*/ |
134
|
|
|
public function getCardTypeEnum() |
135
|
|
|
{ |
136
|
|
|
return $this->cardTypeEnum; |
137
|
|
|
} |
138
|
|
|
|
139
|
|
|
/** |
140
|
|
|
* Sets a new cardTypeEnum |
141
|
|
|
* |
142
|
|
|
* @param string $cardTypeEnum |
143
|
|
|
* @return self |
144
|
|
|
*/ |
145
|
|
|
public function setCardTypeEnum($cardTypeEnum) |
146
|
|
|
{ |
147
|
|
|
$this->cardTypeEnum = $cardTypeEnum; |
148
|
|
|
return $this; |
149
|
|
|
} |
150
|
|
|
|
151
|
|
|
/** |
152
|
|
|
* Gets as fDSFilterActionEnum |
153
|
|
|
* |
154
|
|
|
* @return string |
155
|
|
|
*/ |
156
|
|
|
public function getFDSFilterActionEnum() |
157
|
|
|
{ |
158
|
|
|
return $this->fDSFilterActionEnum; |
159
|
|
|
} |
160
|
|
|
|
161
|
|
|
/** |
162
|
|
|
* Sets a new fDSFilterActionEnum |
163
|
|
|
* |
164
|
|
|
* @param string $fDSFilterActionEnum |
165
|
|
|
* @return self |
166
|
|
|
*/ |
167
|
|
|
public function setFDSFilterActionEnum($fDSFilterActionEnum) |
168
|
|
|
{ |
169
|
|
|
$this->fDSFilterActionEnum = $fDSFilterActionEnum; |
170
|
|
|
return $this; |
171
|
|
|
} |
172
|
|
|
|
173
|
|
|
/** |
174
|
|
|
* Gets as permissionsEnum |
175
|
|
|
* |
176
|
|
|
* @return string |
177
|
|
|
*/ |
178
|
|
|
public function getPermissionsEnum() |
179
|
|
|
{ |
180
|
|
|
return $this->permissionsEnum; |
181
|
|
|
} |
182
|
|
|
|
183
|
|
|
/** |
184
|
|
|
* Sets a new permissionsEnum |
185
|
|
|
* |
186
|
|
|
* @param string $permissionsEnum |
187
|
|
|
* @return self |
188
|
|
|
*/ |
189
|
|
|
public function setPermissionsEnum($permissionsEnum) |
190
|
|
|
{ |
191
|
|
|
$this->permissionsEnum = $permissionsEnum; |
192
|
|
|
return $this; |
193
|
|
|
} |
194
|
|
|
|
195
|
|
|
/** |
196
|
|
|
* Gets as settingNameEnum |
197
|
|
|
* |
198
|
|
|
* @return string |
199
|
|
|
*/ |
200
|
|
|
public function getSettingNameEnum() |
201
|
|
|
{ |
202
|
|
|
return $this->settingNameEnum; |
203
|
|
|
} |
204
|
|
|
|
205
|
|
|
/** |
206
|
|
|
* Sets a new settingNameEnum |
207
|
|
|
* |
208
|
|
|
* @param string $settingNameEnum |
209
|
|
|
* @return self |
210
|
|
|
*/ |
211
|
|
|
public function setSettingNameEnum($settingNameEnum) |
212
|
|
|
{ |
213
|
|
|
$this->settingNameEnum = $settingNameEnum; |
214
|
|
|
return $this; |
215
|
|
|
} |
216
|
|
|
|
217
|
|
|
/** |
218
|
|
|
* Gets as settlementStateEnum |
219
|
|
|
* |
220
|
|
|
* @return string |
221
|
|
|
*/ |
222
|
|
|
public function getSettlementStateEnum() |
223
|
|
|
{ |
224
|
|
|
return $this->settlementStateEnum; |
225
|
|
|
} |
226
|
|
|
|
227
|
|
|
/** |
228
|
|
|
* Sets a new settlementStateEnum |
229
|
|
|
* |
230
|
|
|
* @param string $settlementStateEnum |
231
|
|
|
* @return self |
232
|
|
|
*/ |
233
|
|
|
public function setSettlementStateEnum($settlementStateEnum) |
234
|
|
|
{ |
235
|
|
|
$this->settlementStateEnum = $settlementStateEnum; |
236
|
|
|
return $this; |
237
|
|
|
} |
238
|
|
|
|
239
|
|
|
/** |
240
|
|
|
* Gets as transactionStatusEnum |
241
|
|
|
* |
242
|
|
|
* @return string |
243
|
|
|
*/ |
244
|
|
|
public function getTransactionStatusEnum() |
245
|
|
|
{ |
246
|
|
|
return $this->transactionStatusEnum; |
247
|
|
|
} |
248
|
|
|
|
249
|
|
|
/** |
250
|
|
|
* Sets a new transactionStatusEnum |
251
|
|
|
* |
252
|
|
|
* @param string $transactionStatusEnum |
253
|
|
|
* @return self |
254
|
|
|
*/ |
255
|
|
|
public function setTransactionStatusEnum($transactionStatusEnum) |
256
|
|
|
{ |
257
|
|
|
$this->transactionStatusEnum = $transactionStatusEnum; |
258
|
|
|
return $this; |
259
|
|
|
} |
260
|
|
|
|
261
|
|
|
/** |
262
|
|
|
* Gets as transactionTypeEnum |
263
|
|
|
* |
264
|
|
|
* @return string |
265
|
|
|
*/ |
266
|
|
|
public function getTransactionTypeEnum() |
267
|
|
|
{ |
268
|
|
|
return $this->transactionTypeEnum; |
269
|
|
|
} |
270
|
|
|
|
271
|
|
|
/** |
272
|
|
|
* Sets a new transactionTypeEnum |
273
|
|
|
* |
274
|
|
|
* @param string $transactionTypeEnum |
275
|
|
|
* @return self |
276
|
|
|
*/ |
277
|
|
|
public function setTransactionTypeEnum($transactionTypeEnum) |
278
|
|
|
{ |
279
|
|
|
$this->transactionTypeEnum = $transactionTypeEnum; |
280
|
|
|
return $this; |
281
|
|
|
} |
282
|
|
|
|
283
|
|
|
|
284
|
|
|
} |
285
|
|
|
|
286
|
|
|
|