transferzero-sdk 1.30.1 → 1.30.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +4 -4
- data/docs/PayoutMethodDetails.md +3 -1
- data/docs/PayoutMethodDetailsEGPBank.md +1 -1
- data/docs/PayoutMethodDetailsGBPBank.md +7 -5
- data/docs/PayoutMethodDetailsIBAN.md +5 -3
- data/docs/PayoutMethodDetailsUGXBank.md +1 -1
- data/lib/transferzero-sdk/api_client.rb +1 -1
- data/lib/transferzero-sdk/models/payout_method_details.rb +11 -2
- data/lib/transferzero-sdk/models/payout_method_details_egp_bank.rb +1 -1
- data/lib/transferzero-sdk/models/payout_method_details_gbp_bank.rb +29 -20
- data/lib/transferzero-sdk/models/payout_method_details_iban.rb +23 -14
- data/lib/transferzero-sdk/models/payout_method_details_ugx_bank.rb +1 -1
- data/lib/transferzero-sdk/version.rb +1 -1
- metadata +130 -130
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2ef6a78005e41133ff80a1d9f21851b4fd9255a6b7fd099f8f6b497ecd54092a
|
4
|
+
data.tar.gz: 81ab6ef201268601ada80fcbcf85a774980a9abfb36314b6cbbf8c5b8a2dee9d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f6102457736a74d4af311f7f7aae4078ed69bbf9a721e527b5c8f19edee7524052b9f7845b11bb6917f1b0035a548ce3bac3b5be1ede4b919fedf8bbe473d8f0
|
7
|
+
data.tar.gz: c62bd9a3e1b30288c60c8d20263593363e2a158a6873d9102d6c6afa1bc61bc7206143000c8a08aba0bdf3a112677b1e01237c6143cb584672a81e73225905d3
|
data/Gemfile.lock
CHANGED
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.30.
|
10
|
+
- Package version: 1.30.3
|
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.30.
|
34
|
+
gem install ./transferzero-sdk-1.30.3.gem
|
35
35
|
```
|
36
|
-
(for development, run `gem install --dev ./transferzero-sdk-1.30.
|
36
|
+
(for development, run `gem install --dev ./transferzero-sdk-1.30.3.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.30.
|
42
|
+
gem 'transferzero-sdk', '~> 1.30.3'
|
43
43
|
|
44
44
|
### Install from Git
|
45
45
|
|
data/docs/PayoutMethodDetails.md
CHANGED
@@ -12,13 +12,14 @@ Name | Type | Description | Notes
|
|
12
12
|
**phone_number** | **String** | |
|
13
13
|
**mobile_provider** | [**PayoutMethodMobileProviderEnum**](PayoutMethodMobileProviderEnum.md) | |
|
14
14
|
**country** | [**PayoutMethodCountryEnum**](PayoutMethodCountryEnum.md) | |
|
15
|
-
**transfer_reason** | **
|
15
|
+
**transfer_reason** | [**PayoutMethodTransferReasonEnum**](PayoutMethodTransferReasonEnum.md) | |
|
16
16
|
**iban** | **String** | |
|
17
17
|
**bank_name** | **String** | |
|
18
18
|
**bank_country** | **String** | | [optional]
|
19
19
|
**cash_provider** | [**PayoutMethodCashProviderEnum**](PayoutMethodCashProviderEnum.md) | |
|
20
20
|
**sort_code** | **String** | | [optional]
|
21
21
|
**bic** | **String** | | [optional]
|
22
|
+
**narration** | **String** | | [optional]
|
22
23
|
**sender_identity_card_type** | [**PayoutMethodIdentityCardTypeEnum**](PayoutMethodIdentityCardTypeEnum.md) | |
|
23
24
|
**sender_identity_card_id** | **String** | |
|
24
25
|
**sender_city_of_birth** | **String** | | [optional]
|
@@ -68,6 +69,7 @@ instance = TransferZero::PayoutMethodDetails.new(first_name: null,
|
|
68
69
|
cash_provider: null,
|
69
70
|
sort_code: null,
|
70
71
|
bic: null,
|
72
|
+
narration: null,
|
71
73
|
sender_identity_card_type: null,
|
72
74
|
sender_identity_card_id: null,
|
73
75
|
sender_city_of_birth: null,
|
@@ -10,7 +10,7 @@ Name | Type | Description | Notes
|
|
10
10
|
**phone_number** | **String** | |
|
11
11
|
**bank_account** | **String** | |
|
12
12
|
**bank_code** | **String** | |
|
13
|
-
**transfer_reason** | **
|
13
|
+
**transfer_reason** | [**PayoutMethodTransferReasonEnum**](PayoutMethodTransferReasonEnum.md) | |
|
14
14
|
|
15
15
|
## Code Sample
|
16
16
|
|
@@ -6,11 +6,12 @@ Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**first_name** | **String** | |
|
8
8
|
**last_name** | **String** | |
|
9
|
-
**
|
9
|
+
**iban** | **String** | | [optional]
|
10
10
|
**bank_account** | **String** | | [optional]
|
11
11
|
**sort_code** | **String** | | [optional]
|
12
|
-
**iban** | **String** | | [optional]
|
13
12
|
**bic** | **String** | | [optional]
|
13
|
+
**bank_name** | **String** | | [optional]
|
14
|
+
**narration** | **String** | | [optional]
|
14
15
|
|
15
16
|
## Code Sample
|
16
17
|
|
@@ -19,11 +20,12 @@ require 'TransferZero'
|
|
19
20
|
|
20
21
|
instance = TransferZero::PayoutMethodDetailsGBPBank.new(first_name: null,
|
21
22
|
last_name: null,
|
22
|
-
|
23
|
+
iban: null,
|
23
24
|
bank_account: null,
|
24
25
|
sort_code: null,
|
25
|
-
|
26
|
-
|
26
|
+
bic: null,
|
27
|
+
bank_name: null,
|
28
|
+
narration: null)
|
27
29
|
```
|
28
30
|
|
29
31
|
|
@@ -6,9 +6,10 @@ Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**first_name** | **String** | |
|
8
8
|
**last_name** | **String** | |
|
9
|
-
**bank_name** | **String** | | [optional]
|
10
9
|
**iban** | **String** | |
|
11
10
|
**bic** | **String** | | [optional]
|
11
|
+
**bank_name** | **String** | | [optional]
|
12
|
+
**narration** | **String** | | [optional]
|
12
13
|
|
13
14
|
## Code Sample
|
14
15
|
|
@@ -17,9 +18,10 @@ require 'TransferZero'
|
|
17
18
|
|
18
19
|
instance = TransferZero::PayoutMethodDetailsIBAN.new(first_name: null,
|
19
20
|
last_name: null,
|
20
|
-
bank_name: null,
|
21
21
|
iban: null,
|
22
|
-
bic: null
|
22
|
+
bic: null,
|
23
|
+
bank_name: null,
|
24
|
+
narration: null)
|
23
25
|
```
|
24
26
|
|
25
27
|
|
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
|
|
12
12
|
**identity_card_id** | **String** | |
|
13
13
|
**bank_account** | **String** | |
|
14
14
|
**branch_code** | **String** | |
|
15
|
-
**transfer_reason** | **
|
15
|
+
**transfer_reason** | [**PayoutMethodTransferReasonEnum**](PayoutMethodTransferReasonEnum.md) | |
|
16
16
|
|
17
17
|
## Code Sample
|
18
18
|
|
@@ -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.30.
|
39
|
+
@user_agent = "TransferZero-SDK/Ruby/1.30.3"
|
40
40
|
@default_headers = {
|
41
41
|
'Content-Type' => 'application/json',
|
42
42
|
'User-Agent' => @user_agent
|
@@ -44,6 +44,8 @@ class PayoutMethodDetails
|
|
44
44
|
|
45
45
|
attr_accessor :bic
|
46
46
|
|
47
|
+
attr_accessor :narration
|
48
|
+
|
47
49
|
attr_accessor :sender_identity_card_type
|
48
50
|
|
49
51
|
attr_accessor :sender_identity_card_id
|
@@ -118,6 +120,7 @@ class PayoutMethodDetails
|
|
118
120
|
:'cash_provider' => :'cash_provider',
|
119
121
|
:'sort_code' => :'sort_code',
|
120
122
|
:'bic' => :'bic',
|
123
|
+
:'narration' => :'narration',
|
121
124
|
:'sender_identity_card_type' => :'sender_identity_card_type',
|
122
125
|
:'sender_identity_card_id' => :'sender_identity_card_id',
|
123
126
|
:'sender_city_of_birth' => :'sender_city_of_birth',
|
@@ -160,13 +163,14 @@ class PayoutMethodDetails
|
|
160
163
|
:'phone_number' => :'String',
|
161
164
|
:'mobile_provider' => :'PayoutMethodMobileProviderEnum',
|
162
165
|
:'country' => :'PayoutMethodCountryEnum',
|
163
|
-
:'transfer_reason' => :'
|
166
|
+
:'transfer_reason' => :'PayoutMethodTransferReasonEnum',
|
164
167
|
:'iban' => :'String',
|
165
168
|
:'bank_name' => :'String',
|
166
169
|
:'bank_country' => :'String',
|
167
170
|
:'cash_provider' => :'PayoutMethodCashProviderEnum',
|
168
171
|
:'sort_code' => :'String',
|
169
172
|
:'bic' => :'String',
|
173
|
+
:'narration' => :'String',
|
170
174
|
:'sender_identity_card_type' => :'PayoutMethodIdentityCardTypeEnum',
|
171
175
|
:'sender_identity_card_id' => :'String',
|
172
176
|
:'sender_city_of_birth' => :'String',
|
@@ -307,6 +311,10 @@ class PayoutMethodDetails
|
|
307
311
|
self.bic = attributes[:'bic']
|
308
312
|
end
|
309
313
|
|
314
|
+
if attributes.key?(:'narration')
|
315
|
+
self.narration = attributes[:'narration']
|
316
|
+
end
|
317
|
+
|
310
318
|
if attributes.key?(:'sender_identity_card_type')
|
311
319
|
self.sender_identity_card_type = attributes[:'sender_identity_card_type']
|
312
320
|
end
|
@@ -579,6 +587,7 @@ class PayoutMethodDetails
|
|
579
587
|
cash_provider == o.cash_provider &&
|
580
588
|
sort_code == o.sort_code &&
|
581
589
|
bic == o.bic &&
|
590
|
+
narration == o.narration &&
|
582
591
|
sender_identity_card_type == o.sender_identity_card_type &&
|
583
592
|
sender_identity_card_id == o.sender_identity_card_id &&
|
584
593
|
sender_city_of_birth == o.sender_city_of_birth &&
|
@@ -618,7 +627,7 @@ class PayoutMethodDetails
|
|
618
627
|
# Calculates hash code according to all attributes.
|
619
628
|
# @return [Integer] Hash code
|
620
629
|
def hash
|
621
|
-
[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, 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].hash
|
630
|
+
[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].hash
|
622
631
|
end
|
623
632
|
|
624
633
|
require 'active_support/core_ext/hash'
|
@@ -13,32 +13,35 @@ 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\", \"
|
16
|
+
# ```JSON \"details\": { \"first_name\": \"First\", \"last_name\": \"Last\", \"iban\": \"GB45LOYD60161331926819\", // Required if no `bank_account` and `sort_code` \"bank_account\": \"12345678\", // Required if `iban` is not present \"sort_code\": \"123456\", // Required if `bank_account` is present \"bic\": \"CHASUS33XXX\" // Optional \"bank_name\": \"JPMorgan Chase Bank\", // Optional \"narration\": \"Birthday Gift\" // Optional } ```
|
17
17
|
class PayoutMethodDetailsGBPBank
|
18
18
|
attr_accessor :first_name
|
19
19
|
|
20
20
|
attr_accessor :last_name
|
21
21
|
|
22
|
-
attr_accessor :
|
22
|
+
attr_accessor :iban
|
23
23
|
|
24
24
|
attr_accessor :bank_account
|
25
25
|
|
26
26
|
attr_accessor :sort_code
|
27
27
|
|
28
|
-
attr_accessor :iban
|
29
|
-
|
30
28
|
attr_accessor :bic
|
31
29
|
|
30
|
+
attr_accessor :bank_name
|
31
|
+
|
32
|
+
attr_accessor :narration
|
33
|
+
|
32
34
|
# Attribute mapping from ruby-style variable name to JSON key.
|
33
35
|
def self.attribute_map
|
34
36
|
{
|
35
37
|
:'first_name' => :'first_name',
|
36
38
|
:'last_name' => :'last_name',
|
37
|
-
:'
|
39
|
+
:'iban' => :'iban',
|
38
40
|
:'bank_account' => :'bank_account',
|
39
41
|
:'sort_code' => :'sort_code',
|
40
|
-
:'
|
41
|
-
:'
|
42
|
+
:'bic' => :'bic',
|
43
|
+
:'bank_name' => :'bank_name',
|
44
|
+
:'narration' => :'narration'
|
42
45
|
}
|
43
46
|
end
|
44
47
|
|
@@ -47,11 +50,12 @@ class PayoutMethodDetailsGBPBank
|
|
47
50
|
{
|
48
51
|
:'first_name' => :'String',
|
49
52
|
:'last_name' => :'String',
|
50
|
-
:'
|
53
|
+
:'iban' => :'String',
|
51
54
|
:'bank_account' => :'String',
|
52
55
|
:'sort_code' => :'String',
|
53
|
-
:'
|
54
|
-
:'
|
56
|
+
:'bic' => :'String',
|
57
|
+
:'bank_name' => :'String',
|
58
|
+
:'narration' => :'String'
|
55
59
|
}
|
56
60
|
end
|
57
61
|
|
@@ -78,8 +82,8 @@ class PayoutMethodDetailsGBPBank
|
|
78
82
|
self.last_name = attributes[:'last_name']
|
79
83
|
end
|
80
84
|
|
81
|
-
if attributes.key?(:'
|
82
|
-
self.
|
85
|
+
if attributes.key?(:'iban')
|
86
|
+
self.iban = attributes[:'iban']
|
83
87
|
end
|
84
88
|
|
85
89
|
if attributes.key?(:'bank_account')
|
@@ -90,13 +94,17 @@ class PayoutMethodDetailsGBPBank
|
|
90
94
|
self.sort_code = attributes[:'sort_code']
|
91
95
|
end
|
92
96
|
|
93
|
-
if attributes.key?(:'iban')
|
94
|
-
self.iban = attributes[:'iban']
|
95
|
-
end
|
96
|
-
|
97
97
|
if attributes.key?(:'bic')
|
98
98
|
self.bic = attributes[:'bic']
|
99
99
|
end
|
100
|
+
|
101
|
+
if attributes.key?(:'bank_name')
|
102
|
+
self.bank_name = attributes[:'bank_name']
|
103
|
+
end
|
104
|
+
|
105
|
+
if attributes.key?(:'narration')
|
106
|
+
self.narration = attributes[:'narration']
|
107
|
+
end
|
100
108
|
end
|
101
109
|
|
102
110
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -129,11 +137,12 @@ class PayoutMethodDetailsGBPBank
|
|
129
137
|
self.class == o.class &&
|
130
138
|
first_name == o.first_name &&
|
131
139
|
last_name == o.last_name &&
|
132
|
-
|
140
|
+
iban == o.iban &&
|
133
141
|
bank_account == o.bank_account &&
|
134
142
|
sort_code == o.sort_code &&
|
135
|
-
|
136
|
-
|
143
|
+
bic == o.bic &&
|
144
|
+
bank_name == o.bank_name &&
|
145
|
+
narration == o.narration
|
137
146
|
end
|
138
147
|
|
139
148
|
# @see the `==` method
|
@@ -145,7 +154,7 @@ class PayoutMethodDetailsGBPBank
|
|
145
154
|
# Calculates hash code according to all attributes.
|
146
155
|
# @return [Integer] Hash code
|
147
156
|
def hash
|
148
|
-
[first_name, last_name,
|
157
|
+
[first_name, last_name, iban, bank_account, sort_code, bic, bank_name, narration].hash
|
149
158
|
end
|
150
159
|
|
151
160
|
require 'active_support/core_ext/hash'
|
@@ -13,26 +13,29 @@ 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\", \"
|
16
|
+
# ```JSON \"details\": { \"first_name\": \"First\", \"last_name\": \"Last\", \"iban\": \"DE89370400440532013000\", \"bic\": \"DEUTDEBBXXX\", // Optional \"bank_name\": \"Deutsche Bank\", // Optional \"narration\": \"Birthday Gift\" // Optional } ```
|
17
17
|
class PayoutMethodDetailsIBAN
|
18
18
|
attr_accessor :first_name
|
19
19
|
|
20
20
|
attr_accessor :last_name
|
21
21
|
|
22
|
-
attr_accessor :bank_name
|
23
|
-
|
24
22
|
attr_accessor :iban
|
25
23
|
|
26
24
|
attr_accessor :bic
|
27
25
|
|
26
|
+
attr_accessor :bank_name
|
27
|
+
|
28
|
+
attr_accessor :narration
|
29
|
+
|
28
30
|
# Attribute mapping from ruby-style variable name to JSON key.
|
29
31
|
def self.attribute_map
|
30
32
|
{
|
31
33
|
:'first_name' => :'first_name',
|
32
34
|
:'last_name' => :'last_name',
|
33
|
-
:'bank_name' => :'bank_name',
|
34
35
|
:'iban' => :'iban',
|
35
|
-
:'bic' => :'bic'
|
36
|
+
:'bic' => :'bic',
|
37
|
+
:'bank_name' => :'bank_name',
|
38
|
+
:'narration' => :'narration'
|
36
39
|
}
|
37
40
|
end
|
38
41
|
|
@@ -41,9 +44,10 @@ class PayoutMethodDetailsIBAN
|
|
41
44
|
{
|
42
45
|
:'first_name' => :'String',
|
43
46
|
:'last_name' => :'String',
|
44
|
-
:'bank_name' => :'String',
|
45
47
|
:'iban' => :'String',
|
46
|
-
:'bic' => :'String'
|
48
|
+
:'bic' => :'String',
|
49
|
+
:'bank_name' => :'String',
|
50
|
+
:'narration' => :'String'
|
47
51
|
}
|
48
52
|
end
|
49
53
|
|
@@ -70,10 +74,6 @@ class PayoutMethodDetailsIBAN
|
|
70
74
|
self.last_name = attributes[:'last_name']
|
71
75
|
end
|
72
76
|
|
73
|
-
if attributes.key?(:'bank_name')
|
74
|
-
self.bank_name = attributes[:'bank_name']
|
75
|
-
end
|
76
|
-
|
77
77
|
if attributes.key?(:'iban')
|
78
78
|
self.iban = attributes[:'iban']
|
79
79
|
end
|
@@ -81,6 +81,14 @@ class PayoutMethodDetailsIBAN
|
|
81
81
|
if attributes.key?(:'bic')
|
82
82
|
self.bic = attributes[:'bic']
|
83
83
|
end
|
84
|
+
|
85
|
+
if attributes.key?(:'bank_name')
|
86
|
+
self.bank_name = attributes[:'bank_name']
|
87
|
+
end
|
88
|
+
|
89
|
+
if attributes.key?(:'narration')
|
90
|
+
self.narration = attributes[:'narration']
|
91
|
+
end
|
84
92
|
end
|
85
93
|
|
86
94
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -118,9 +126,10 @@ class PayoutMethodDetailsIBAN
|
|
118
126
|
self.class == o.class &&
|
119
127
|
first_name == o.first_name &&
|
120
128
|
last_name == o.last_name &&
|
121
|
-
bank_name == o.bank_name &&
|
122
129
|
iban == o.iban &&
|
123
|
-
bic == o.bic
|
130
|
+
bic == o.bic &&
|
131
|
+
bank_name == o.bank_name &&
|
132
|
+
narration == o.narration
|
124
133
|
end
|
125
134
|
|
126
135
|
# @see the `==` method
|
@@ -132,7 +141,7 @@ class PayoutMethodDetailsIBAN
|
|
132
141
|
# Calculates hash code according to all attributes.
|
133
142
|
# @return [Integer] Hash code
|
134
143
|
def hash
|
135
|
-
[first_name, last_name,
|
144
|
+
[first_name, last_name, iban, bic, bank_name, narration].hash
|
136
145
|
end
|
137
146
|
|
138
147
|
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.30.
|
4
|
+
version: 1.30.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- TransferZero
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-10-
|
11
|
+
date: 2023-10-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -586,157 +586,157 @@ signing_key:
|
|
586
586
|
specification_version: 4
|
587
587
|
summary: TransferZero API Ruby Gem
|
588
588
|
test_files:
|
589
|
-
- spec/api/recipients_api_spec.rb
|
590
|
-
- spec/api/transactions_api_spec.rb
|
591
|
-
- spec/api/accounts_api_spec.rb
|
592
589
|
- spec/api/account_debits_api_spec.rb
|
593
590
|
- spec/api/currency_info_api_spec.rb
|
594
591
|
- spec/api/payin_methods_api_spec.rb
|
595
|
-
- spec/api/
|
596
|
-
- spec/api/account_validation_api_spec.rb
|
597
|
-
- spec/api/api_logs_api_spec.rb
|
598
|
-
- spec/api/documents_api_spec.rb
|
599
|
-
- spec/api/senders_api_spec.rb
|
592
|
+
- spec/api/webhooks_api_spec.rb
|
600
593
|
- spec/api/logs_api_spec.rb
|
594
|
+
- spec/api/recipients_api_spec.rb
|
595
|
+
- spec/api/transactions_api_spec.rb
|
601
596
|
- spec/api/payment_methods_api_spec.rb
|
602
|
-
- spec/api/
|
597
|
+
- spec/api/documents_api_spec.rb
|
598
|
+
- spec/api/api_logs_api_spec.rb
|
599
|
+
- spec/api/accounts_api_spec.rb
|
600
|
+
- spec/api/senders_api_spec.rb
|
601
|
+
- spec/api/payout_methods_api_spec.rb
|
602
|
+
- spec/api/account_validation_api_spec.rb
|
603
603
|
- spec/configuration_spec.rb
|
604
|
-
- spec/models/
|
605
|
-
- spec/models/
|
606
|
-
- spec/models/
|
607
|
-
- spec/models/
|
608
|
-
- spec/models/
|
604
|
+
- spec/models/debit_list_response_spec.rb
|
605
|
+
- spec/models/payout_method_identity_card_type_enum_spec.rb
|
606
|
+
- spec/models/api_log_spec.rb
|
607
|
+
- spec/models/payment_method_spec.rb
|
608
|
+
- spec/models/webhook_log_list_response_spec.rb
|
609
|
+
- spec/models/debit_request_spec.rb
|
610
|
+
- spec/models/field_validation_spec.rb
|
611
|
+
- spec/models/webhook_definition_request_spec.rb
|
609
612
|
- spec/models/validation_error_description_spec.rb
|
610
|
-
- spec/models/
|
611
|
-
- spec/models/
|
612
|
-
- spec/models/
|
613
|
-
- spec/models/
|
614
|
-
- spec/models/
|
615
|
-
- spec/models/
|
616
|
-
- spec/models/payout_method_details_spec.rb
|
617
|
-
- spec/models/account_validation_request_spec.rb
|
618
|
-
- spec/models/debit_request_wrapper_spec.rb
|
613
|
+
- spec/models/payment_method_opposite_spec.rb
|
614
|
+
- spec/models/document_request_spec.rb
|
615
|
+
- spec/models/transaction_state_spec.rb
|
616
|
+
- spec/models/payout_method_country_enum_spec.rb
|
617
|
+
- spec/models/payin_method_ux_flow_spec.rb
|
618
|
+
- spec/models/payout_method_nature_of_business_enum_spec.rb
|
619
619
|
- spec/models/payout_method_details_ugx_bank_spec.rb
|
620
|
-
- spec/models/
|
621
|
-
- spec/models/
|
622
|
-
- spec/models/
|
623
|
-
- spec/models/
|
624
|
-
- spec/models/document_webhook_all_of_spec.rb
|
625
|
-
- spec/models/webhook_definition_event_list_response_spec.rb
|
626
|
-
- spec/models/recipient_response_spec.rb
|
627
|
-
- spec/models/currency_exchange_spec.rb
|
628
|
-
- spec/models/api_log_response_spec.rb
|
629
|
-
- spec/models/webhook_log_metadata_spec.rb
|
630
|
-
- spec/models/state_reason_details_spec.rb
|
620
|
+
- spec/models/payout_method_details_egp_bank_spec.rb
|
621
|
+
- spec/models/payout_method_transfer_reason_enum_spec.rb
|
622
|
+
- spec/models/document_spec.rb
|
623
|
+
- spec/models/webhook_log_metadata_response_spec.rb
|
631
624
|
- spec/models/payin_method_response_spec.rb
|
632
|
-
- spec/models/
|
625
|
+
- spec/models/payout_method_details_bwp_bank_spec.rb
|
626
|
+
- spec/models/payout_method_spec.rb
|
627
|
+
- spec/models/account_validation_result_spec.rb
|
628
|
+
- spec/models/payout_method_list_response_spec.rb
|
633
629
|
- spec/models/account_validation_response_spec.rb
|
634
|
-
- spec/models/
|
635
|
-
- spec/models/
|
636
|
-
- spec/models/
|
637
|
-
- spec/models/payout_method_legal_entity_type_enum_spec.rb
|
638
|
-
- spec/models/api_log_spec.rb
|
639
|
-
- spec/models/recipient_state_reason_details_spec.rb
|
640
|
-
- spec/models/payout_method_cash_provider_enum_spec.rb
|
641
|
-
- spec/models/account_list_response_spec.rb
|
642
|
-
- spec/models/field_select_validation_spec.rb
|
643
|
-
- spec/models/account_validation_error_spec.rb
|
644
|
-
- spec/models/document_webhook_spec.rb
|
645
|
-
- spec/models/payout_method_pix_key_type_enum_spec.rb
|
646
|
-
- spec/models/payout_method_details_ghs_cash_spec.rb
|
630
|
+
- spec/models/sender_request_spec.rb
|
631
|
+
- spec/models/document_list_response_spec.rb
|
632
|
+
- spec/models/payment_method_list_response_spec.rb
|
647
633
|
- spec/models/payin_method_details_btc_spec.rb
|
648
|
-
- spec/models/
|
634
|
+
- spec/models/sender_spec.rb
|
635
|
+
- spec/models/transaction_request_spec.rb
|
636
|
+
- spec/models/currency_list_response_spec.rb
|
649
637
|
- spec/models/transaction_response_spec.rb
|
638
|
+
- spec/models/politically_exposed_person_spec.rb
|
639
|
+
- spec/models/transaction_list_response_spec.rb
|
640
|
+
- spec/models/webhook_log_metadata_spec.rb
|
641
|
+
- spec/models/webhook_definition_list_response_spec.rb
|
642
|
+
- spec/models/transaction_response_meta_spec.rb
|
643
|
+
- spec/models/payout_method_details_spec.rb
|
644
|
+
- spec/models/recipient_state_reason_details_spec.rb
|
645
|
+
- spec/models/webhook_definition_spec.rb
|
646
|
+
- spec/models/payin_method_spec.rb
|
647
|
+
- spec/models/document_webhook_all_of_spec.rb
|
648
|
+
- spec/models/proof_of_payment_list_response_spec.rb
|
649
|
+
- spec/models/currency_exchange_all_of_spec.rb
|
650
650
|
- spec/models/payout_method_details_btc_spec.rb
|
651
|
-
- spec/models/payout_method_identity_card_type_enum_spec.rb
|
652
|
-
- spec/models/payout_method_details_balance_spec.rb
|
653
|
-
- spec/models/payout_method_details_mobile_spec.rb
|
654
651
|
- spec/models/field_description_spec.rb
|
652
|
+
- spec/models/payout_method_details_mobile_spec.rb
|
655
653
|
- spec/models/payout_method_details_mad_cash_spec.rb
|
654
|
+
- spec/models/transaction_webhook_all_of_spec.rb
|
655
|
+
- spec/models/recipient_webhook_spec.rb
|
656
|
+
- spec/models/transaction_response_existing_spec.rb
|
657
|
+
- spec/models/payout_method_details_xaf_bank_spec.rb
|
658
|
+
- spec/models/debit_list_request_spec.rb
|
659
|
+
- spec/models/payout_method_details_gnf_mobile_spec.rb
|
660
|
+
- spec/models/payout_method_webhook_spec.rb
|
661
|
+
- spec/models/sender_webhook_spec.rb
|
662
|
+
- spec/models/currency_spec.rb
|
663
|
+
- spec/models/sender_response_meta_spec.rb
|
664
|
+
- spec/models/debit_spec.rb
|
665
|
+
- spec/models/payout_method_details_cad_bank_spec.rb
|
666
|
+
- spec/models/proof_of_payment_spec.rb
|
667
|
+
- spec/models/webhook_log_response_spec.rb
|
668
|
+
- spec/models/debit_request_wrapper_spec.rb
|
669
|
+
- spec/models/payin_method_state_spec.rb
|
670
|
+
- spec/models/pagination_meta_spec.rb
|
671
|
+
- spec/models/payout_method_details_ghs_bank_spec.rb
|
672
|
+
- spec/models/currency_exchange_spec.rb
|
673
|
+
- spec/models/webhook_log_spec.rb
|
674
|
+
- spec/models/payout_method_details_usd_bank_spec.rb
|
675
|
+
- spec/models/payout_method_request_spec.rb
|
676
|
+
- spec/models/payout_method_details_kes_mobile_spec.rb
|
677
|
+
- spec/models/payout_method_details_xof_mobile_spec.rb
|
678
|
+
- spec/models/payout_method_details_xaf_mobile_spec.rb
|
656
679
|
- spec/models/payout_method_details_brl_bank_spec.rb
|
657
|
-
- spec/models/
|
680
|
+
- spec/models/recipient_webhook_all_of_spec.rb
|
681
|
+
- spec/models/webhook_definition_response_spec.rb
|
682
|
+
- spec/models/payout_method_legal_entity_type_enum_spec.rb
|
683
|
+
- spec/models/recipient_state_spec.rb
|
658
684
|
- spec/models/webhook_spec.rb
|
659
|
-
- spec/models/
|
660
|
-
- spec/models/
|
661
|
-
- spec/models/
|
662
|
-
- spec/models/
|
663
|
-
- spec/models/
|
664
|
-
- spec/models/payout_method_details_zmw_bank_spec.rb
|
665
|
-
- spec/models/transaction_webhook_spec.rb
|
685
|
+
- spec/models/payout_method_details_xof_bank_spec.rb
|
686
|
+
- spec/models/account_spec.rb
|
687
|
+
- spec/models/sender_list_response_spec.rb
|
688
|
+
- spec/models/sender_response_spec.rb
|
689
|
+
- spec/models/payout_method_details_nzd_bank_spec.rb
|
666
690
|
- spec/models/account_response_spec.rb
|
667
|
-
- spec/models/
|
668
|
-
- spec/models/
|
669
|
-
- spec/models/
|
691
|
+
- spec/models/account_list_response_spec.rb
|
692
|
+
- spec/models/payout_method_details_kes_bank_spec.rb
|
693
|
+
- spec/models/currency_opposite_all_of_spec.rb
|
694
|
+
- spec/models/pagination_spec.rb
|
695
|
+
- spec/models/recipient_request_spec.rb
|
696
|
+
- spec/models/payout_method_gender_enum_spec.rb
|
697
|
+
- spec/models/payout_method_details_xof_cash_spec.rb
|
698
|
+
- spec/models/account_meta_spec.rb
|
699
|
+
- spec/models/payout_method_bank_account_type_enum_spec.rb
|
670
700
|
- spec/models/transaction_traits_spec.rb
|
671
|
-
- spec/models/
|
672
|
-
- spec/models/
|
673
|
-
- spec/models/
|
674
|
-
- spec/models/
|
675
|
-
- spec/models/
|
676
|
-
- spec/models/
|
677
|
-
- spec/models/
|
678
|
-
- spec/models/
|
679
|
-
- spec/models/
|
701
|
+
- spec/models/payout_method_details_zmw_bank_spec.rb
|
702
|
+
- spec/models/webhook_log_metadata_request_spec.rb
|
703
|
+
- spec/models/field_select_validation_spec.rb
|
704
|
+
- spec/models/error_status_spec.rb
|
705
|
+
- spec/models/payin_method_request_spec.rb
|
706
|
+
- spec/models/document_webhook_spec.rb
|
707
|
+
- spec/models/payin_method_details_mobile_spec.rb
|
708
|
+
- spec/models/recipient_response_spec.rb
|
709
|
+
- spec/models/currency_exchange_list_response_spec.rb
|
710
|
+
- spec/models/state_reason_details_spec.rb
|
711
|
+
- spec/models/payout_method_pix_key_type_enum_spec.rb
|
712
|
+
- spec/models/payout_method_details_iban_spec.rb
|
713
|
+
- spec/models/payout_method_details_ghs_cash_spec.rb
|
680
714
|
- spec/models/debit_response_spec.rb
|
681
|
-
- spec/models/
|
682
|
-
- spec/models/
|
683
|
-
- spec/models/
|
684
|
-
- spec/models/transaction_list_response_spec.rb
|
685
|
-
- spec/models/webhook_definition_request_spec.rb
|
686
|
-
- spec/models/document_response_spec.rb
|
687
|
-
- spec/models/webhook_log_list_response_spec.rb
|
688
|
-
- spec/models/currency_exchange_all_of_spec.rb
|
689
|
-
- spec/models/account_meta_spec.rb
|
690
|
-
- spec/models/payout_method_details_egp_bank_spec.rb
|
691
|
-
- spec/models/payout_method_details_xof_cash_spec.rb
|
692
|
-
- spec/models/debit_request_spec.rb
|
715
|
+
- spec/models/recipient_spec.rb
|
716
|
+
- spec/models/payout_method_details_gbp_bank_spec.rb
|
717
|
+
- spec/models/payout_method_response_spec.rb
|
693
718
|
- spec/models/payout_method_details_zar_bank_spec.rb
|
694
|
-
- spec/models/
|
695
|
-
- spec/models/document_spec.rb
|
696
|
-
- spec/models/payout_method_details_gnf_mobile_spec.rb
|
697
|
-
- spec/models/field_validation_spec.rb
|
698
|
-
- spec/models/payin_method_details_ngn_bank_spec.rb
|
699
|
-
- spec/models/payout_method_spec.rb
|
700
|
-
- spec/models/payment_method_spec.rb
|
701
|
-
- spec/models/account_spec.rb
|
702
|
-
- spec/models/pagination_spec.rb
|
703
|
-
- spec/models/sender_response_existing_spec.rb
|
704
|
-
- spec/models/payin_method_ux_flow_spec.rb
|
719
|
+
- spec/models/payout_method_details_balance_spec.rb
|
705
720
|
- spec/models/payout_method_details_ngn_bank_spec.rb
|
706
|
-
- spec/models/
|
707
|
-
- spec/models/payout_method_webhook_all_of_spec.rb
|
708
|
-
- spec/models/payout_method_details_ghs_bank_spec.rb
|
709
|
-
- spec/models/payout_method_details_xaf_bank_spec.rb
|
710
|
-
- spec/models/payout_method_details_bwp_bank_spec.rb
|
711
|
-
- spec/models/payout_method_details_kes_bank_spec.rb
|
712
|
-
- spec/models/document_request_spec.rb
|
713
|
-
- spec/models/payout_method_country_enum_spec.rb
|
714
|
-
- spec/models/sender_list_response_spec.rb
|
721
|
+
- spec/models/sender_webhook_all_of_spec.rb
|
715
722
|
- spec/models/transaction_spec.rb
|
716
|
-
- spec/models/
|
717
|
-
- spec/models/
|
723
|
+
- spec/models/payment_method_opposite_all_of_spec.rb
|
724
|
+
- spec/models/webhook_definition_event_list_response_spec.rb
|
725
|
+
- spec/models/payout_method_cash_provider_enum_spec.rb
|
726
|
+
- spec/models/document_response_spec.rb
|
727
|
+
- spec/models/sender_response_existing_spec.rb
|
728
|
+
- spec/models/payout_method_webhook_all_of_spec.rb
|
729
|
+
- spec/models/account_validation_error_spec.rb
|
730
|
+
- spec/models/payin_method_details_ngn_bank_spec.rb
|
731
|
+
- spec/models/currency_opposite_spec.rb
|
732
|
+
- spec/models/sender_state_spec.rb
|
733
|
+
- spec/models/account_validation_request_spec.rb
|
734
|
+
- spec/models/api_log_response_spec.rb
|
735
|
+
- spec/models/transaction_webhook_spec.rb
|
736
|
+
- spec/models/payin_method_details_spec.rb
|
718
737
|
- spec/models/payout_method_mobile_provider_enum_spec.rb
|
719
|
-
- spec/models/
|
720
|
-
- spec/models/
|
721
|
-
- spec/models/
|
722
|
-
- spec/models/payout_method_details_iban_spec.rb
|
723
|
-
- spec/models/payin_method_state_spec.rb
|
724
|
-
- spec/models/payin_method_spec.rb
|
725
|
-
- spec/models/debit_spec.rb
|
726
|
-
- spec/models/document_list_response_spec.rb
|
727
|
-
- spec/models/webhook_definition_list_response_spec.rb
|
728
|
-
- spec/models/recipient_webhook_spec.rb
|
738
|
+
- spec/models/payout_method_details_usd_cash_spec.rb
|
739
|
+
- spec/models/api_log_list_response_spec.rb
|
740
|
+
- spec/models/recipient_list_response_spec.rb
|
729
741
|
- spec/models/payout_method_details_inr_bank_spec.rb
|
730
|
-
- spec/models/transaction_request_spec.rb
|
731
|
-
- spec/models/webhook_log_metadata_request_spec.rb
|
732
|
-
- spec/models/sender_request_spec.rb
|
733
|
-
- spec/models/webhook_log_spec.rb
|
734
|
-
- spec/models/payment_method_list_response_spec.rb
|
735
|
-
- spec/models/payin_method_details_spec.rb
|
736
|
-
- spec/models/sender_webhook_all_of_spec.rb
|
737
|
-
- spec/models/currency_list_response_spec.rb
|
738
|
-
- spec/models/transaction_response_meta_spec.rb
|
739
|
-
- spec/models/sender_response_meta_spec.rb
|
740
|
-
- spec/models/politically_exposed_person_spec.rb
|
741
|
-
- spec/models/webhook_definition_response_spec.rb
|
742
742
|
- spec/spec_helper.rb
|