transferzero-sdk 1.33.3 → 1.34.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0b3910d8ca6ed95424d72881550f66255aa87e5be7f2fd0975e3e6f0a0fdc88d
4
- data.tar.gz: 13ec2f834e5a549dfbf199ad81294be57897e6e08bbbb90f8513f432d0248567
3
+ metadata.gz: 3e71c43bb27c5bbc4e77c24fb72d1ac5608dcea7adc687243edfdff5a4167a39
4
+ data.tar.gz: ada7d79a72e40b10e580162be68b4493f9d28452807acb0f1ec283151c8ea10f
5
5
  SHA512:
6
- metadata.gz: 13a9f30a37d17e97619e3cf91a5840bf39b05d588d079447ad112dfeaa9f8dd66bfabbfb16a4d3e0b541ed549c9f71c3e36e2bd71c29d41a9764744d65cc2fb6
7
- data.tar.gz: efe2b06178b20871e1ab58cd19f393a957839a75f0d0783b73a6bed6a4c8c09608bf30cfae96aac8bee4f05c99e7dfbf4a1b340c2289ab31bb90d82c9be7d215
6
+ metadata.gz: 107844d992c6ee387df23f333ef0d88a2ac51fdf8c2ed72593767a27745a45cbe6de7c7bda65df78bd794cd4922c4f11eae267735d6f0a22346840a36fd52a46
7
+ data.tar.gz: 1b607d2ee54d243bec245d96dd5457f1825ac911e1d8cded775b821a5d72a8c1cb981e9df20e9aefe87136ad912c912c074113d0dff61248f061163b7630d7f7
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- transferzero-sdk (1.33.3)
4
+ transferzero-sdk (1.34.1)
5
5
  activesupport (>= 4)
6
6
  faraday (~> 1.0, >= 1.0.1)
7
7
  json (>= 1.4)
@@ -10,7 +10,7 @@ GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
12
  ZenTest (4.12.1)
13
- activesupport (7.1.2)
13
+ activesupport (7.1.3)
14
14
  base64
15
15
  bigdecimal
16
16
  concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -21,12 +21,12 @@ GEM
21
21
  mutex_m
22
22
  tzinfo (~> 2.0)
23
23
  base64 (0.2.0)
24
- bigdecimal (3.1.5)
24
+ bigdecimal (3.1.6)
25
25
  byebug (11.1.3)
26
26
  coderay (1.1.3)
27
- concurrent-ruby (1.2.2)
27
+ concurrent-ruby (1.2.3)
28
28
  connection_pool (2.4.1)
29
- diff-lcs (1.5.0)
29
+ diff-lcs (1.5.1)
30
30
  drb (2.2.0)
31
31
  ruby2_keywords
32
32
  faraday (1.10.3)
@@ -56,7 +56,7 @@ GEM
56
56
  concurrent-ruby (~> 1.0)
57
57
  json (2.7.1)
58
58
  method_source (1.0.0)
59
- minitest (5.21.1)
59
+ minitest (5.21.2)
60
60
  multipart-post (2.3.0)
61
61
  mutex_m (0.2.0)
62
62
  pry (0.14.2)
@@ -66,19 +66,19 @@ GEM
66
66
  byebug (~> 11.0)
67
67
  pry (>= 0.13, < 0.15)
68
68
  rake (12.0.0)
69
- rspec (3.12.0)
70
- rspec-core (~> 3.12.0)
71
- rspec-expectations (~> 3.12.0)
72
- rspec-mocks (~> 3.12.0)
73
- rspec-core (3.12.2)
74
- rspec-support (~> 3.12.0)
75
- rspec-expectations (3.12.3)
69
+ rspec (3.13.0)
70
+ rspec-core (~> 3.13.0)
71
+ rspec-expectations (~> 3.13.0)
72
+ rspec-mocks (~> 3.13.0)
73
+ rspec-core (3.13.0)
74
+ rspec-support (~> 3.13.0)
75
+ rspec-expectations (3.13.0)
76
76
  diff-lcs (>= 1.2.0, < 2.0)
77
- rspec-support (~> 3.12.0)
78
- rspec-mocks (3.12.6)
77
+ rspec-support (~> 3.13.0)
78
+ rspec-mocks (3.13.0)
79
79
  diff-lcs (>= 1.2.0, < 2.0)
80
- rspec-support (~> 3.12.0)
81
- rspec-support (3.12.1)
80
+ rspec-support (~> 3.13.0)
81
+ rspec-support (3.13.0)
82
82
  ruby2_keywords (0.0.5)
83
83
  tzinfo (2.0.6)
84
84
  concurrent-ruby (~> 1.0)
data/README.md CHANGED
@@ -7,7 +7,7 @@ Reference documentation for the TransferZero API V1
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: 1.0
10
- - Package version: 1.33.3
10
+ - Package version: 1.34.1
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
 
13
13
  For more information, please visit:
@@ -31,15 +31,15 @@ gem build transferzero-sdk.gemspec
31
31
  Then either install the gem locally:
32
32
 
33
33
  ```shell
34
- gem install ./transferzero-sdk-1.33.3.gem
34
+ gem install ./transferzero-sdk-1.34.1.gem
35
35
  ```
36
- (for development, run `gem install --dev ./transferzero-sdk-1.33.3.gem` to install the development dependencies)
36
+ (for development, run `gem install --dev ./transferzero-sdk-1.34.1.gem` to install the development dependencies)
37
37
 
38
38
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
39
39
 
40
40
  Finally add this to the Gemfile:
41
41
 
42
- gem 'transferzero-sdk', '~> 1.33.3'
42
+ gem 'transferzero-sdk', '~> 1.34.1'
43
43
 
44
44
  ### Install from Git
45
45
 
