-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathmodel_sweep_configuration_v2.go
680 lines (584 loc) · 21.9 KB
/
model_sweep_configuration_v2.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
/*
Configuration webhooks
API version: 2
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
package configurationwebhook
import (
"encoding/json"
"github.com/adyen/adyen-go-api-library/v18/src/common"
)
// checks if the SweepConfigurationV2 type satisfies the MappedNullable interface at compile time
var _ common.MappedNullable = &SweepConfigurationV2{}
// SweepConfigurationV2 struct for SweepConfigurationV2
type SweepConfigurationV2 struct {
// The type of transfer that results from the sweep. Possible values: - **bank**: Sweep to a [transfer instrument](https://docs.adyen.com/api-explorer/#/legalentity/latest/post/transferInstruments__resParam_id). - **internal**: Transfer to another [balance account](https://docs.adyen.com/api-explorer/#/balanceplatform/latest/post/balanceAccounts__resParam_id) within your platform. Required when setting `priorities`.
Category *string `json:"category,omitempty"`
Counterparty SweepCounterparty `json:"counterparty"`
// The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes) in uppercase. For example, **EUR**. The sweep currency must match any of the [balances currencies](https://docs.adyen.com/api-explorer/#/balanceplatform/latest/get/balanceAccounts/{id}__resParam_balances).
Currency string `json:"currency"`
// The message that will be used in the sweep transfer's description body with a maximum length of 140 characters. If the message is longer after replacing placeholders, the message will be cut off at 140 characters.
Description *string `json:"description,omitempty"`
// The unique identifier of the sweep.
Id string `json:"id"`
// The list of priorities for the bank transfer. This sets the speed at which the transfer is sent and the fees that you have to pay. You can provide multiple priorities. Adyen will try to pay out using the priority you list first. If that's not possible, it moves on to the next option in the order of your provided priorities. Possible values: * **regular**: for normal, low-value transactions. * **fast**: a faster way to transfer funds, but the fees are higher. Recommended for high-priority, low-value transactions. * **wire**: the fastest way to transfer funds, but this has the highest fees. Recommended for high-priority, high-value transactions. * **instant**: for instant funds transfers in [SEPA countries](https://www.ecb.europa.eu/paym/integration/retail/sepa/html/index.en.html). * **crossBorder**: for high-value transfers to a recipient in a different country. * **internal**: for transfers to an Adyen-issued business bank account (by bank account number/IBAN). Set `category` to **bank**. For more details, see optional priorities setup for [marketplaces](https://docs.adyen.com/marketplaces/payout-to-users/scheduled-payouts#optional-priorities-setup) or [platforms](https://docs.adyen.com/platforms/payout-to-users/scheduled-payouts#optional-priorities-setup).
Priorities []string `json:"priorities,omitempty"`
// The reason for disabling the sweep.
Reason *string `json:"reason,omitempty"`
// The human readable reason for disabling the sweep.
ReasonDetail *string `json:"reasonDetail,omitempty"`
// Your reference for the sweep configuration.
Reference *string `json:"reference,omitempty"`
// The reference sent to or received from the counterparty. Only alphanumeric characters are allowed.
ReferenceForBeneficiary *string `json:"referenceForBeneficiary,omitempty"`
Schedule SweepSchedule `json:"schedule"`
// The status of the sweep. If not provided, by default, this is set to **active**. Possible values: * **active**: the sweep is enabled and funds will be pulled in or pushed out based on the defined configuration. * **inactive**: the sweep is disabled and cannot be triggered.
Status *string `json:"status,omitempty"`
SweepAmount *Amount `json:"sweepAmount,omitempty"`
TargetAmount *Amount `json:"targetAmount,omitempty"`
TriggerAmount *Amount `json:"triggerAmount,omitempty"`
// The direction of sweep, whether pushing out or pulling in funds to the balance account. If not provided, by default, this is set to **push**. Possible values: * **push**: _push out funds_ to a destination balance account or transfer instrument. * **pull**: _pull in funds_ from a source merchant account, transfer instrument, or balance account.
Type *string `json:"type,omitempty"`
}
// NewSweepConfigurationV2 instantiates a new SweepConfigurationV2 object
// This constructor will assign default values to properties that have it defined,
// and makes sure properties required by API are set, but the set of arguments
// will change when the set of required properties is changed
func NewSweepConfigurationV2(counterparty SweepCounterparty, currency string, id string, schedule SweepSchedule) *SweepConfigurationV2 {
this := SweepConfigurationV2{}
this.Counterparty = counterparty
this.Currency = currency
this.Id = id
this.Schedule = schedule
var type_ string = "push"
this.Type = &type_
return &this
}
// NewSweepConfigurationV2WithDefaults instantiates a new SweepConfigurationV2 object
// This constructor will only assign default values to properties that have it defined,
// but it doesn't guarantee that properties required by API are set
func NewSweepConfigurationV2WithDefaults() *SweepConfigurationV2 {
this := SweepConfigurationV2{}
var type_ string = "push"
this.Type = &type_
return &this
}
// GetCategory returns the Category field value if set, zero value otherwise.
func (o *SweepConfigurationV2) GetCategory() string {
if o == nil || common.IsNil(o.Category) {
var ret string
return ret
}
return *o.Category
}
// GetCategoryOk returns a tuple with the Category field value if set, nil otherwise
// and a boolean to check if the value has been set.
func (o *SweepConfigurationV2) GetCategoryOk() (*string, bool) {
if o == nil || common.IsNil(o.Category) {
return nil, false
}
return o.Category, true
}
// HasCategory returns a boolean if a field has been set.
func (o *SweepConfigurationV2) HasCategory() bool {
if o != nil && !common.IsNil(o.Category) {
return true
}
return false
}
// SetCategory gets a reference to the given string and assigns it to the Category field.
func (o *SweepConfigurationV2) SetCategory(v string) {
o.Category = &v
}
// GetCounterparty returns the Counterparty field value
func (o *SweepConfigurationV2) GetCounterparty() SweepCounterparty {
if o == nil {
var ret SweepCounterparty
return ret
}
return o.Counterparty
}
// GetCounterpartyOk returns a tuple with the Counterparty field value
// and a boolean to check if the value has been set.
func (o *SweepConfigurationV2) GetCounterpartyOk() (*SweepCounterparty, bool) {
if o == nil {
return nil, false
}
return &o.Counterparty, true
}
// SetCounterparty sets field value
func (o *SweepConfigurationV2) SetCounterparty(v SweepCounterparty) {
o.Counterparty = v
}
// GetCurrency returns the Currency field value
func (o *SweepConfigurationV2) GetCurrency() string {
if o == nil {
var ret string
return ret
}
return o.Currency
}
// GetCurrencyOk returns a tuple with the Currency field value
// and a boolean to check if the value has been set.
func (o *SweepConfigurationV2) GetCurrencyOk() (*string, bool) {
if o == nil {
return nil, false
}
return &o.Currency, true
}
// SetCurrency sets field value
func (o *SweepConfigurationV2) SetCurrency(v string) {
o.Currency = v
}
// GetDescription returns the Description field value if set, zero value otherwise.
func (o *SweepConfigurationV2) GetDescription() string {
if o == nil || common.IsNil(o.Description) {
var ret string
return ret
}
return *o.Description
}
// GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise
// and a boolean to check if the value has been set.
func (o *SweepConfigurationV2) GetDescriptionOk() (*string, bool) {
if o == nil || common.IsNil(o.Description) {
return nil, false
}
return o.Description, true
}
// HasDescription returns a boolean if a field has been set.
func (o *SweepConfigurationV2) HasDescription() bool {
if o != nil && !common.IsNil(o.Description) {
return true
}
return false
}
// SetDescription gets a reference to the given string and assigns it to the Description field.
func (o *SweepConfigurationV2) SetDescription(v string) {
o.Description = &v
}
// GetId returns the Id field value
func (o *SweepConfigurationV2) GetId() string {
if o == nil {
var ret string
return ret
}
return o.Id
}
// GetIdOk returns a tuple with the Id field value
// and a boolean to check if the value has been set.
func (o *SweepConfigurationV2) GetIdOk() (*string, bool) {
if o == nil {
return nil, false
}
return &o.Id, true
}
// SetId sets field value
func (o *SweepConfigurationV2) SetId(v string) {
o.Id = v
}
// GetPriorities returns the Priorities field value if set, zero value otherwise.
func (o *SweepConfigurationV2) GetPriorities() []string {
if o == nil || common.IsNil(o.Priorities) {
var ret []string
return ret
}
return o.Priorities
}
// GetPrioritiesOk returns a tuple with the Priorities field value if set, nil otherwise
// and a boolean to check if the value has been set.
func (o *SweepConfigurationV2) GetPrioritiesOk() ([]string, bool) {
if o == nil || common.IsNil(o.Priorities) {
return nil, false
}
return o.Priorities, true
}
// HasPriorities returns a boolean if a field has been set.
func (o *SweepConfigurationV2) HasPriorities() bool {
if o != nil && !common.IsNil(o.Priorities) {
return true
}
return false
}
// SetPriorities gets a reference to the given []string and assigns it to the Priorities field.
func (o *SweepConfigurationV2) SetPriorities(v []string) {
o.Priorities = v
}
// GetReason returns the Reason field value if set, zero value otherwise.
func (o *SweepConfigurationV2) GetReason() string {
if o == nil || common.IsNil(o.Reason) {
var ret string
return ret
}
return *o.Reason
}
// GetReasonOk returns a tuple with the Reason field value if set, nil otherwise
// and a boolean to check if the value has been set.
func (o *SweepConfigurationV2) GetReasonOk() (*string, bool) {
if o == nil || common.IsNil(o.Reason) {
return nil, false
}
return o.Reason, true
}
// HasReason returns a boolean if a field has been set.
func (o *SweepConfigurationV2) HasReason() bool {
if o != nil && !common.IsNil(o.Reason) {
return true
}
return false
}
// SetReason gets a reference to the given string and assigns it to the Reason field.
func (o *SweepConfigurationV2) SetReason(v string) {
o.Reason = &v
}
// GetReasonDetail returns the ReasonDetail field value if set, zero value otherwise.
func (o *SweepConfigurationV2) GetReasonDetail() string {
if o == nil || common.IsNil(o.ReasonDetail) {
var ret string
return ret
}
return *o.ReasonDetail
}
// GetReasonDetailOk returns a tuple with the ReasonDetail field value if set, nil otherwise
// and a boolean to check if the value has been set.
func (o *SweepConfigurationV2) GetReasonDetailOk() (*string, bool) {
if o == nil || common.IsNil(o.ReasonDetail) {
return nil, false
}
return o.ReasonDetail, true
}
// HasReasonDetail returns a boolean if a field has been set.
func (o *SweepConfigurationV2) HasReasonDetail() bool {
if o != nil && !common.IsNil(o.ReasonDetail) {
return true
}
return false
}
// SetReasonDetail gets a reference to the given string and assigns it to the ReasonDetail field.
func (o *SweepConfigurationV2) SetReasonDetail(v string) {
o.ReasonDetail = &v
}
// GetReference returns the Reference field value if set, zero value otherwise.
func (o *SweepConfigurationV2) GetReference() string {
if o == nil || common.IsNil(o.Reference) {
var ret string
return ret
}
return *o.Reference
}
// GetReferenceOk returns a tuple with the Reference field value if set, nil otherwise
// and a boolean to check if the value has been set.
func (o *SweepConfigurationV2) GetReferenceOk() (*string, bool) {
if o == nil || common.IsNil(o.Reference) {
return nil, false
}
return o.Reference, true
}
// HasReference returns a boolean if a field has been set.
func (o *SweepConfigurationV2) HasReference() bool {
if o != nil && !common.IsNil(o.Reference) {
return true
}
return false
}
// SetReference gets a reference to the given string and assigns it to the Reference field.
func (o *SweepConfigurationV2) SetReference(v string) {
o.Reference = &v
}
// GetReferenceForBeneficiary returns the ReferenceForBeneficiary field value if set, zero value otherwise.
func (o *SweepConfigurationV2) GetReferenceForBeneficiary() string {
if o == nil || common.IsNil(o.ReferenceForBeneficiary) {
var ret string
return ret
}
return *o.ReferenceForBeneficiary
}
// GetReferenceForBeneficiaryOk returns a tuple with the ReferenceForBeneficiary field value if set, nil otherwise
// and a boolean to check if the value has been set.
func (o *SweepConfigurationV2) GetReferenceForBeneficiaryOk() (*string, bool) {
if o == nil || common.IsNil(o.ReferenceForBeneficiary) {
return nil, false
}
return o.ReferenceForBeneficiary, true
}
// HasReferenceForBeneficiary returns a boolean if a field has been set.
func (o *SweepConfigurationV2) HasReferenceForBeneficiary() bool {
if o != nil && !common.IsNil(o.ReferenceForBeneficiary) {
return true
}
return false
}
// SetReferenceForBeneficiary gets a reference to the given string and assigns it to the ReferenceForBeneficiary field.
func (o *SweepConfigurationV2) SetReferenceForBeneficiary(v string) {
o.ReferenceForBeneficiary = &v
}
// GetSchedule returns the Schedule field value
func (o *SweepConfigurationV2) GetSchedule() SweepSchedule {
if o == nil {
var ret SweepSchedule
return ret
}
return o.Schedule
}
// GetScheduleOk returns a tuple with the Schedule field value
// and a boolean to check if the value has been set.
func (o *SweepConfigurationV2) GetScheduleOk() (*SweepSchedule, bool) {
if o == nil {
return nil, false
}
return &o.Schedule, true
}
// SetSchedule sets field value
func (o *SweepConfigurationV2) SetSchedule(v SweepSchedule) {
o.Schedule = v
}
// GetStatus returns the Status field value if set, zero value otherwise.
func (o *SweepConfigurationV2) GetStatus() string {
if o == nil || common.IsNil(o.Status) {
var ret string
return ret
}
return *o.Status
}
// GetStatusOk returns a tuple with the Status field value if set, nil otherwise
// and a boolean to check if the value has been set.
func (o *SweepConfigurationV2) GetStatusOk() (*string, bool) {
if o == nil || common.IsNil(o.Status) {
return nil, false
}
return o.Status, true
}
// HasStatus returns a boolean if a field has been set.
func (o *SweepConfigurationV2) HasStatus() bool {
if o != nil && !common.IsNil(o.Status) {
return true
}
return false
}
// SetStatus gets a reference to the given string and assigns it to the Status field.
func (o *SweepConfigurationV2) SetStatus(v string) {
o.Status = &v
}
// GetSweepAmount returns the SweepAmount field value if set, zero value otherwise.
func (o *SweepConfigurationV2) GetSweepAmount() Amount {
if o == nil || common.IsNil(o.SweepAmount) {
var ret Amount
return ret
}
return *o.SweepAmount
}
// GetSweepAmountOk returns a tuple with the SweepAmount field value if set, nil otherwise
// and a boolean to check if the value has been set.
func (o *SweepConfigurationV2) GetSweepAmountOk() (*Amount, bool) {
if o == nil || common.IsNil(o.SweepAmount) {
return nil, false
}
return o.SweepAmount, true
}
// HasSweepAmount returns a boolean if a field has been set.
func (o *SweepConfigurationV2) HasSweepAmount() bool {
if o != nil && !common.IsNil(o.SweepAmount) {
return true
}
return false
}
// SetSweepAmount gets a reference to the given Amount and assigns it to the SweepAmount field.
func (o *SweepConfigurationV2) SetSweepAmount(v Amount) {
o.SweepAmount = &v
}
// GetTargetAmount returns the TargetAmount field value if set, zero value otherwise.
func (o *SweepConfigurationV2) GetTargetAmount() Amount {
if o == nil || common.IsNil(o.TargetAmount) {
var ret Amount
return ret
}
return *o.TargetAmount
}
// GetTargetAmountOk returns a tuple with the TargetAmount field value if set, nil otherwise
// and a boolean to check if the value has been set.
func (o *SweepConfigurationV2) GetTargetAmountOk() (*Amount, bool) {
if o == nil || common.IsNil(o.TargetAmount) {
return nil, false
}
return o.TargetAmount, true
}
// HasTargetAmount returns a boolean if a field has been set.
func (o *SweepConfigurationV2) HasTargetAmount() bool {
if o != nil && !common.IsNil(o.TargetAmount) {
return true
}
return false
}
// SetTargetAmount gets a reference to the given Amount and assigns it to the TargetAmount field.
func (o *SweepConfigurationV2) SetTargetAmount(v Amount) {
o.TargetAmount = &v
}
// GetTriggerAmount returns the TriggerAmount field value if set, zero value otherwise.
func (o *SweepConfigurationV2) GetTriggerAmount() Amount {
if o == nil || common.IsNil(o.TriggerAmount) {
var ret Amount
return ret
}
return *o.TriggerAmount
}
// GetTriggerAmountOk returns a tuple with the TriggerAmount field value if set, nil otherwise
// and a boolean to check if the value has been set.
func (o *SweepConfigurationV2) GetTriggerAmountOk() (*Amount, bool) {
if o == nil || common.IsNil(o.TriggerAmount) {
return nil, false
}
return o.TriggerAmount, true
}
// HasTriggerAmount returns a boolean if a field has been set.
func (o *SweepConfigurationV2) HasTriggerAmount() bool {
if o != nil && !common.IsNil(o.TriggerAmount) {
return true
}
return false
}
// SetTriggerAmount gets a reference to the given Amount and assigns it to the TriggerAmount field.
func (o *SweepConfigurationV2) SetTriggerAmount(v Amount) {
o.TriggerAmount = &v
}
// GetType returns the Type field value if set, zero value otherwise.
func (o *SweepConfigurationV2) GetType() string {
if o == nil || common.IsNil(o.Type) {
var ret string
return ret
}
return *o.Type
}
// GetTypeOk returns a tuple with the Type field value if set, nil otherwise
// and a boolean to check if the value has been set.
func (o *SweepConfigurationV2) GetTypeOk() (*string, bool) {
if o == nil || common.IsNil(o.Type) {
return nil, false
}
return o.Type, true
}
// HasType returns a boolean if a field has been set.
func (o *SweepConfigurationV2) HasType() bool {
if o != nil && !common.IsNil(o.Type) {
return true
}
return false
}
// SetType gets a reference to the given string and assigns it to the Type field.
func (o *SweepConfigurationV2) SetType(v string) {
o.Type = &v
}
func (o SweepConfigurationV2) MarshalJSON() ([]byte, error) {
toSerialize, err := o.ToMap()
if err != nil {
return []byte{}, err
}
return json.Marshal(toSerialize)
}
func (o SweepConfigurationV2) ToMap() (map[string]interface{}, error) {
toSerialize := map[string]interface{}{}
if !common.IsNil(o.Category) {
toSerialize["category"] = o.Category
}
toSerialize["counterparty"] = o.Counterparty
toSerialize["currency"] = o.Currency
if !common.IsNil(o.Description) {
toSerialize["description"] = o.Description
}
toSerialize["id"] = o.Id
if !common.IsNil(o.Priorities) {
toSerialize["priorities"] = o.Priorities
}
if !common.IsNil(o.Reason) {
toSerialize["reason"] = o.Reason
}
if !common.IsNil(o.ReasonDetail) {
toSerialize["reasonDetail"] = o.ReasonDetail
}
if !common.IsNil(o.Reference) {
toSerialize["reference"] = o.Reference
}
if !common.IsNil(o.ReferenceForBeneficiary) {
toSerialize["referenceForBeneficiary"] = o.ReferenceForBeneficiary
}
toSerialize["schedule"] = o.Schedule
if !common.IsNil(o.Status) {
toSerialize["status"] = o.Status
}
if !common.IsNil(o.SweepAmount) {
toSerialize["sweepAmount"] = o.SweepAmount
}
if !common.IsNil(o.TargetAmount) {
toSerialize["targetAmount"] = o.TargetAmount
}
if !common.IsNil(o.TriggerAmount) {
toSerialize["triggerAmount"] = o.TriggerAmount
}
if !common.IsNil(o.Type) {
toSerialize["type"] = o.Type
}
return toSerialize, nil
}
type NullableSweepConfigurationV2 struct {
value *SweepConfigurationV2
isSet bool
}
func (v NullableSweepConfigurationV2) Get() *SweepConfigurationV2 {
return v.value
}
func (v *NullableSweepConfigurationV2) Set(val *SweepConfigurationV2) {
v.value = val
v.isSet = true
}
func (v NullableSweepConfigurationV2) IsSet() bool {
return v.isSet
}
func (v *NullableSweepConfigurationV2) Unset() {
v.value = nil
v.isSet = false
}
func NewNullableSweepConfigurationV2(val *SweepConfigurationV2) *NullableSweepConfigurationV2 {
return &NullableSweepConfigurationV2{value: val, isSet: true}
}
func (v NullableSweepConfigurationV2) MarshalJSON() ([]byte, error) {
return json.Marshal(v.value)
}
func (v *NullableSweepConfigurationV2) UnmarshalJSON(src []byte) error {
v.isSet = true
return json.Unmarshal(src, &v.value)
}
func (o *SweepConfigurationV2) isValidCategory() bool {
var allowedEnumValues = []string{"bank", "internal", "platformPayment"}
for _, allowed := range allowedEnumValues {
if o.GetCategory() == allowed {
return true
}
}
return false
}
func (o *SweepConfigurationV2) isValidReason() bool {
var allowedEnumValues = []string{"accountHierarchyNotActive", "amountLimitExceeded", "approved", "balanceAccountTemporarilyBlockedByTransactionRule", "counterpartyAccountBlocked", "counterpartyAccountClosed", "counterpartyAccountNotFound", "counterpartyAddressRequired", "counterpartyBankTimedOut", "counterpartyBankUnavailable", "declined", "declinedByTransactionRule", "directDebitNotSupported", "error", "notEnoughBalance", "pendingApproval", "pendingExecution", "refusedByCounterpartyBank", "refusedByCustomer", "routeNotFound", "scaFailed", "transferInstrumentDoesNotExist", "unknown"}
for _, allowed := range allowedEnumValues {
if o.GetReason() == allowed {
return true
}
}
return false
}
func (o *SweepConfigurationV2) isValidStatus() bool {
var allowedEnumValues = []string{"active", "inactive"}
for _, allowed := range allowedEnumValues {
if o.GetStatus() == allowed {
return true
}
}
return false
}
func (o *SweepConfigurationV2) isValidType() bool {
var allowedEnumValues = []string{"pull", "push"}
for _, allowed := range allowedEnumValues {
if o.GetType() == allowed {
return true
}
}
return false
}