transferzero-sdk 1.36.7 → 1.36.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +21 -21
- data/README.md +4 -4
- data/docs/AccountValidationResult.md +3 -1
- data/docs/PayoutMethodDetails.md +2 -0
- data/docs/PayoutMethodDetailsNGNBank.md +3 -1
- data/lib/transferzero-sdk/api_client.rb +1 -1
- data/lib/transferzero-sdk/models/account_validation_result.rb +13 -4
- data/lib/transferzero-sdk/models/payout_method_details.rb +10 -1
- data/lib/transferzero-sdk/models/payout_method_details_ngn_bank.rb +14 -5
- data/lib/transferzero-sdk/version.rb +1 -1
- metadata +128 -128
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '048ed0908b606b8e0400a5ff46379260d9ae3a2efa700883ecdd4061da45efc9'
|
4
|
+
data.tar.gz: d8af0aa6c3edca0597da0b40d6f7f08e31f3b84cef8f91b6742c70326f01bb0e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aa4791654d90b204977d3bd2b68cd03b879a779723aa0962a53d793df9b0cae33f15c180e5e93beb813f3477e78bb4b3515107cdb6ba6a354efe2cbe725c7ee0
|
7
|
+
data.tar.gz: d4438bd92e0121dba48730cbee3ce35fcd9ad30219418ba64225aa124ecf3255e94bda552c326354db465b05e84138de924b2f7e5bff35e2c60978ef991932cb
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
transferzero-sdk (1.36.
|
4
|
+
transferzero-sdk (1.36.9)
|
5
5
|
activesupport (>= 4)
|
6
6
|
faraday (~> 1.0, >= 1.0.1)
|
7
7
|
json (>= 1.4)
|
@@ -23,15 +23,15 @@ GEM
|
|
23
23
|
securerandom (>= 0.3)
|
24
24
|
tzinfo (~> 2.0, >= 2.0.5)
|
25
25
|
uri (>= 0.13.1)
|
26
|
-
base64 (0.
|
27
|
-
benchmark (0.4.
|
28
|
-
bigdecimal (3.
|
29
|
-
byebug (
|
26
|
+
base64 (0.3.0)
|
27
|
+
benchmark (0.4.1)
|
28
|
+
bigdecimal (3.2.2)
|
29
|
+
byebug (12.0.0)
|
30
30
|
coderay (1.1.3)
|
31
31
|
concurrent-ruby (1.3.5)
|
32
|
-
connection_pool (2.5.
|
33
|
-
diff-lcs (1.6.
|
34
|
-
drb (2.2.
|
32
|
+
connection_pool (2.5.3)
|
33
|
+
diff-lcs (1.6.2)
|
34
|
+
drb (2.2.3)
|
35
35
|
faraday (1.10.4)
|
36
36
|
faraday-em_http (~> 1.0)
|
37
37
|
faraday-em_synchrony (~> 1.0)
|
@@ -45,10 +45,10 @@ GEM
|
|
45
45
|
faraday-retry (~> 1.0)
|
46
46
|
ruby2_keywords (>= 0.0.4)
|
47
47
|
faraday-em_http (1.0.0)
|
48
|
-
faraday-em_synchrony (1.0.
|
48
|
+
faraday-em_synchrony (1.0.1)
|
49
49
|
faraday-excon (1.1.0)
|
50
50
|
faraday-httpclient (1.0.1)
|
51
|
-
faraday-multipart (1.1.
|
51
|
+
faraday-multipart (1.1.1)
|
52
52
|
multipart-post (~> 2.0)
|
53
53
|
faraday-net_http (1.0.2)
|
54
54
|
faraday-net_http_persistent (1.2.0)
|
@@ -57,31 +57,31 @@ GEM
|
|
57
57
|
faraday-retry (1.0.3)
|
58
58
|
i18n (1.14.7)
|
59
59
|
concurrent-ruby (~> 1.0)
|
60
|
-
json (2.
|
61
|
-
logger (1.
|
60
|
+
json (2.12.2)
|
61
|
+
logger (1.7.0)
|
62
62
|
method_source (1.1.0)
|
63
63
|
minitest (5.25.5)
|
64
64
|
multipart-post (2.4.1)
|
65
|
-
pry (0.
|
65
|
+
pry (0.15.2)
|
66
66
|
coderay (~> 1.1)
|
67
67
|
method_source (~> 1.0)
|
68
|
-
pry-byebug (3.
|
69
|
-
byebug (~>
|
70
|
-
pry (>= 0.13, < 0.
|
68
|
+
pry-byebug (3.11.0)
|
69
|
+
byebug (~> 12.0)
|
70
|
+
pry (>= 0.13, < 0.16)
|
71
71
|
rake (12.0.0)
|
72
|
-
rspec (3.13.
|
72
|
+
rspec (3.13.1)
|
73
73
|
rspec-core (~> 3.13.0)
|
74
74
|
rspec-expectations (~> 3.13.0)
|
75
75
|
rspec-mocks (~> 3.13.0)
|
76
|
-
rspec-core (3.13.
|
76
|
+
rspec-core (3.13.4)
|
77
77
|
rspec-support (~> 3.13.0)
|
78
|
-
rspec-expectations (3.13.
|
78
|
+
rspec-expectations (3.13.5)
|
79
79
|
diff-lcs (>= 1.2.0, < 2.0)
|
80
80
|
rspec-support (~> 3.13.0)
|
81
|
-
rspec-mocks (3.13.
|
81
|
+
rspec-mocks (3.13.5)
|
82
82
|
diff-lcs (>= 1.2.0, < 2.0)
|
83
83
|
rspec-support (~> 3.13.0)
|
84
|
-
rspec-support (3.13.
|
84
|
+
rspec-support (3.13.4)
|
85
85
|
ruby2_keywords (0.0.5)
|
86
86
|
securerandom (0.4.1)
|
87
87
|
tzinfo (2.0.6)
|
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.36.
|
10
|
+
- Package version: 1.36.9
|
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.36.
|
34
|
+
gem install ./transferzero-sdk-1.36.9.gem
|
35
35
|
```
|
36
|
-
(for development, run `gem install --dev ./transferzero-sdk-1.36.
|
36
|
+
(for development, run `gem install --dev ./transferzero-sdk-1.36.9.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.36.
|
42
|
+
gem 'transferzero-sdk', '~> 1.36.9'
|
43
43
|
|
44
44
|
### Install from Git
|
45
45
|
|
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**account_name** | **String** | | [optional]
|
8
8
|
**mapped_mobile_provider** | **String** | | [optional]
|
9
|
+
**account_status** | **String** | | [optional]
|
9
10
|
|
10
11
|
## Code Sample
|
11
12
|
|
@@ -13,7 +14,8 @@ Name | Type | Description | Notes
|
|
13
14
|
require 'TransferZero'
|
14
15
|
|
15
16
|
instance = TransferZero::AccountValidationResult.new(account_name: John Smith,
|
16
|
-
mapped_mobile_provider: mtn
|
17
|
+
mapped_mobile_provider: mtn,
|
18
|
+
account_status: active)
|
17
19
|
```
|
18
20
|
|
19
21
|
|
data/docs/PayoutMethodDetails.md
CHANGED
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
|
|
10
10
|
**bank_account** | **String** | |
|
11
11
|
**bank_account_type** | [**PayoutMethodBankAccountTypeEnum**](PayoutMethodBankAccountTypeEnum.md) | | [optional]
|
12
12
|
**birth_date** | **Date** | Date of birth of recipient | [optional]
|
13
|
+
**street** | **String** | | [optional]
|
13
14
|
**phone_number** | **String** | |
|
14
15
|
**mobile_provider** | [**PayoutMethodMobileProviderEnum**](PayoutMethodMobileProviderEnum.md) | |
|
15
16
|
**country** | [**PayoutMethodCountryEnum**](PayoutMethodCountryEnum.md) | |
|
@@ -62,6 +63,7 @@ instance = TransferZero::PayoutMethodDetails.new(first_name: null,
|
|
62
63
|
bank_account: null,
|
63
64
|
bank_account_type: null,
|
64
65
|
birth_date: null,
|
66
|
+
street: null,
|
65
67
|
phone_number: null,
|
66
68
|
mobile_provider: null,
|
67
69
|
country: null,
|
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
|
|
10
10
|
**bank_account** | **String** | |
|
11
11
|
**bank_account_type** | [**PayoutMethodBankAccountTypeEnum**](PayoutMethodBankAccountTypeEnum.md) | | [optional]
|
12
12
|
**birth_date** | **Date** | Date of birth of recipient | [optional]
|
13
|
+
**street** | **String** | | [optional]
|
13
14
|
|
14
15
|
## Code Sample
|
15
16
|
|
@@ -21,7 +22,8 @@ instance = TransferZero::PayoutMethodDetailsNGNBank.new(first_name: null,
|
|
21
22
|
bank_code: null,
|
22
23
|
bank_account: null,
|
23
24
|
bank_account_type: null,
|
24
|
-
birth_date: null
|
25
|
+
birth_date: null,
|
26
|
+
street: null)
|
25
27
|
```
|
26
28
|
|
27
29
|
|
@@ -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.36.
|
39
|
+
@user_agent = "TransferZero-SDK/Ruby/1.36.9"
|
40
40
|
@default_headers = {
|
41
41
|
'Content-Type' => 'application/json',
|
42
42
|
'User-Agent' => @user_agent
|
@@ -19,11 +19,14 @@ class AccountValidationResult
|
|
19
19
|
|
20
20
|
attr_accessor :mapped_mobile_provider
|
21
21
|
|
22
|
+
attr_accessor :account_status
|
23
|
+
|
22
24
|
# Attribute mapping from ruby-style variable name to JSON key.
|
23
25
|
def self.attribute_map
|
24
26
|
{
|
25
27
|
:'account_name' => :'account_name',
|
26
|
-
:'mapped_mobile_provider' => :'mapped_mobile_provider'
|
28
|
+
:'mapped_mobile_provider' => :'mapped_mobile_provider',
|
29
|
+
:'account_status' => :'account_status'
|
27
30
|
}
|
28
31
|
end
|
29
32
|
|
@@ -31,7 +34,8 @@ class AccountValidationResult
|
|
31
34
|
def self.openapi_types
|
32
35
|
{
|
33
36
|
:'account_name' => :'String',
|
34
|
-
:'mapped_mobile_provider' => :'String'
|
37
|
+
:'mapped_mobile_provider' => :'String',
|
38
|
+
:'account_status' => :'String'
|
35
39
|
}
|
36
40
|
end
|
37
41
|
|
@@ -57,6 +61,10 @@ class AccountValidationResult
|
|
57
61
|
if attributes.key?(:'mapped_mobile_provider')
|
58
62
|
self.mapped_mobile_provider = attributes[:'mapped_mobile_provider']
|
59
63
|
end
|
64
|
+
|
65
|
+
if attributes.key?(:'account_status')
|
66
|
+
self.account_status = attributes[:'account_status']
|
67
|
+
end
|
60
68
|
end
|
61
69
|
|
62
70
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -78,7 +86,8 @@ class AccountValidationResult
|
|
78
86
|
return true if self.equal?(o)
|
79
87
|
self.class == o.class &&
|
80
88
|
account_name == o.account_name &&
|
81
|
-
mapped_mobile_provider == o.mapped_mobile_provider
|
89
|
+
mapped_mobile_provider == o.mapped_mobile_provider &&
|
90
|
+
account_status == o.account_status
|
82
91
|
end
|
83
92
|
|
84
93
|
# @see the `==` method
|
@@ -90,7 +99,7 @@ class AccountValidationResult
|
|
90
99
|
# Calculates hash code according to all attributes.
|
91
100
|
# @return [Integer] Hash code
|
92
101
|
def hash
|
93
|
-
[account_name, mapped_mobile_provider].hash
|
102
|
+
[account_name, mapped_mobile_provider, account_status].hash
|
94
103
|
end
|
95
104
|
|
96
105
|
require 'active_support/core_ext/hash'
|
@@ -27,6 +27,8 @@ class PayoutMethodDetails
|
|
27
27
|
# Date of birth of recipient
|
28
28
|
attr_accessor :birth_date
|
29
29
|
|
30
|
+
attr_accessor :street
|
31
|
+
|
30
32
|
attr_accessor :phone_number
|
31
33
|
|
32
34
|
attr_accessor :mobile_provider
|
@@ -116,6 +118,7 @@ class PayoutMethodDetails
|
|
116
118
|
:'bank_account' => :'bank_account',
|
117
119
|
:'bank_account_type' => :'bank_account_type',
|
118
120
|
:'birth_date' => :'birth_date',
|
121
|
+
:'street' => :'street"',
|
119
122
|
:'phone_number' => :'phone_number',
|
120
123
|
:'mobile_provider' => :'mobile_provider',
|
121
124
|
:'country' => :'country',
|
@@ -168,6 +171,7 @@ class PayoutMethodDetails
|
|
168
171
|
:'bank_account' => :'String',
|
169
172
|
:'bank_account_type' => :'PayoutMethodBankAccountTypeEnum',
|
170
173
|
:'birth_date' => :'Date',
|
174
|
+
:'street' => :'String',
|
171
175
|
:'phone_number' => :'String',
|
172
176
|
:'mobile_provider' => :'PayoutMethodMobileProviderEnum',
|
173
177
|
:'country' => :'PayoutMethodCountryEnum',
|
@@ -286,6 +290,10 @@ class PayoutMethodDetails
|
|
286
290
|
self.birth_date = attributes[:'birth_date']
|
287
291
|
end
|
288
292
|
|
293
|
+
if attributes.key?(:'street')
|
294
|
+
self.street = attributes[:'street']
|
295
|
+
end
|
296
|
+
|
289
297
|
if attributes.key?(:'phone_number')
|
290
298
|
self.phone_number = attributes[:'phone_number']
|
291
299
|
end
|
@@ -602,6 +610,7 @@ class PayoutMethodDetails
|
|
602
610
|
bank_account == o.bank_account &&
|
603
611
|
bank_account_type == o.bank_account_type &&
|
604
612
|
birth_date == o.birth_date &&
|
613
|
+
street == o.street &&
|
605
614
|
phone_number == o.phone_number &&
|
606
615
|
mobile_provider == o.mobile_provider &&
|
607
616
|
country == o.country &&
|
@@ -653,7 +662,7 @@ class PayoutMethodDetails
|
|
653
662
|
# Calculates hash code according to all attributes.
|
654
663
|
# @return [Integer] Hash code
|
655
664
|
def hash
|
656
|
-
[first_name, last_name, bank_code, bank_account, bank_account_type, birth_date, 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
|
665
|
+
[first_name, last_name, bank_code, bank_account, bank_account_type, birth_date, street, 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
|
657
666
|
end
|
658
667
|
|
659
668
|
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\", \"bank_code\": \"058\", \"bank_account\": \"123456789\", \"bank_account_type\": \"10\"
|
16
|
+
# ```JSON \"details\": { \"first_name\": \"First\", \"last_name\": \"Last\", \"bank_code\": \"058\", \"bank_account\": \"123456789\", \"bank_account_type\": \"10\", # 10 for saving, 20 for current accounts \"street\": \"1 Main Street\" } ``` See [NGN Bank](https://docs.azafinance.com/docs/individual-payments/#ngnbank) documentation for the bank_code
|
17
17
|
class PayoutMethodDetailsNGNBank
|
18
18
|
attr_accessor :first_name
|
19
19
|
|
@@ -28,6 +28,8 @@ class PayoutMethodDetailsNGNBank
|
|
28
28
|
# Date of birth of recipient
|
29
29
|
attr_accessor :birth_date
|
30
30
|
|
31
|
+
attr_accessor :street
|
32
|
+
|
31
33
|
# Attribute mapping from ruby-style variable name to JSON key.
|
32
34
|
def self.attribute_map
|
33
35
|
{
|
@@ -36,7 +38,8 @@ class PayoutMethodDetailsNGNBank
|
|
36
38
|
:'bank_code' => :'bank_code',
|
37
39
|
:'bank_account' => :'bank_account',
|
38
40
|
:'bank_account_type' => :'bank_account_type',
|
39
|
-
:'birth_date' => :'birth_date'
|
41
|
+
:'birth_date' => :'birth_date',
|
42
|
+
:'street' => :'street"'
|
40
43
|
}
|
41
44
|
end
|
42
45
|
|
@@ -48,7 +51,8 @@ class PayoutMethodDetailsNGNBank
|
|
48
51
|
:'bank_code' => :'String',
|
49
52
|
:'bank_account' => :'String',
|
50
53
|
:'bank_account_type' => :'PayoutMethodBankAccountTypeEnum',
|
51
|
-
:'birth_date' => :'Date'
|
54
|
+
:'birth_date' => :'Date',
|
55
|
+
:'street' => :'String'
|
52
56
|
}
|
53
57
|
end
|
54
58
|
|
@@ -90,6 +94,10 @@ class PayoutMethodDetailsNGNBank
|
|
90
94
|
if attributes.key?(:'birth_date')
|
91
95
|
self.birth_date = attributes[:'birth_date']
|
92
96
|
end
|
97
|
+
|
98
|
+
if attributes.key?(:'street')
|
99
|
+
self.street = attributes[:'street']
|
100
|
+
end
|
93
101
|
end
|
94
102
|
|
95
103
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -135,7 +143,8 @@ class PayoutMethodDetailsNGNBank
|
|
135
143
|
bank_code == o.bank_code &&
|
136
144
|
bank_account == o.bank_account &&
|
137
145
|
bank_account_type == o.bank_account_type &&
|
138
|
-
birth_date == o.birth_date
|
146
|
+
birth_date == o.birth_date &&
|
147
|
+
street == o.street
|
139
148
|
end
|
140
149
|
|
141
150
|
# @see the `==` method
|
@@ -147,7 +156,7 @@ class PayoutMethodDetailsNGNBank
|
|
147
156
|
# Calculates hash code according to all attributes.
|
148
157
|
# @return [Integer] Hash code
|
149
158
|
def hash
|
150
|
-
[first_name, last_name, bank_code, bank_account, bank_account_type, birth_date].hash
|
159
|
+
[first_name, last_name, bank_code, bank_account, bank_account_type, birth_date, street].hash
|
151
160
|
end
|
152
161
|
|
153
162
|
require 'active_support/core_ext/hash'
|
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.36.
|
4
|
+
version: 1.36.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- TransferZero
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-06-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -586,159 +586,159 @@ signing_key:
|
|
586
586
|
specification_version: 4
|
587
587
|
summary: TransferZero API Ruby Gem
|
588
588
|
test_files:
|
589
|
-
- spec/api/
|
590
|
-
- spec/api/accounts_api_spec.rb
|
591
|
-
- spec/api/recipients_api_spec.rb
|
589
|
+
- spec/api/currency_info_api_spec.rb
|
592
590
|
- spec/api/payment_methods_api_spec.rb
|
593
591
|
- spec/api/account_debits_api_spec.rb
|
594
|
-
- spec/api/documents_api_spec.rb
|
595
|
-
- spec/api/currency_info_api_spec.rb
|
596
592
|
- spec/api/payout_methods_api_spec.rb
|
593
|
+
- spec/api/documents_api_spec.rb
|
597
594
|
- spec/api/account_validation_api_spec.rb
|
595
|
+
- spec/api/payin_methods_api_spec.rb
|
596
|
+
- spec/api/recipients_api_spec.rb
|
597
|
+
- spec/api/accounts_api_spec.rb
|
598
598
|
- spec/api/webhooks_api_spec.rb
|
599
|
-
- spec/api/api_logs_api_spec.rb
|
600
599
|
- spec/api/senders_api_spec.rb
|
601
|
-
- spec/api/payin_methods_api_spec.rb
|
602
600
|
- spec/api/logs_api_spec.rb
|
601
|
+
- spec/api/api_logs_api_spec.rb
|
602
|
+
- spec/api/transactions_api_spec.rb
|
603
603
|
- spec/configuration_spec.rb
|
604
|
-
- spec/models/
|
605
|
-
- spec/models/
|
606
|
-
- spec/models/
|
607
|
-
- spec/models/
|
608
|
-
- spec/models/payin_method_details_ngn_bank_spec.rb
|
609
|
-
- spec/models/payment_method_list_response_spec.rb
|
610
|
-
- spec/models/payout_method_details_kes_mobile_spec.rb
|
611
|
-
- spec/models/sender_response_meta_spec.rb
|
612
|
-
- spec/models/account_spec.rb
|
613
|
-
- spec/models/error_status_spec.rb
|
614
|
-
- spec/models/transaction_response_existing_spec.rb
|
615
|
-
- spec/models/account_meta_spec.rb
|
616
|
-
- spec/models/payout_method_details_xof_cash_spec.rb
|
617
|
-
- spec/models/payout_method_details_gbp_bank_spec.rb
|
604
|
+
- spec/models/sender_webhook_all_of_spec.rb
|
605
|
+
- spec/models/recipient_webhook_spec.rb
|
606
|
+
- spec/models/payout_method_details_bwp_bank_spec.rb
|
607
|
+
- spec/models/validation_error_description_spec.rb
|
618
608
|
- spec/models/payout_method_details_ghs_mobile_spec.rb
|
619
|
-
- spec/models/field_description_spec.rb
|
620
|
-
- spec/models/webhook_definition_event_list_response_spec.rb
|
621
|
-
- spec/models/field_validation_spec.rb
|
622
|
-
- spec/models/payout_method_details_zar_bank_spec.rb
|
623
|
-
- spec/models/payout_method_identity_card_type_enum_spec.rb
|
624
|
-
- spec/models/payout_method_transfer_reason_enum_spec.rb
|
625
|
-
- spec/models/payout_method_details_balance_spec.rb
|
626
|
-
- spec/models/payout_method_details_ugx_bank_spec.rb
|
627
|
-
- spec/models/api_log_response_spec.rb
|
628
|
-
- spec/models/webhook_log_metadata_response_spec.rb
|
629
|
-
- spec/models/currency_opposite_spec.rb
|
630
|
-
- spec/models/webhook_definition_response_spec.rb
|
631
|
-
- spec/models/document_spec.rb
|
632
|
-
- spec/models/state_reason_details_spec.rb
|
633
|
-
- spec/models/webhook_definition_spec.rb
|
634
|
-
- spec/models/payout_method_details_btc_spec.rb
|
635
|
-
- spec/models/payin_method_spec.rb
|
636
|
-
- spec/models/proof_of_payment_list_response_spec.rb
|
637
|
-
- spec/models/currency_list_response_spec.rb
|
638
|
-
- spec/models/payin_method_ux_flow_spec.rb
|
639
|
-
- spec/models/webhook_log_metadata_request_spec.rb
|
640
|
-
- spec/models/payout_method_details_ghs_bank_spec.rb
|
641
|
-
- spec/models/document_response_spec.rb
|
642
609
|
- spec/models/payout_method_details_xaf_mobile_spec.rb
|
643
|
-
- spec/models/
|
644
|
-
- spec/models/
|
645
|
-
- spec/models/
|
646
|
-
- spec/models/
|
647
|
-
- spec/models/
|
648
|
-
- spec/models/payout_method_details_ngn_bank_spec.rb
|
649
|
-
- spec/models/api_log_spec.rb
|
650
|
-
- spec/models/validation_error_description_spec.rb
|
610
|
+
- spec/models/recipient_response_spec.rb
|
611
|
+
- spec/models/sender_state_spec.rb
|
612
|
+
- spec/models/sender_response_meta_spec.rb
|
613
|
+
- spec/models/payin_method_spec.rb
|
614
|
+
- spec/models/sender_webhook_spec.rb
|
651
615
|
- spec/models/payout_method_details_usd_bank_spec.rb
|
652
|
-
- spec/models/
|
653
|
-
- spec/models/
|
654
|
-
- spec/models/
|
616
|
+
- spec/models/payout_method_details_balance_spec.rb
|
617
|
+
- spec/models/payout_method_details_zar_bank_spec.rb
|
618
|
+
- spec/models/debit_list_request_spec.rb
|
655
619
|
- spec/models/payout_method_details_xaf_bank_spec.rb
|
656
|
-
- spec/models/payment_method_opposite_all_of_spec.rb
|
657
620
|
- spec/models/recipient_webhook_all_of_spec.rb
|
658
|
-
- spec/models/
|
659
|
-
- spec/models/
|
660
|
-
- spec/models/
|
661
|
-
- spec/models/
|
662
|
-
- spec/models/
|
663
|
-
- spec/models/
|
664
|
-
- spec/models/
|
621
|
+
- spec/models/payout_method_details_gnf_mobile_spec.rb
|
622
|
+
- spec/models/payin_method_request_spec.rb
|
623
|
+
- spec/models/payout_method_details_ghs_cash_spec.rb
|
624
|
+
- spec/models/currency_spec.rb
|
625
|
+
- spec/models/payout_method_details_kes_bank_spec.rb
|
626
|
+
- spec/models/payout_method_details_egp_cash_spec.rb
|
627
|
+
- spec/models/payout_method_details_xof_mobile_spec.rb
|
628
|
+
- spec/models/payout_method_transfer_reason_enum_spec.rb
|
629
|
+
- spec/models/payment_method_opposite_all_of_spec.rb
|
630
|
+
- spec/models/webhook_spec.rb
|
665
631
|
- spec/models/payout_method_details_mad_cash_spec.rb
|
666
|
-
- spec/models/
|
667
|
-
- spec/models/transaction_traits_spec.rb
|
632
|
+
- spec/models/webhook_log_metadata_spec.rb
|
668
633
|
- spec/models/pagination_spec.rb
|
634
|
+
- spec/models/webhook_log_list_response_spec.rb
|
635
|
+
- spec/models/webhook_log_metadata_response_spec.rb
|
636
|
+
- spec/models/api_log_list_response_spec.rb
|
637
|
+
- spec/models/transaction_request_spec.rb
|
669
638
|
- spec/models/payment_method_opposite_spec.rb
|
639
|
+
- spec/models/payment_method_list_response_spec.rb
|
640
|
+
- spec/models/webhook_definition_response_spec.rb
|
641
|
+
- spec/models/webhook_log_response_spec.rb
|
642
|
+
- spec/models/payout_method_details_ghs_bank_spec.rb
|
643
|
+
- spec/models/transaction_spec.rb
|
644
|
+
- spec/models/payout_method_mobile_provider_enum_spec.rb
|
645
|
+
- spec/models/proof_of_payment_spec.rb
|
646
|
+
- spec/models/currency_opposite_all_of_spec.rb
|
647
|
+
- spec/models/payin_method_state_spec.rb
|
670
648
|
- spec/models/politically_exposed_person_spec.rb
|
671
|
-
- spec/models/
|
672
|
-
- spec/models/
|
673
|
-
- spec/models/sender_response_existing_spec.rb
|
674
|
-
- spec/models/payout_method_details_spec.rb
|
649
|
+
- spec/models/payout_method_details_cad_bank_spec.rb
|
650
|
+
- spec/models/document_request_spec.rb
|
675
651
|
- spec/models/webhook_definition_list_response_spec.rb
|
676
|
-
- spec/models/
|
677
|
-
- spec/models/
|
678
|
-
- spec/models/
|
679
|
-
- spec/models/
|
680
|
-
- spec/models/
|
681
|
-
- spec/models/
|
682
|
-
- spec/models/
|
683
|
-
- spec/models/payout_method_details_kes_bank_spec.rb
|
684
|
-
- spec/models/api_log_list_response_spec.rb
|
685
|
-
- spec/models/proof_of_payment_spec.rb
|
686
|
-
- spec/models/payout_method_pix_key_type_enum_spec.rb
|
652
|
+
- spec/models/payout_method_country_enum_spec.rb
|
653
|
+
- spec/models/account_list_response_spec.rb
|
654
|
+
- spec/models/payin_method_details_btc_spec.rb
|
655
|
+
- spec/models/currency_exchange_list_response_spec.rb
|
656
|
+
- spec/models/transaction_list_response_spec.rb
|
657
|
+
- spec/models/payin_method_details_mobile_spec.rb
|
658
|
+
- spec/models/proof_of_payment_list_response_spec.rb
|
687
659
|
- spec/models/payout_method_nature_of_business_enum_spec.rb
|
688
|
-
- spec/models/
|
689
|
-
- spec/models/
|
690
|
-
- spec/models/
|
691
|
-
- spec/models/
|
660
|
+
- spec/models/account_meta_spec.rb
|
661
|
+
- spec/models/sender_spec.rb
|
662
|
+
- spec/models/payout_method_details_xof_bank_spec.rb
|
663
|
+
- spec/models/debit_response_spec.rb
|
664
|
+
- spec/models/document_spec.rb
|
692
665
|
- spec/models/payout_method_webhook_all_of_spec.rb
|
693
|
-
- spec/models/
|
694
|
-
- spec/models/
|
695
|
-
- spec/models/
|
696
|
-
- spec/models/
|
697
|
-
- spec/models/
|
698
|
-
- spec/models/
|
666
|
+
- spec/models/debit_request_wrapper_spec.rb
|
667
|
+
- spec/models/payout_method_details_ngn_bank_spec.rb
|
668
|
+
- spec/models/transaction_response_spec.rb
|
669
|
+
- spec/models/state_reason_details_spec.rb
|
670
|
+
- spec/models/payout_method_request_spec.rb
|
671
|
+
- spec/models/sender_list_response_spec.rb
|
699
672
|
- spec/models/currency_exchange_spec.rb
|
700
|
-
- spec/models/
|
673
|
+
- spec/models/payin_method_details_ngn_bank_spec.rb
|
674
|
+
- spec/models/recipient_request_spec.rb
|
675
|
+
- spec/models/api_log_spec.rb
|
676
|
+
- spec/models/transaction_state_spec.rb
|
677
|
+
- spec/models/payin_method_details_spec.rb
|
678
|
+
- spec/models/document_webhook_spec.rb
|
679
|
+
- spec/models/recipient_state_reason_details_spec.rb
|
680
|
+
- spec/models/debit_spec.rb
|
681
|
+
- spec/models/payout_method_details_mobile_spec.rb
|
682
|
+
- spec/models/payout_method_details_ugx_bank_spec.rb
|
683
|
+
- spec/models/currency_opposite_spec.rb
|
684
|
+
- spec/models/account_validation_response_spec.rb
|
701
685
|
- spec/models/pagination_meta_spec.rb
|
702
|
-
- spec/models/
|
703
|
-
- spec/models/
|
704
|
-
- spec/models/
|
705
|
-
- spec/models/
|
706
|
-
- spec/models/payment_method_spec.rb
|
707
|
-
- spec/models/currency_spec.rb
|
708
|
-
- spec/models/payout_method_details_egp_bank_spec.rb
|
686
|
+
- spec/models/account_validation_request_spec.rb
|
687
|
+
- spec/models/sender_request_spec.rb
|
688
|
+
- spec/models/webhook_definition_spec.rb
|
689
|
+
- spec/models/account_response_spec.rb
|
709
690
|
- spec/models/transaction_response_meta_spec.rb
|
710
|
-
- spec/models/
|
711
|
-
- spec/models/
|
712
|
-
- spec/models/
|
713
|
-
- spec/models/
|
714
|
-
- spec/models/recipient_spec.rb
|
715
|
-
- spec/models/payout_method_response_spec.rb
|
716
|
-
- spec/models/currency_opposite_all_of_spec.rb
|
691
|
+
- spec/models/payout_method_details_gbp_bank_spec.rb
|
692
|
+
- spec/models/payment_method_spec.rb
|
693
|
+
- spec/models/payout_method_details_usd_cash_spec.rb
|
694
|
+
- spec/models/payout_method_legal_entity_type_enum_spec.rb
|
717
695
|
- spec/models/document_webhook_all_of_spec.rb
|
696
|
+
- spec/models/payout_method_list_response_spec.rb
|
718
697
|
- spec/models/document_list_response_spec.rb
|
719
|
-
- spec/models/payout_method_country_enum_spec.rb
|
720
|
-
- spec/models/recipient_webhook_spec.rb
|
721
|
-
- spec/models/payin_method_request_spec.rb
|
722
|
-
- spec/models/payout_method_details_xof_mobile_spec.rb
|
723
|
-
- spec/models/transaction_webhook_spec.rb
|
724
|
-
- spec/models/transaction_webhook_all_of_spec.rb
|
725
|
-
- spec/models/debit_spec.rb
|
726
|
-
- spec/models/recipient_state_reason_details_spec.rb
|
727
698
|
- spec/models/currency_exchange_all_of_spec.rb
|
699
|
+
- spec/models/payout_method_pix_key_type_enum_spec.rb
|
700
|
+
- spec/models/payin_method_ux_flow_spec.rb
|
701
|
+
- spec/models/payout_method_details_zmw_bank_spec.rb
|
702
|
+
- spec/models/field_validation_spec.rb
|
703
|
+
- spec/models/transaction_traits_spec.rb
|
704
|
+
- spec/models/sender_response_spec.rb
|
705
|
+
- spec/models/payout_method_spec.rb
|
706
|
+
- spec/models/payout_method_cash_provider_enum_spec.rb
|
707
|
+
- spec/models/payout_method_response_spec.rb
|
708
|
+
- spec/models/recipient_state_spec.rb
|
709
|
+
- spec/models/payout_method_webhook_spec.rb
|
710
|
+
- spec/models/webhook_definition_request_spec.rb
|
711
|
+
- spec/models/error_status_spec.rb
|
712
|
+
- spec/models/payout_method_details_kes_mobile_spec.rb
|
713
|
+
- spec/models/field_description_spec.rb
|
714
|
+
- spec/models/payout_method_details_iban_spec.rb
|
715
|
+
- spec/models/transaction_webhook_all_of_spec.rb
|
716
|
+
- spec/models/transaction_webhook_spec.rb
|
717
|
+
- spec/models/payout_method_gender_enum_spec.rb
|
718
|
+
- spec/models/debit_list_response_spec.rb
|
719
|
+
- spec/models/document_response_spec.rb
|
728
720
|
- spec/models/webhook_log_spec.rb
|
729
|
-
- spec/models/
|
730
|
-
- spec/models/
|
721
|
+
- spec/models/account_spec.rb
|
722
|
+
- spec/models/webhook_log_metadata_request_spec.rb
|
723
|
+
- spec/models/payout_method_details_spec.rb
|
724
|
+
- spec/models/field_select_validation_spec.rb
|
725
|
+
- spec/models/debit_request_spec.rb
|
731
726
|
- spec/models/payout_method_details_inr_bank_spec.rb
|
732
|
-
- spec/models/
|
733
|
-
- spec/models/transaction_list_response_spec.rb
|
734
|
-
- spec/models/account_validation_request_spec.rb
|
735
|
-
- spec/models/webhook_definition_request_spec.rb
|
736
|
-
- spec/models/account_list_response_spec.rb
|
737
|
-
- spec/models/transaction_response_spec.rb
|
738
|
-
- spec/models/recipient_request_spec.rb
|
739
|
-
- spec/models/payout_method_spec.rb
|
740
|
-
- spec/models/sender_state_spec.rb
|
741
|
-
- spec/models/webhook_log_response_spec.rb
|
742
|
-
- spec/models/payout_method_list_response_spec.rb
|
727
|
+
- spec/models/payout_method_details_nzd_bank_spec.rb
|
743
728
|
- spec/models/account_validation_result_spec.rb
|
729
|
+
- spec/models/currency_list_response_spec.rb
|
730
|
+
- spec/models/webhook_definition_event_list_response_spec.rb
|
731
|
+
- spec/models/sender_response_existing_spec.rb
|
732
|
+
- spec/models/payout_method_details_btc_spec.rb
|
733
|
+
- spec/models/api_log_response_spec.rb
|
734
|
+
- spec/models/payout_method_details_brl_bank_spec.rb
|
735
|
+
- spec/models/payin_method_response_spec.rb
|
736
|
+
- spec/models/account_validation_error_spec.rb
|
737
|
+
- spec/models/recipient_list_response_spec.rb
|
738
|
+
- spec/models/transaction_response_existing_spec.rb
|
739
|
+
- spec/models/payout_method_identity_card_type_enum_spec.rb
|
740
|
+
- spec/models/recipient_spec.rb
|
741
|
+
- spec/models/payout_method_bank_account_type_enum_spec.rb
|
742
|
+
- spec/models/payout_method_details_xof_cash_spec.rb
|
743
|
+
- spec/models/payout_method_details_egp_bank_spec.rb
|
744
744
|
- spec/spec_helper.rb
|