data/docs/PayoutMethod.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **type** | **String** | Contains the currency to send the money to, and the type of the money movement Commonly used payout types are: - &#x60;NGN::Bank&#x60; - for Nigerian bank account payments. - &#x60;GHS::Bank&#x60; - for Ghanaian bank account payments. - &#x60;GHS::Mobile&#x60; - for Ghanaian mobile money payments. - &#x60;GHS::Cash&#x60; - for Ghanaian cash remittance payments. - &#x60;UGX::Mobile&#x60; - for Ugandan mobile money payments. - &#x60;XOF::Mobile&#x60; - for mobile money payments to West-Africa. - &#x60;XOF::Bank&#x60; - for Senegalese bank account payments. - &#x60;XOF::Cash&#x60; - for Senegalese cash remittance payments. - &#x60;MAD::Cash&#x60; - for Moroccan cash remittance payments. - &#x60;EUR::Bank&#x60; - for IBAN bank transfers in EUR. - &#x60;GBP::Bank&#x60; - for IBAN bank and FP accounts transfers in GBP. - &#x60;ZAR::Bank&#x60; - for South Africa bank account payments. - &#x60;USD::Bank&#x60; - for USD account payments. *** Currently Nigeria &amp; United States only and in Beta phase *** - &#x60;USD::Cash&#x60; - for USD cash remittance payments. *** Currently Nigeria only and in Beta phase *** - &#x60;KES::Bank&#x60; - for Kenyan bank account payments. - &#x60;KES::Mobile&#x60; - for Kenyan mobile money payments. - &#x60;XAF::Mobile&#x60; - for mobile money payments to Cameroon. - &#x60;XAF::Bank&#x60; - for Cameroon bank account payments.. - &#x60;GNF::Mobile&#x60; - for mobile money payments to Guinea. - &#x60;BRL::Bank&#x60; - for Brazilian bank account payments. - &#x60;NZD::Bank&#x60; - for New Zealand bank account payments. - &#x60;INR::Bank&#x60; - for Indian bank account payments. - &#x60;BWP::Bank&#x60; - for Botswana bank account payments. - &#x60;ZMW::Bank&#x60; - for Zambian bank account payments. - &#x60;CAD::Bank&#x60; - for Canadian bank account payments. - &#x60;UGX::Bank&#x60; - for Ugandan bank account payments. - &#x60;EGP::Bank&#x60; - for Egyptian bank account payments. You can also send funds to the internal balance using &#x60;CCY::Balance&#x60;, where &#x60;CCY&#x60; is the appropriate currency. See [Collection from senders](https://docs.transferzero.com/docs/additional-features/#collections-from-senders) for more info on how to collect money into internal balance | [optional]
7
+ **type** | **String** | Contains the currency to send the money to, and the type of the money movement Commonly used payout types are: - &#x60;NGN::Bank&#x60; - for Nigerian bank account payments. - &#x60;GHS::Bank&#x60; - for Ghanaian bank account payments. - &#x60;GHS::Mobile&#x60; - for Ghanaian mobile money payments. - &#x60;GHS::Cash&#x60; - for Ghanaian cash remittance payments. - &#x60;UGX::Mobile&#x60; - for Ugandan mobile money payments. - &#x60;XOF::Mobile&#x60; - for mobile money payments to West-Africa. - &#x60;XOF::Bank&#x60; - for Senegalese bank account payments. - &#x60;XOF::Cash&#x60; - for Senegalese cash remittance payments. - &#x60;MAD::Cash&#x60; - for Moroccan cash remittance payments. - &#x60;EUR::Bank&#x60; - for IBAN bank transfers in EUR. - &#x60;GBP::Bank&#x60; - for IBAN bank and FP accounts transfers in GBP. - &#x60;ZAR::Bank&#x60; - for South Africa bank account payments. - &#x60;USD::Bank&#x60; - for USD account payments. *** Currently for Egypt, Nigeria and United States only and in Beta phase *** - &#x60;USD::Cash&#x60; - for USD cash remittance payments. *** Currently for Nigeria only and in Beta phase *** - &#x60;KES::Bank&#x60; - for Kenyan bank account payments. - &#x60;KES::Mobile&#x60; - for Kenyan mobile money payments. - &#x60;XAF::Mobile&#x60; - for mobile money payments to Cameroon. - &#x60;XAF::Bank&#x60; - for Cameroon bank account payments.. - &#x60;GNF::Mobile&#x60; - for mobile money payments to Guinea. - &#x60;BRL::Bank&#x60; - for Brazilian bank account payments. - &#x60;NZD::Bank&#x60; - for New Zealand bank account payments. - &#x60;INR::Bank&#x60; - for Indian bank account payments. - &#x60;BWP::Bank&#x60; - for Botswana bank account payments. - &#x60;ZMW::Bank&#x60; - for Zambian bank account payments. - &#x60;CAD::Bank&#x60; - for Canadian bank account payments. - &#x60;UGX::Bank&#x60; - for Ugandan bank account payments. - &#x60;EGP::Bank&#x60; - for Egyptian bank account payments. You can also send funds to the internal balance using &#x60;CCY::Balance&#x60;, where &#x60;CCY&#x60; is the appropriate currency. See [Collection from senders](https://docs.transferzero.com/docs/additional-features/#collections-from-senders) for more info on how to collect money into internal balance | [optional]
8
8
  **details** | [**PayoutMethodDetails**](PayoutMethodDetails.md) | | [optional]
9
9
  **metadata** | [**Object**](.md) | Metadata of payout method. You can store any kind of information in this field. | [optional]
10
10
  **id** | **String** | | [optional]
@@ -42,13 +42,13 @@ Name | Type | Description | Notes
42
42
  **registration_number** | **String** | | [optional]
43
43
  **nature_of_business** | [**PayoutMethodNatureOfBusinessEnum**](PayoutMethodNatureOfBusinessEnum.md) | | [optional]
44
44
  **legal_entity_type** | [**PayoutMethodLegalEntityTypeEnum**](PayoutMethodLegalEntityTypeEnum.md) | | [optional]
45
+ **middle_name** | **String** | | [optional]
45
46
  **routing_number** | **String** | | [optional]
46
47
  **swift_code** | **String** | | [optional]
47
48
  **relationship_to_sender** | **String** | | [optional]
48
49
  **pix_key_type** | [**PayoutMethodPixKeyTypeEnum**](PayoutMethodPixKeyTypeEnum.md) | | [optional]
49
50
  **pix_key_value** | **String** | | [optional]
50
51
  **ifsc_code** | **String** | |
51
- **middle_name** | **String** | | [optional]
52
52
 
53
53
  ## Code Sample
54
54
 
@@ -93,13 +93,13 @@ instance = TransferZero::PayoutMethodDetails.new(first_name: null,
93
93
  registration_number: null,
94
94
  nature_of_business: null,
95
95
  legal_entity_type: null,
96
+ middle_name: null,
96
97
  routing_number: null,
97
98
  swift_code: null,
98
99
  relationship_to_sender: null,
99
100
  pix_key_type: null,
100
101
  pix_key_value: null,
101
- ifsc_code: null,
102
- middle_name: null)
102
+ ifsc_code: null)
103
103
  ```
104
104
 
105
105
 
@@ -5,14 +5,18 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **first_name** | **String** | |
8
+ **middle_name** | **String** | | [optional]
8
9
  **last_name** | **String** | |
9
10
  **phone_number** | **String** | | [optional]
10
11
  **bank_code** | **String** | | [optional]
11
- **bank_account** | **String** | |
12
+ **bank_account** | **String** | | [optional]
12
13
  **bank_account_type** | [**PayoutMethodBankAccountTypeEnum**](PayoutMethodBankAccountTypeEnum.md) | | [optional]
13
14
  **bank_name** | **String** | | [optional]
14
15
  **routing_number** | **String** | | [optional]
15
16
  **swift_code** | **String** | | [optional]
17
+ **iban** | **String** | | [optional]
18
+ **street** | **String** | | [optional]
19
+ **transfer_reason** | [**PayoutMethodTransferReasonEnum**](PayoutMethodTransferReasonEnum.md) | | [optional]
16
20
  **country** | [**PayoutMethodCountryEnum**](PayoutMethodCountryEnum.md) | |
17
21
 
18
22
  ## Code Sample
@@ -21,6 +25,7 @@ Name | Type | Description | Notes
21
25
  require 'TransferZero'
22
26
 
23
27
  instance = TransferZero::PayoutMethodDetailsUSDBank.new(first_name: null,
28
+ middle_name: null,
24
29
  last_name: null,
25
30
  phone_number: null,
26
31
  bank_code: null,
@@ -29,6 +34,9 @@ instance = TransferZero::PayoutMethodDetailsUSDBank.new(first_name: null,
29
34
  bank_name: null,
30
35
  routing_number: null,
31
36
  swift_code: null,
37
+ iban: null,
38
+ street: null,
39
+ transfer_reason: null,
32
40
  country: null)
33
41
  ```
34
42
 
@@ -36,7 +36,7 @@ module TransferZero
36
36
  # @option config [Configuration] Configuration for initializing the object, default to Configuration.default
37
37
  def initialize(config = Configuration.default)
38
38
  @config = config
39
- @user_agent = "TransferZero-SDK/Ruby/1.33.3"
39
+ @user_agent = "TransferZero-SDK/Ruby/1.34.1"
40
40
  @default_headers = {
41
41
  'Content-Type' => 'application/json',
42
42
  'User-Agent' => @user_agent
@@ -15,7 +15,7 @@ require 'date'
15
15
  module TransferZero
16
16
  # This describes the specific details on how the payment has to be routed to the recipient.
17
17
  class PayoutMethod
18
- # Contains the currency to send the money to, and the type of the money movement Commonly used payout types are: - `NGN::Bank` - for Nigerian bank account payments. - `GHS::Bank` - for Ghanaian bank account payments. - `GHS::Mobile` - for Ghanaian mobile money payments. - `GHS::Cash` - for Ghanaian cash remittance payments. - `UGX::Mobile` - for Ugandan mobile money payments. - `XOF::Mobile` - for mobile money payments to West-Africa. - `XOF::Bank` - for Senegalese bank account payments. - `XOF::Cash` - for Senegalese cash remittance payments. - `MAD::Cash` - for Moroccan cash remittance payments. - `EUR::Bank` - for IBAN bank transfers in EUR. - `GBP::Bank` - for IBAN bank and FP accounts transfers in GBP. - `ZAR::Bank` - for South Africa bank account payments. - `USD::Bank` - for USD account payments. *** Currently Nigeria & United States only and in Beta phase *** - `USD::Cash` - for USD cash remittance payments. *** Currently Nigeria only and in Beta phase *** - `KES::Bank` - for Kenyan bank account payments. - `KES::Mobile` - for Kenyan mobile money payments. - `XAF::Mobile` - for mobile money payments to Cameroon. - `XAF::Bank` - for Cameroon bank account payments.. - `GNF::Mobile` - for mobile money payments to Guinea. - `BRL::Bank` - for Brazilian bank account payments. - `NZD::Bank` - for New Zealand bank account payments. - `INR::Bank` - for Indian bank account payments. - `BWP::Bank` - for Botswana bank account payments. - `ZMW::Bank` - for Zambian bank account payments. - `CAD::Bank` - for Canadian bank account payments. - `UGX::Bank` - for Ugandan bank account payments. - `EGP::Bank` - for Egyptian bank account payments. You can also send funds to the internal balance using `CCY::Balance`, where `CCY` is the appropriate currency. See [Collection from senders](https://docs.transferzero.com/docs/additional-features/#collections-from-senders) for more info on how to collect money into internal balance
18
+ # Contains the currency to send the money to, and the type of the money movement Commonly used payout types are: - `NGN::Bank` - for Nigerian bank account payments. - `GHS::Bank` - for Ghanaian bank account payments. - `GHS::Mobile` - for Ghanaian mobile money payments. - `GHS::Cash` - for Ghanaian cash remittance payments. - `UGX::Mobile` - for Ugandan mobile money payments. - `XOF::Mobile` - for mobile money payments to West-Africa. - `XOF::Bank` - for Senegalese bank account payments. - `XOF::Cash` - for Senegalese cash remittance payments. - `MAD::Cash` - for Moroccan cash remittance payments. - `EUR::Bank` - for IBAN bank transfers in EUR. - `GBP::Bank` - for IBAN bank and FP accounts transfers in GBP. - `ZAR::Bank` - for South Africa bank account payments. - `USD::Bank` - for USD account payments. *** Currently for Egypt, Nigeria and United States only and in Beta phase *** - `USD::Cash` - for USD cash remittance payments. *** Currently for Nigeria only and in Beta phase *** - `KES::Bank` - for Kenyan bank account payments. - `KES::Mobile` - for Kenyan mobile money payments. - `XAF::Mobile` - for mobile money payments to Cameroon. - `XAF::Bank` - for Cameroon bank account payments.. - `GNF::Mobile` - for mobile money payments to Guinea. - `BRL::Bank` - for Brazilian bank account payments. - `NZD::Bank` - for New Zealand bank account payments. - `INR::Bank` - for Indian bank account payments. - `BWP::Bank` - for Botswana bank account payments. - `ZMW::Bank` - for Zambian bank account payments. - `CAD::Bank` - for Canadian bank account payments. - `UGX::Bank` - for Ugandan bank account payments. - `EGP::Bank` - for Egyptian bank account payments. You can also send funds to the internal balance using `CCY::Balance`, where `CCY` is the appropriate currency. See [Collection from senders](https://docs.transferzero.com/docs/additional-features/#collections-from-senders) for more info on how to collect money into internal balance
19
19
  attr_accessor :type
20
20
 
21
21
  attr_accessor :details
@@ -90,6 +90,8 @@ class PayoutMethodDetails
90
90
 
91
91
  attr_accessor :legal_entity_type
92
92
 
93
+ attr_accessor :middle_name
94
+
93
95
  attr_accessor :routing_number
94
96
 
95
97
  attr_accessor :swift_code
@@ -102,8 +104,6 @@ class PayoutMethodDetails
102
104
 
103
105
  attr_accessor :ifsc_code
104
106
 
105
- attr_accessor :middle_name
106
-
107
107
  # Attribute mapping from ruby-style variable name to JSON key.
108
108
  def self.attribute_map
109
109
  {
@@ -145,13 +145,13 @@ class PayoutMethodDetails
145
145
  :'registration_number' => :'registration_number',
146
146
  :'nature_of_business' => :'nature_of_business',
147
147
  :'legal_entity_type' => :'legal_entity_type',
148
+ :'middle_name' => :'middle_name',
148
149
  :'routing_number' => :'routing_number',
149
150
  :'swift_code' => :'swift_code',
150
151
  :'relationship_to_sender' => :'relationship_to_sender',
151
152
  :'pix_key_type' => :'pix_key_type',
152
153
  :'pix_key_value' => :'pix_key_value',
153
- :'ifsc_code' => :'ifsc_code',
154
- :'middle_name' => :'middle_name'
154
+ :'ifsc_code' => :'ifsc_code'
155
155
  }
156
156
  end
157
157
 
@@ -196,13 +196,13 @@ class PayoutMethodDetails
196
196
  :'registration_number' => :'String',
197
197
  :'nature_of_business' => :'PayoutMethodNatureOfBusinessEnum',
198
198
  :'legal_entity_type' => :'PayoutMethodLegalEntityTypeEnum',
199
+ :'middle_name' => :'String',
199
200
  :'routing_number' => :'String',
200
201
  :'swift_code' => :'String',
201
202
  :'relationship_to_sender' => :'String',
202
203
  :'pix_key_type' => :'PayoutMethodPixKeyTypeEnum',
203
204
  :'pix_key_value' => :'String',
204
- :'ifsc_code' => :'String',
205
- :'middle_name' => :'String'
205
+ :'ifsc_code' => :'String'
206
206
  }
207
207
  end
208
208
 
@@ -407,6 +407,10 @@ class PayoutMethodDetails
407
407
  self.legal_entity_type = attributes[:'legal_entity_type']
408
408
  end
409
409
 
410
+ if attributes.key?(:'middle_name')
411
+ self.middle_name = attributes[:'middle_name']
412
+ end
413
+
410
414
  if attributes.key?(:'routing_number')
411
415
  self.routing_number = attributes[:'routing_number']
412
416
  end
@@ -430,10 +434,6 @@ class PayoutMethodDetails
430
434
  if attributes.key?(:'ifsc_code')
431
435
  self.ifsc_code = attributes[:'ifsc_code']
432
436
  end
433
-
434
- if attributes.key?(:'middle_name')
435
- self.middle_name = attributes[:'middle_name']
436
- end
437
437
  end
438
438
 
439
439
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -618,13 +618,13 @@ class PayoutMethodDetails
618
618
  registration_number == o.registration_number &&
619
619
  nature_of_business == o.nature_of_business &&
620
620
  legal_entity_type == o.legal_entity_type &&
621
+ middle_name == o.middle_name &&
621
622
  routing_number == o.routing_number &&
622
623
  swift_code == o.swift_code &&
623
624
  relationship_to_sender == o.relationship_to_sender &&
624
625
  pix_key_type == o.pix_key_type &&
625
626
  pix_key_value == o.pix_key_value &&
626
- ifsc_code == o.ifsc_code &&
627
- middle_name == o.middle_name
627
+ ifsc_code == o.ifsc_code
628
628
  end
629
629
 
630
630
  # @see the `==` method
@@ -636,7 +636,7 @@ class PayoutMethodDetails
636
636
  # Calculates hash code according to all attributes.
637
637
  # @return [Integer] Hash code
638
638
  def hash
639
- [first_name, last_name, bank_code, bank_account, bank_account_type, phone_number, mobile_provider, country, transfer_reason, iban, bank_name, bank_country, cash_provider, sort_code, bic, narration, sender_identity_card_type, sender_identity_card_id, sender_city_of_birth, sender_country_of_birth, sender_gender, reason, identity_card_type, identity_card_id, reference, name, address, street, postal_code, city, email, branch_code, transfer_reason_code, contact_first_name, contact_last_name, registration_number, nature_of_business, legal_entity_type, routing_number, swift_code, relationship_to_sender, pix_key_type, pix_key_value, ifsc_code, middle_name].hash
639
+ [first_name, last_name, bank_code, bank_account, bank_account_type, phone_number, mobile_provider, country, transfer_reason, iban, bank_name, bank_country, cash_provider, sort_code, bic, narration, sender_identity_card_type, sender_identity_card_id, sender_city_of_birth, sender_country_of_birth, sender_gender, reason, identity_card_type, identity_card_id, reference, name, address, street, postal_code, city, email, branch_code, transfer_reason_code, contact_first_name, contact_last_name, registration_number, nature_of_business, legal_entity_type, middle_name, routing_number, swift_code, relationship_to_sender, pix_key_type, pix_key_value, ifsc_code].hash
640
640
  end
641
641
 
642
642
  require 'active_support/core_ext/hash'
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.0.0-beta3
13
13
  require 'date'
14
14
 
15
15
  module TransferZero
16
- # ```JSON \"details\": { \"first_name\": \"First\", \"last_name\": \"Last\", \"street\": \"Main Street\", \"city\": \"Nairobi\", \"bank_code\": \"68\", \"bank_account\": \"12345678\", \"transfer_reason\": \"personal_account\", // New transfer reason field \"identity_card_type\": \"ID\", // refers to the recipient's ID details; Values: \"PP\": Passport, \"ID\": National ID or \"O\": Other \"identity_card_id\": \"AB12345678\", // refers to the recipient's ID details \"relationship_to_sender\": \"Relative\" // Optional } ``` The valid bank_code values are: - Absa Bank: 03 - African Banking Corporation: 35 - Bank of Africa Kenya: 19 - Citibank: 16 - Co-operative Bank of Kenya: 11 - Consolidated Bank of Kenya: 23 - Credit Bank Ltd: 25 - Diamond Trust Bank: 63 - DIB Bank: 75 - ECO Bank Kenya: 43 - Equity Bank Limited: 68 - Family Bank: 70 - First Community Bank: 74 - Guaranty Trust Bank Kenya: 53 - Guardian Bank: 55 - Gulf African Bank : 72 - Housing Finance Co. Kenya: 61 - I&M Bank: 57 - Kingdom Bank: 51 - Kenya Commercial Bank: 01 - KWFT Bank: 78 - Mayfair Bank: 65 - M-Oriental Commercial Bank Limited: 14 - Middle East Bank: 18 - National Bank of Kenya: 12 - NCBA Bank: 07 - Paramount Universal Bank Limited: 50 - Prime Bank: 10 - Sidian Bank: 66 - Stanbic Bank Kenya: 31 - Standard Chartered Bank: 02 - UBA Kenya Bank Ltd: 76 - Victoria Bank Limited: 54 See [KES Bank](https://docs.transferzero.com/docs/payout-details/#kesbank) documentation for the transfer_reason list
16
+ # ```JSON \"details\": { \"first_name\": \"First\", \"last_name\": \"Last\", \"street\": \"Main Street\", \"city\": \"Nairobi\", \"bank_code\": \"68\", \"bank_account\": \"12345678\", \"transfer_reason\": \"personal_account\", // New transfer reason field \"identity_card_type\": \"ID\", // refers to the recipient's ID details; Values: \"PP\": Passport, \"ID\": National ID or \"O\": Other \"identity_card_id\": \"AB12345678\", // refers to the recipient's ID details \"relationship_to_sender\": \"Relative\" // Optional } ``` See [KES Bank](https://docs.transferzero.com/docs/payout-details/#kesbank) documentation for the `bank_code` and `transfer_reason` lists
17
17
  class PayoutMethodDetailsKESBank
18
18
  attr_accessor :first_name
19
19
 
@@ -13,10 +13,12 @@ OpenAPI Generator version: 4.0.0-beta3
13
13
  require 'date'
14
14
 
15
15
  module TransferZero
16
- # Nigeria: ```JSON \"details\": { \"first_name\": \"Jane\", \"last_name\": \"Doe\", \"phone_number\": \"+2341234567\", // E.164 international format \"bank_code\": \"057\", \"bank_account\": \"1234567890\", \"country\": \"NG\" } ``` See [USD Bank](https://docs.transferzero.com/docs/payout-details/#usdbank) documentation for the bank_code and country lists United States: ```JSON \"details\": { \"first_name\": \"Jane\", \"last_name\": \"Doe\", \"bank_account\": \"1234567890\", \"bank_account_type\": \"20\", // 10 for Savings, 20 for Checking \"bank_name\": \"US Bank\", \"routing_number\": \"091000022\", \"swift_code\": \"USBKUS44IMT\", \"country\": \"US\" } See [USD Bank](https://docs.transferzero.com/docs/payout-details/#usdbank-1) documentation
16
+ # Nigeria: ```JSON \"details\": { \"first_name\": \"Jane\", \"last_name\": \"Doe\", \"phone_number\": \"+2341234567\", // E.164 international format \"bank_code\": \"057\", \"bank_account\": \"1234567890\", \"country\": \"NG\" } ``` See [USD Bank](https://docs.transferzero.com/docs/payout-details/#usdbank) documentation for the bank_code and country lists United States: ```JSON \"details\": { \"first_name\": \"Jane\", \"last_name\": \"Doe\", \"bank_account\": \"1234567890\", \"bank_account_type\": \"20\", // 10 for Savings, 20 for Checking \"bank_name\": \"US Bank\", \"routing_number\": \"091000022\", \"swift_code\": \"USBKUS44IMT\", \"country\": \"US\" } See [USD Bank](https://docs.transferzero.com/docs/payout-details/#usdbank-1) documentation Egypt: ```JSON \"details\": { \"first_name\": \"Jane\", \"middle_name\": \"Jill\", // optional \"last_name\": \"Doe\", \"street\": \"1 Main Street\", \"phone_number\": \"+201023456789\", \"iban\": \"EG380019000500000000263180002\", \"transfer_reason\": \"personal_account\", } ``` See [USD Bank](https://docs.transferzero.com/docs/payout-details/#usdbank-2) documentation
17
17
  class PayoutMethodDetailsUSDBank
18
18
  attr_accessor :first_name
19
19
 
20
+ attr_accessor :middle_name
21
+
20
22
  attr_accessor :last_name
21
23
 
22
24
  attr_accessor :phone_number
@@ -33,12 +35,19 @@ class PayoutMethodDetailsUSDBank
33
35
 
34
36
  attr_accessor :swift_code
35
37
 
38
+ attr_accessor :iban
39
+
40
+ attr_accessor :street
41
+
42
+ attr_accessor :transfer_reason
43
+
36
44
  attr_accessor :country
37
45
 
38
46
  # Attribute mapping from ruby-style variable name to JSON key.
39
47
  def self.attribute_map
40
48
  {
41
49
  :'first_name' => :'first_name',
50
+ :'middle_name' => :'middle_name',
42
51
  :'last_name' => :'last_name',
43
52
  :'phone_number' => :'phone_number',
44
53
  :'bank_code' => :'bank_code',
@@ -47,6 +56,9 @@ class PayoutMethodDetailsUSDBank
47
56
  :'bank_name' => :'bank_name',
48
57
  :'routing_number' => :'routing_number',
49
58
  :'swift_code' => :'swift_code',
59
+ :'iban' => :'iban',
60
+ :'street' => :'street',
61
+ :'transfer_reason' => :'transfer_reason',
50
62
  :'country' => :'country'
51
63
  }
52
64
  end
@@ -55,6 +67,7 @@ class PayoutMethodDetailsUSDBank
55
67
  def self.openapi_types
56
68
  {
57
69
  :'first_name' => :'String',
70
+ :'middle_name' => :'String',
58
71
  :'last_name' => :'String',
59
72
  :'phone_number' => :'String',
60
73
  :'bank_code' => :'String',
@@ -63,6 +76,9 @@ class PayoutMethodDetailsUSDBank
63
76
  :'bank_name' => :'String',
64
77
  :'routing_number' => :'String',
65
78
  :'swift_code' => :'String',
79
+ :'iban' => :'String',
80
+ :'street' => :'String',
81
+ :'transfer_reason' => :'PayoutMethodTransferReasonEnum',
66
82
  :'country' => :'PayoutMethodCountryEnum'
67
83
  }
68
84
  end
@@ -86,6 +102,10 @@ class PayoutMethodDetailsUSDBank
86
102
  self.first_name = attributes[:'first_name']
87
103
  end
88
104
 
105
+ if attributes.key?(:'middle_name')
106
+ self.middle_name = attributes[:'middle_name']
107
+ end
108
+
89
109
  if attributes.key?(:'last_name')
90
110
  self.last_name = attributes[:'last_name']
91
111
  end
@@ -118,6 +138,18 @@ class PayoutMethodDetailsUSDBank
118
138
  self.swift_code = attributes[:'swift_code']
119
139
  end
120
140
 
141
+ if attributes.key?(:'iban')
142
+ self.iban = attributes[:'iban']
143
+ end
144
+
145
+ if attributes.key?(:'street')
146
+ self.street = attributes[:'street']
147
+ end
148
+
149
+ if attributes.key?(:'transfer_reason')
150
+ self.transfer_reason = attributes[:'transfer_reason']
151
+ end
152
+
121
153
  if attributes.key?(:'country')
122
154
  self.country = attributes[:'country']
123
155
  end
@@ -135,10 +167,6 @@ class PayoutMethodDetailsUSDBank
135
167
  invalid_properties.push('invalid value for "last_name", last_name cannot be nil.')
136
168
  end
137
169
 
138
- if @bank_account.nil?
139
- invalid_properties.push('invalid value for "bank_account", bank_account cannot be nil.')
140
- end
141
-
142
170
  if @country.nil?
143
171
  invalid_properties.push('invalid value for "country", country cannot be nil.')
144
172
  end
@@ -151,7 +179,6 @@ class PayoutMethodDetailsUSDBank
151
179
  def valid?
152
180
  return false if @first_name.nil?
153
181
  return false if @last_name.nil?
154
- return false if @bank_account.nil?
155
182
  return false if @country.nil?
156
183
  true
157
184
  end
@@ -162,6 +189,7 @@ class PayoutMethodDetailsUSDBank
162
189
  return true if self.equal?(o)
163
190
  self.class == o.class &&
164
191
  first_name == o.first_name &&
192
+ middle_name == o.middle_name &&
165
193
  last_name == o.last_name &&
166
194
  phone_number == o.phone_number &&
167
195
  bank_code == o.bank_code &&
@@ -170,6 +198,9 @@ class PayoutMethodDetailsUSDBank
170
198
  bank_name == o.bank_name &&
171
199
  routing_number == o.routing_number &&
172
200
  swift_code == o.swift_code &&
201
+ iban == o.iban &&
202
+ street == o.street &&
203
+ transfer_reason == o.transfer_reason &&
173
204
  country == o.country
174
205
  end
175
206
 
@@ -182,7 +213,7 @@ class PayoutMethodDetailsUSDBank
182
213
  # Calculates hash code according to all attributes.
183
214
  # @return [Integer] Hash code
184
215
  def hash
185
- [first_name, last_name, phone_number, bank_code, bank_account, bank_account_type, bank_name, routing_number, swift_code, country].hash
216
+ [first_name, middle_name, last_name, phone_number, bank_code, bank_account, bank_account_type, bank_name, routing_number, swift_code, iban, street, transfer_reason, country].hash
186
217
  end
187
218
 
188
219
  require 'active_support/core_ext/hash'
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.0.0-beta3
11
11
  =end
12
12
 
13
13
  module TransferZero
14
- VERSION = '1.33.3'
14
+ VERSION = '1.34.1'
15
15
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: transferzero-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.33.3
4
+ version: 1.34.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - TransferZero
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-16 00:00:00.000000000 Z
11
+ date: 2024-02-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -580,157 +580,157 @@ signing_key:
580
580
  specification_version: 4
581
581
  summary: TransferZero API Ruby Gem
582
582
  test_files:
583
- - spec/api/documents_api_spec.rb
583
+ - spec/api/logs_api_spec.rb
584
584
  - spec/api/recipients_api_spec.rb
585
- - spec/api/account_debits_api_spec.rb
586
- - spec/api/currency_info_api_spec.rb
587
585
  - spec/api/payout_methods_api_spec.rb
588
- - spec/api/account_validation_api_spec.rb
586
+ - spec/api/accounts_api_spec.rb
589
587
  - spec/api/transactions_api_spec.rb
590
- - spec/api/api_logs_api_spec.rb
591
- - spec/api/payment_methods_api_spec.rb
588
+ - spec/api/currency_info_api_spec.rb
589
+ - spec/api/account_debits_api_spec.rb
590
+ - spec/api/documents_api_spec.rb
591
+ - spec/api/payin_methods_api_spec.rb
592
592
  - spec/api/senders_api_spec.rb
593
- - spec/api/accounts_api_spec.rb
593
+ - spec/api/api_logs_api_spec.rb
594
594
  - spec/api/webhooks_api_spec.rb
595
- - spec/api/payin_methods_api_spec.rb
596
- - spec/api/logs_api_spec.rb
595
+ - spec/api/payment_methods_api_spec.rb
596
+ - spec/api/account_validation_api_spec.rb
597
597
  - spec/configuration_spec.rb
598
- - spec/models/pagination_meta_spec.rb
599
- - spec/models/account_validation_result_spec.rb
600
- - spec/models/transaction_state_spec.rb
601
598
  - spec/models/payout_method_details_mobile_spec.rb
602
- - spec/models/payout_method_details_ghs_cash_spec.rb
603
- - spec/models/currency_opposite_spec.rb
604
- - spec/models/payin_method_ux_flow_spec.rb
605
- - spec/models/payout_method_details_xof_mobile_spec.rb
606
- - spec/models/api_log_spec.rb
607
- - spec/models/transaction_webhook_spec.rb
608
- - spec/models/state_reason_details_spec.rb
609
- - spec/models/webhook_definition_request_spec.rb
610
- - spec/models/payin_method_response_spec.rb
599
+ - spec/models/sender_list_response_spec.rb
600
+ - spec/models/proof_of_payment_list_response_spec.rb
611
601
  - spec/models/field_select_validation_spec.rb
612
- - spec/models/payout_method_bank_account_type_enum_spec.rb
613
- - spec/models/payout_method_details_cad_bank_spec.rb
602
+ - spec/models/recipient_response_spec.rb
603
+ - spec/models/account_validation_error_spec.rb
604
+ - spec/models/recipient_list_response_spec.rb
605
+ - spec/models/webhook_log_metadata_spec.rb
606
+ - spec/models/currency_exchange_list_response_spec.rb
614
607
  - spec/models/payin_method_details_mobile_spec.rb
615
- - spec/models/payin_method_state_spec.rb
616
- - spec/models/document_webhook_all_of_spec.rb
617
- - spec/models/payment_method_opposite_all_of_spec.rb
618
- - spec/models/payout_method_transfer_reason_enum_spec.rb
619
- - spec/models/sender_response_existing_spec.rb
620
- - spec/models/document_spec.rb
621
- - spec/models/payment_method_spec.rb
622
- - spec/models/payout_method_details_bwp_bank_spec.rb
623
- - spec/models/payin_method_details_spec.rb
608
+ - spec/models/sender_spec.rb
609
+ - spec/models/sender_state_spec.rb
610
+ - spec/models/payout_method_details_xof_cash_spec.rb
611
+ - spec/models/sender_request_spec.rb
612
+ - spec/models/payout_method_nature_of_business_enum_spec.rb
613
+ - spec/models/payout_method_mobile_provider_enum_spec.rb
614
+ - spec/models/payout_method_details_zar_bank_spec.rb
615
+ - spec/models/payout_method_details_kes_bank_spec.rb
616
+ - spec/models/field_validation_spec.rb
617
+ - spec/models/payment_method_opposite_spec.rb
618
+ - spec/models/document_response_spec.rb
619
+ - spec/models/debit_request_spec.rb
620
+ - spec/models/payin_method_response_spec.rb
621
+ - spec/models/payout_method_legal_entity_type_enum_spec.rb
622
+ - spec/models/transaction_webhook_spec.rb
623
+ - spec/models/webhook_log_spec.rb
624
624
  - spec/models/api_log_response_spec.rb
625
- - spec/models/account_validation_error_spec.rb
625
+ - spec/models/payout_method_details_xof_bank_spec.rb
626
+ - spec/models/payout_method_details_ugx_bank_spec.rb
627
+ - spec/models/payment_method_list_response_spec.rb
628
+ - spec/models/sender_webhook_all_of_spec.rb
629
+ - spec/models/debit_list_response_spec.rb
630
+ - spec/models/document_request_spec.rb
631
+ - spec/models/account_validation_result_spec.rb
626
632
  - spec/models/webhook_definition_event_list_response_spec.rb
627
- - spec/models/field_validation_spec.rb
628
- - spec/models/currency_spec.rb
629
- - spec/models/payout_method_webhook_all_of_spec.rb
630
- - spec/models/payout_method_details_zar_bank_spec.rb
631
- - spec/models/recipient_state_reason_details_spec.rb
632
- - spec/models/recipient_state_spec.rb
633
- - spec/models/payout_method_details_iban_spec.rb
634
- - spec/models/payout_method_details_gnf_mobile_spec.rb
635
- - spec/models/account_response_spec.rb
633
+ - spec/models/error_status_spec.rb
634
+ - spec/models/payout_method_details_gbp_bank_spec.rb
635
+ - spec/models/pagination_spec.rb
636
+ - spec/models/payout_method_details_xof_mobile_spec.rb
637
+ - spec/models/payout_method_details_egp_bank_spec.rb
638
+ - spec/models/account_list_response_spec.rb
639
+ - spec/models/currency_list_response_spec.rb
636
640
  - spec/models/recipient_webhook_spec.rb
637
- - spec/models/payout_method_list_response_spec.rb
638
- - spec/models/sender_webhook_spec.rb
639
- - spec/models/payment_method_list_response_spec.rb
640
- - spec/models/api_log_list_response_spec.rb
641
- - spec/models/payin_method_details_ngn_bank_spec.rb
642
- - spec/models/transaction_response_meta_spec.rb
643
- - spec/models/payout_method_details_brl_bank_spec.rb
644
- - spec/models/payout_method_details_ugx_bank_spec.rb
641
+ - spec/models/webhook_definition_request_spec.rb
642
+ - spec/models/payout_method_details_ngn_bank_spec.rb
643
+ - spec/models/transaction_response_existing_spec.rb
645
644
  - spec/models/account_spec.rb
646
- - spec/models/payout_method_spec.rb
647
- - spec/models/webhook_spec.rb
648
- - spec/models/payout_method_details_usd_bank_spec.rb
645
+ - spec/models/document_webhook_spec.rb
646
+ - spec/models/document_spec.rb
647
+ - spec/models/webhook_definition_spec.rb
648
+ - spec/models/payout_method_details_xaf_mobile_spec.rb
649
+ - spec/models/payout_method_details_balance_spec.rb
650
+ - spec/models/state_reason_details_spec.rb
651
+ - spec/models/field_description_spec.rb
652
+ - spec/models/payout_method_identity_card_type_enum_spec.rb
653
+ - spec/models/recipient_spec.rb
654
+ - spec/models/debit_spec.rb
655
+ - spec/models/payout_method_details_bwp_bank_spec.rb
656
+ - spec/models/recipient_request_spec.rb
657
+ - spec/models/webhook_definition_response_spec.rb
658
+ - spec/models/webhook_log_metadata_response_spec.rb
659
+ - spec/models/pagination_meta_spec.rb
660
+ - spec/models/payout_method_details_inr_bank_spec.rb
661
+ - spec/models/payin_method_ux_flow_spec.rb
662
+ - spec/models/account_validation_request_spec.rb
663
+ - spec/models/payout_method_cash_provider_enum_spec.rb
664
+ - spec/models/currency_opposite_all_of_spec.rb
649
665
  - spec/models/payin_method_spec.rb
650
- - spec/models/payment_method_opposite_spec.rb
651
- - spec/models/pagination_spec.rb
652
- - spec/models/payout_method_mobile_provider_enum_spec.rb
653
- - spec/models/transaction_traits_spec.rb
654
- - spec/models/webhook_log_metadata_spec.rb
666
+ - spec/models/validation_error_description_spec.rb
667
+ - spec/models/currency_opposite_spec.rb
655
668
  - spec/models/payout_method_request_spec.rb
656
- - spec/models/transaction_spec.rb
657
- - spec/models/payout_method_details_xof_cash_spec.rb
658
- - spec/models/payout_method_gender_enum_spec.rb
659
- - spec/models/payout_method_details_usd_cash_spec.rb
660
- - spec/models/webhook_definition_response_spec.rb
661
- - spec/models/payout_method_details_xof_bank_spec.rb
662
- - spec/models/payout_method_details_egp_bank_spec.rb
663
- - spec/models/debit_request_wrapper_spec.rb
664
- - spec/models/recipient_request_spec.rb
669
+ - spec/models/payout_method_transfer_reason_enum_spec.rb
665
670
  - spec/models/payout_method_details_mad_cash_spec.rb
666
- - spec/models/webhook_definition_spec.rb
667
- - spec/models/account_validation_response_spec.rb
668
- - spec/models/validation_error_description_spec.rb
669
- - spec/models/currency_exchange_spec.rb
671
+ - spec/models/payment_method_spec.rb
672
+ - spec/models/payout_method_webhook_spec.rb
673
+ - spec/models/payin_method_details_spec.rb
674
+ - spec/models/payout_method_details_kes_mobile_spec.rb
670
675
  - spec/models/webhook_log_response_spec.rb
671
- - spec/models/currency_exchange_list_response_spec.rb
672
- - spec/models/account_list_response_spec.rb
673
- - spec/models/transaction_webhook_all_of_spec.rb
674
- - spec/models/debit_list_response_spec.rb
675
- - spec/models/webhook_log_metadata_response_spec.rb
676
- - spec/models/payout_method_country_enum_spec.rb
677
- - spec/models/sender_list_response_spec.rb
678
- - spec/models/document_list_response_spec.rb
679
- - spec/models/payout_method_cash_provider_enum_spec.rb
680
- - spec/models/payout_method_details_ngn_bank_spec.rb
681
- - spec/models/sender_webhook_all_of_spec.rb
676
+ - spec/models/sender_response_meta_spec.rb
682
677
  - spec/models/webhook_log_list_response_spec.rb
683
- - spec/models/payout_method_legal_entity_type_enum_spec.rb
678
+ - spec/models/currency_exchange_spec.rb
679
+ - spec/models/payout_method_country_enum_spec.rb
680
+ - spec/models/payout_method_list_response_spec.rb
681
+ - spec/models/payout_method_details_ghs_cash_spec.rb
682
+ - spec/models/account_meta_spec.rb
683
+ - spec/models/transaction_spec.rb
684
+ - spec/models/currency_exchange_all_of_spec.rb
685
+ - spec/models/sender_response_spec.rb
686
+ - spec/models/payout_method_details_nzd_bank_spec.rb
687
+ - spec/models/payout_method_response_spec.rb
688
+ - spec/models/payout_method_details_iban_spec.rb
689
+ - spec/models/recipient_webhook_all_of_spec.rb
690
+ - spec/models/payout_method_details_gnf_mobile_spec.rb
691
+ - spec/models/transaction_list_response_spec.rb
684
692
  - spec/models/proof_of_payment_spec.rb
685
- - spec/models/payout_method_details_ghs_bank_spec.rb
686
- - spec/models/sender_spec.rb
687
- - spec/models/payout_method_details_btc_spec.rb
688
- - spec/models/payout_method_details_balance_spec.rb
689
- - spec/models/webhook_definition_list_response_spec.rb
690
- - spec/models/document_request_spec.rb
691
- - spec/models/sender_request_spec.rb
693
+ - spec/models/payout_method_bank_account_type_enum_spec.rb
694
+ - spec/models/payment_method_opposite_all_of_spec.rb
692
695
  - spec/models/politically_exposed_person_spec.rb
693
- - spec/models/sender_response_meta_spec.rb
694
- - spec/models/debit_spec.rb
695
- - spec/models/transaction_list_response_spec.rb
696
+ - spec/models/api_log_spec.rb
697
+ - spec/models/document_list_response_spec.rb
698
+ - spec/models/webhook_spec.rb
699
+ - spec/models/sender_webhook_spec.rb
700
+ - spec/models/api_log_list_response_spec.rb
696
701
  - spec/models/payout_method_details_zmw_bank_spec.rb
697
- - spec/models/payout_method_webhook_spec.rb
698
- - spec/models/payout_method_pix_key_type_enum_spec.rb
699
- - spec/models/debit_list_request_spec.rb
700
- - spec/models/payout_method_details_xaf_mobile_spec.rb
701
- - spec/models/debit_response_spec.rb
702
- - spec/models/payout_method_details_nzd_bank_spec.rb
703
- - spec/models/currency_opposite_all_of_spec.rb
704
- - spec/models/webhook_log_spec.rb
705
- - spec/models/payin_method_request_spec.rb
706
- - spec/models/payout_method_details_xaf_bank_spec.rb
707
- - spec/models/payout_method_details_inr_bank_spec.rb
708
- - spec/models/field_description_spec.rb
709
- - spec/models/proof_of_payment_list_response_spec.rb
710
- - spec/models/payout_method_response_spec.rb
711
- - spec/models/recipient_spec.rb
712
- - spec/models/debit_request_spec.rb
713
- - spec/models/payout_method_details_kes_mobile_spec.rb
714
- - spec/models/document_webhook_spec.rb
702
+ - spec/models/document_webhook_all_of_spec.rb
703
+ - spec/models/payout_method_details_spec.rb
715
704
  - spec/models/webhook_log_metadata_request_spec.rb
716
- - spec/models/sender_response_spec.rb
717
- - spec/models/document_response_spec.rb
718
- - spec/models/sender_state_spec.rb
719
- - spec/models/payout_method_details_kes_bank_spec.rb
720
- - spec/models/payout_method_details_gbp_bank_spec.rb
721
- - spec/models/account_validation_request_spec.rb
722
- - spec/models/recipient_list_response_spec.rb
705
+ - spec/models/transaction_state_spec.rb
706
+ - spec/models/payout_method_details_usd_cash_spec.rb
707
+ - spec/models/webhook_definition_list_response_spec.rb
708
+ - spec/models/payout_method_details_brl_bank_spec.rb
709
+ - spec/models/currency_spec.rb
710
+ - spec/models/payout_method_spec.rb
711
+ - spec/models/payout_method_details_btc_spec.rb
712
+ - spec/models/debit_response_spec.rb
713
+ - spec/models/transaction_traits_spec.rb
723
714
  - spec/models/payin_method_details_btc_spec.rb
724
- - spec/models/payout_method_identity_card_type_enum_spec.rb
725
- - spec/models/transaction_response_existing_spec.rb
726
- - spec/models/currency_exchange_all_of_spec.rb
727
- - spec/models/currency_list_response_spec.rb
728
- - spec/models/payout_method_nature_of_business_enum_spec.rb
715
+ - spec/models/recipient_state_reason_details_spec.rb
716
+ - spec/models/debit_request_wrapper_spec.rb
717
+ - spec/models/payout_method_webhook_all_of_spec.rb
729
718
  - spec/models/transaction_response_spec.rb
730
- - spec/models/recipient_webhook_all_of_spec.rb
719
+ - spec/models/transaction_webhook_all_of_spec.rb
720
+ - spec/models/payout_method_details_ghs_bank_spec.rb
721
+ - spec/models/payin_method_details_ngn_bank_spec.rb
722
+ - spec/models/payout_method_gender_enum_spec.rb
723
+ - spec/models/payout_method_details_xaf_bank_spec.rb
724
+ - spec/models/payin_method_request_spec.rb
725
+ - spec/models/recipient_state_spec.rb
726
+ - spec/models/account_response_spec.rb
727
+ - spec/models/payout_method_details_cad_bank_spec.rb
728
+ - spec/models/transaction_response_meta_spec.rb
729
+ - spec/models/sender_response_existing_spec.rb
730
+ - spec/models/debit_list_request_spec.rb
731
731
  - spec/models/transaction_request_spec.rb
732
- - spec/models/account_meta_spec.rb
733
- - spec/models/error_status_spec.rb
734
- - spec/models/recipient_response_spec.rb
735
- - spec/models/payout_method_details_spec.rb
732
+ - spec/models/payout_method_pix_key_type_enum_spec.rb
733
+ - spec/models/account_validation_response_spec.rb
734
+ - spec/models/payout_method_details_usd_bank_spec.rb
735
+ - spec/models/payin_method_state_spec.rb
736
736
  - spec/spec_helper.rb