transferzero-sdk 1.3.0 → 1.8.0
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/README.md +15 -18
- data/docs/AccountMeta.md +1 -1
- data/docs/AccountValidationApi.md +4 -4
- data/docs/AccountValidationRequest.md +6 -4
- data/docs/Currency.md +1 -1
- data/docs/CurrencyExchange.md +1 -1
- data/docs/CurrencyOpposite.md +1 -1
- data/docs/Document.md +5 -1
- data/docs/DocumentsApi.md +74 -2
- data/docs/FieldSelectValidation.md +1 -1
- data/docs/FieldValidation.md +1 -1
- data/docs/PayinMethod.md +4 -4
- data/docs/PayinMethodDetails.md +5 -3
- data/docs/PayinMethodDetailsMobile.md +1 -1
- data/docs/PayinMethodDetailsNGNBank.md +4 -2
- data/docs/PaymentMethod.md +2 -2
- data/docs/PaymentMethodOpposite.md +2 -2
- data/docs/PayoutMethod.md +1 -1
- data/docs/PayoutMethodDetails.md +5 -3
- data/docs/PayoutMethodDetailsNGNBank.md +1 -1
- data/docs/PayoutMethodDetailsXOFBank.md +25 -0
- data/docs/PoliticallyExposedPerson.md +31 -0
- data/docs/Recipient.md +3 -3
- data/docs/RecipientsApi.md +2 -2
- data/docs/Sender.md +2 -0
- data/docs/Transaction.md +5 -5
- data/docs/TransactionTraits.md +2 -2
- data/docs/TransactionsApi.md +64 -0
- data/example/client.rb +14 -14
- data/git_push.sh +1 -1
- data/lib/transferzero-sdk.rb +2 -7
- data/lib/transferzero-sdk/api/account_validation_api.rb +4 -4
- data/lib/transferzero-sdk/api/documents_api.rb +63 -0
- data/lib/transferzero-sdk/api/recipients_api.rb +2 -2
- data/lib/transferzero-sdk/api/transactions_api.rb +59 -0
- data/lib/transferzero-sdk/api_client.rb +1 -1
- data/lib/transferzero-sdk/models/account_validation_request.rb +15 -15
- data/lib/transferzero-sdk/models/currency_exchange.rb +1 -2
- data/lib/transferzero-sdk/models/currency_opposite.rb +1 -2
- data/lib/transferzero-sdk/models/document.rb +20 -1
- data/lib/transferzero-sdk/models/document_webhook.rb +0 -1
- data/lib/transferzero-sdk/models/payin_method.rb +4 -4
- data/lib/transferzero-sdk/models/payin_method_details.rb +12 -7
- data/lib/transferzero-sdk/models/payin_method_details_ngn_bank.rb +11 -6
- data/lib/transferzero-sdk/models/payout_method.rb +1 -1
- data/lib/transferzero-sdk/models/payout_method_details.rb +25 -15
- data/lib/transferzero-sdk/models/payout_method_details_ngn_bank.rb +0 -5
- data/lib/transferzero-sdk/models/{currency_opposite_all_of.rb → payout_method_details_xof_bank.rb} +69 -18
- data/lib/transferzero-sdk/models/payout_method_webhook.rb +0 -1
- data/lib/transferzero-sdk/models/{payout_method_webhook_all_of.rb → politically_exposed_person.rb} +81 -10
- data/lib/transferzero-sdk/models/recipient_webhook.rb +0 -1
- data/lib/transferzero-sdk/models/sender.rb +14 -2
- data/lib/transferzero-sdk/models/sender_state.rb +1 -0
- data/lib/transferzero-sdk/models/sender_webhook.rb +0 -1
- data/lib/transferzero-sdk/models/transaction.rb +2 -2
- data/lib/transferzero-sdk/models/transaction_state.rb +1 -0
- data/lib/transferzero-sdk/models/transaction_traits.rb +3 -3
- data/lib/transferzero-sdk/models/transaction_webhook.rb +0 -1
- data/lib/transferzero-sdk/models/webhook.rb +1 -1
- data/lib/transferzero-sdk/version.rb +1 -1
- data/spec/api/account_validation_api_spec.rb +2 -2
- data/spec/api/currency_info_api_spec.rb +2 -0
- data/spec/api/documents_api_spec.rb +15 -0
- data/spec/api/recipients_api_spec.rb +1 -1
- data/spec/api/transactions_api_spec.rb +13 -0
- data/spec/models/account_validation_request_spec.rb +7 -1
- data/spec/models/currency_opposite_spec.rb +6 -0
- data/spec/models/document_spec.rb +12 -0
- data/spec/models/payin_method_details_ngn_bank_spec.rb +6 -0
- data/spec/models/payin_method_details_spec.rb +6 -0
- data/spec/models/payout_method_details_spec.rb +7 -1
- data/spec/models/payout_method_details_xof_bank_spec.rb +65 -0
- data/spec/models/politically_exposed_person_spec.rb +83 -0
- data/spec/models/recipient_spec.rb +6 -0
- data/spec/models/sender_spec.rb +16 -0
- data/transferzero-sdk.gemspec +2 -2
- metadata +17 -46
- data/Gemfile.lock +0 -93
- data/docs/CurrencyExchangeAllOf.md +0 -17
- data/docs/CurrencyOppositeAllOf.md +0 -19
- data/docs/DocumentWebhookAllOf.md +0 -17
- data/docs/PayoutMethodWebhookAllOf.md +0 -17
- data/docs/RecipientWebhookAllOf.md +0 -17
- data/docs/SenderWebhookAllOf.md +0 -17
- data/docs/TransactionWebhookAllOf.md +0 -17
- data/lib/transferzero-sdk/models/currency_exchange_all_of.rb +0 -204
- data/lib/transferzero-sdk/models/document_webhook_all_of.rb +0 -201
- data/lib/transferzero-sdk/models/recipient_webhook_all_of.rb +0 -201
- data/lib/transferzero-sdk/models/sender_webhook_all_of.rb +0 -201
- data/lib/transferzero-sdk/models/transaction_webhook_all_of.rb +0 -201
- data/spec/api_client_spec.rb +0 -189
- data/spec/models/currency_exchange_all_of_spec.rb +0 -41
- data/spec/models/currency_opposite_all_of_spec.rb +0 -41
- data/spec/models/document_webhook_all_of_spec.rb +0 -41
- data/spec/models/payout_method_webhook_all_of_spec.rb +0 -41
- data/spec/models/recipient_webhook_all_of_spec.rb +0 -41
- data/spec/models/sender_webhook_all_of_spec.rb +0 -41
- data/spec/models/transaction_webhook_all_of_spec.rb +0 -41
|
@@ -32,6 +32,12 @@ describe 'PayinMethodDetailsNGNBank' do
|
|
|
32
32
|
expect(@instance).to be_instance_of(TransferZero::PayinMethodDetailsNGNBank)
|
|
33
33
|
end
|
|
34
34
|
end
|
|
35
|
+
describe 'test attribute "payment_method"' do
|
|
36
|
+
it 'should work' do
|
|
37
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
38
|
+
end
|
|
39
|
+
end
|
|
40
|
+
|
|
35
41
|
describe 'test attribute "redirect_url"' do
|
|
36
42
|
it 'should work' do
|
|
37
43
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -32,6 +32,12 @@ describe 'PayinMethodDetails' do
|
|
|
32
32
|
expect(@instance).to be_instance_of(TransferZero::PayinMethodDetails)
|
|
33
33
|
end
|
|
34
34
|
end
|
|
35
|
+
describe 'test attribute "payment_method"' do
|
|
36
|
+
it 'should work' do
|
|
37
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
38
|
+
end
|
|
39
|
+
end
|
|
40
|
+
|
|
35
41
|
describe 'test attribute "redirect_url"' do
|
|
36
42
|
it 'should work' do
|
|
37
43
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -74,13 +74,19 @@ describe 'PayoutMethodDetails' do
|
|
|
74
74
|
end
|
|
75
75
|
end
|
|
76
76
|
|
|
77
|
+
describe 'test attribute "iban"' do
|
|
78
|
+
it 'should work' do
|
|
79
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
80
|
+
end
|
|
81
|
+
end
|
|
82
|
+
|
|
77
83
|
describe 'test attribute "bank_name"' do
|
|
78
84
|
it 'should work' do
|
|
79
85
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
80
86
|
end
|
|
81
87
|
end
|
|
82
88
|
|
|
83
|
-
describe 'test attribute "
|
|
89
|
+
describe 'test attribute "bank_country"' do
|
|
84
90
|
it 'should work' do
|
|
85
91
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
86
92
|
end
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#TransferZero API
|
|
3
|
+
|
|
4
|
+
#Reference documentation for the TransferZero API V1
|
|
5
|
+
|
|
6
|
+
OpenAPI spec version: 1.0
|
|
7
|
+
|
|
8
|
+
Generated by: https://openapi-generator.tech
|
|
9
|
+
OpenAPI Generator version: 4.0.0-beta3
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
require 'date'
|
|
16
|
+
|
|
17
|
+
# Unit tests for TransferZero::PayoutMethodDetailsXOFBank
|
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
|
+
# Please update as you see appropriate
|
|
20
|
+
describe 'PayoutMethodDetailsXOFBank' do
|
|
21
|
+
before do
|
|
22
|
+
# run before each test
|
|
23
|
+
@instance = TransferZero::PayoutMethodDetailsXOFBank.new
|
|
24
|
+
end
|
|
25
|
+
|
|
26
|
+
after do
|
|
27
|
+
# run after each test
|
|
28
|
+
end
|
|
29
|
+
|
|
30
|
+
describe 'test an instance of PayoutMethodDetailsXOFBank' do
|
|
31
|
+
it 'should create an instance of PayoutMethodDetailsXOFBank' do
|
|
32
|
+
expect(@instance).to be_instance_of(TransferZero::PayoutMethodDetailsXOFBank)
|
|
33
|
+
end
|
|
34
|
+
end
|
|
35
|
+
describe 'test attribute "first_name"' do
|
|
36
|
+
it 'should work' do
|
|
37
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
38
|
+
end
|
|
39
|
+
end
|
|
40
|
+
|
|
41
|
+
describe 'test attribute "last_name"' do
|
|
42
|
+
it 'should work' do
|
|
43
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
44
|
+
end
|
|
45
|
+
end
|
|
46
|
+
|
|
47
|
+
describe 'test attribute "iban"' do
|
|
48
|
+
it 'should work' do
|
|
49
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
50
|
+
end
|
|
51
|
+
end
|
|
52
|
+
|
|
53
|
+
describe 'test attribute "bank_name"' do
|
|
54
|
+
it 'should work' do
|
|
55
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
56
|
+
end
|
|
57
|
+
end
|
|
58
|
+
|
|
59
|
+
describe 'test attribute "bank_country"' do
|
|
60
|
+
it 'should work' do
|
|
61
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
62
|
+
end
|
|
63
|
+
end
|
|
64
|
+
|
|
65
|
+
end
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#TransferZero API
|
|
3
|
+
|
|
4
|
+
#Reference documentation for the TransferZero API V1
|
|
5
|
+
|
|
6
|
+
OpenAPI spec version: 1.0
|
|
7
|
+
|
|
8
|
+
Generated by: https://openapi-generator.tech
|
|
9
|
+
OpenAPI Generator version: 4.0.0-beta3
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
require 'date'
|
|
16
|
+
|
|
17
|
+
# Unit tests for TransferZero::PoliticallyExposedPerson
|
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
|
+
# Please update as you see appropriate
|
|
20
|
+
describe 'PoliticallyExposedPerson' do
|
|
21
|
+
before do
|
|
22
|
+
# run before each test
|
|
23
|
+
@instance = TransferZero::PoliticallyExposedPerson.new
|
|
24
|
+
end
|
|
25
|
+
|
|
26
|
+
after do
|
|
27
|
+
# run after each test
|
|
28
|
+
end
|
|
29
|
+
|
|
30
|
+
describe 'test an instance of PoliticallyExposedPerson' do
|
|
31
|
+
it 'should create an instance of PoliticallyExposedPerson' do
|
|
32
|
+
expect(@instance).to be_instance_of(TransferZero::PoliticallyExposedPerson)
|
|
33
|
+
end
|
|
34
|
+
end
|
|
35
|
+
describe 'test attribute "id"' do
|
|
36
|
+
it 'should work' do
|
|
37
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
38
|
+
end
|
|
39
|
+
end
|
|
40
|
+
|
|
41
|
+
describe 'test attribute "name"' do
|
|
42
|
+
it 'should work' do
|
|
43
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
44
|
+
end
|
|
45
|
+
end
|
|
46
|
+
|
|
47
|
+
describe 'test attribute "position"' do
|
|
48
|
+
it 'should work' do
|
|
49
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
50
|
+
end
|
|
51
|
+
end
|
|
52
|
+
|
|
53
|
+
describe 'test attribute "started_date"' do
|
|
54
|
+
it 'should work' do
|
|
55
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
56
|
+
end
|
|
57
|
+
end
|
|
58
|
+
|
|
59
|
+
describe 'test attribute "ended_date"' do
|
|
60
|
+
it 'should work' do
|
|
61
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
62
|
+
end
|
|
63
|
+
end
|
|
64
|
+
|
|
65
|
+
describe 'test attribute "sender_id"' do
|
|
66
|
+
it 'should work' do
|
|
67
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
68
|
+
end
|
|
69
|
+
end
|
|
70
|
+
|
|
71
|
+
describe 'test attribute "created_at"' do
|
|
72
|
+
it 'should work' do
|
|
73
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
74
|
+
end
|
|
75
|
+
end
|
|
76
|
+
|
|
77
|
+
describe 'test attribute "updated_at"' do
|
|
78
|
+
it 'should work' do
|
|
79
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
80
|
+
end
|
|
81
|
+
end
|
|
82
|
+
|
|
83
|
+
end
|
|
@@ -68,6 +68,12 @@ describe 'Recipient' do
|
|
|
68
68
|
end
|
|
69
69
|
end
|
|
70
70
|
|
|
71
|
+
describe 'test attribute "retriable"' do
|
|
72
|
+
it 'should work' do
|
|
73
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
74
|
+
end
|
|
75
|
+
end
|
|
76
|
+
|
|
71
77
|
describe 'test attribute "input_usd_amount"' do
|
|
72
78
|
it 'should work' do
|
|
73
79
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
data/spec/models/sender_spec.rb
CHANGED
|
@@ -156,6 +156,22 @@ describe 'Sender' do
|
|
|
156
156
|
end
|
|
157
157
|
end
|
|
158
158
|
|
|
159
|
+
describe 'test attribute "identification_number"' do
|
|
160
|
+
it 'should work' do
|
|
161
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
162
|
+
end
|
|
163
|
+
end
|
|
164
|
+
|
|
165
|
+
describe 'test attribute "identification_type"' do
|
|
166
|
+
it 'should work' do
|
|
167
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
168
|
+
# validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["DL", "PP", "ID", "OT"])
|
|
169
|
+
# validator.allowable_values.each do |value|
|
|
170
|
+
# expect { @instance.identification_type = value }.not_to raise_error
|
|
171
|
+
# end
|
|
172
|
+
end
|
|
173
|
+
end
|
|
174
|
+
|
|
159
175
|
describe 'test attribute "documents"' do
|
|
160
176
|
it 'should work' do
|
|
161
177
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
data/transferzero-sdk.gemspec
CHANGED
|
@@ -28,8 +28,8 @@ Gem::Specification.new do |s|
|
|
|
28
28
|
s.required_ruby_version = ">= 1.9"
|
|
29
29
|
|
|
30
30
|
s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1'
|
|
31
|
-
s.add_runtime_dependency 'json', '
|
|
32
|
-
s.add_runtime_dependency 'activesupport', '
|
|
31
|
+
s.add_runtime_dependency 'json', '>= 1.4'
|
|
32
|
+
s.add_runtime_dependency 'activesupport', '>= 4'
|
|
33
33
|
|
|
34
34
|
s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0'
|
|
35
35
|
s.add_development_dependency 'vcr', '~> 3.0', '>= 3.0.1'
|
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.
|
|
4
|
+
version: 1.8.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- TransferZero
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2020-09-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|
|
@@ -36,34 +36,28 @@ dependencies:
|
|
|
36
36
|
requirements:
|
|
37
37
|
- - ">="
|
|
38
38
|
- !ruby/object:Gem::Version
|
|
39
|
-
version:
|
|
40
|
-
- - "~>"
|
|
41
|
-
- !ruby/object:Gem::Version
|
|
42
|
-
version: '2.1'
|
|
39
|
+
version: '1.4'
|
|
43
40
|
type: :runtime
|
|
44
41
|
prerelease: false
|
|
45
42
|
version_requirements: !ruby/object:Gem::Requirement
|
|
46
43
|
requirements:
|
|
47
44
|
- - ">="
|
|
48
45
|
- !ruby/object:Gem::Version
|
|
49
|
-
version:
|
|
50
|
-
- - "~>"
|
|
51
|
-
- !ruby/object:Gem::Version
|
|
52
|
-
version: '2.1'
|
|
46
|
+
version: '1.4'
|
|
53
47
|
- !ruby/object:Gem::Dependency
|
|
54
48
|
name: activesupport
|
|
55
49
|
requirement: !ruby/object:Gem::Requirement
|
|
56
50
|
requirements:
|
|
57
|
-
- - "
|
|
51
|
+
- - ">="
|
|
58
52
|
- !ruby/object:Gem::Version
|
|
59
|
-
version: '
|
|
53
|
+
version: '4'
|
|
60
54
|
type: :runtime
|
|
61
55
|
prerelease: false
|
|
62
56
|
version_requirements: !ruby/object:Gem::Requirement
|
|
63
57
|
requirements:
|
|
64
|
-
- - "
|
|
58
|
+
- - ">="
|
|
65
59
|
- !ruby/object:Gem::Version
|
|
66
|
-
version: '
|
|
60
|
+
version: '4'
|
|
67
61
|
- !ruby/object:Gem::Dependency
|
|
68
62
|
name: rspec
|
|
69
63
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -212,7 +206,6 @@ extensions: []
|
|
|
212
206
|
extra_rdoc_files: []
|
|
213
207
|
files:
|
|
214
208
|
- Gemfile
|
|
215
|
-
- Gemfile.lock
|
|
216
209
|
- LICENSE
|
|
217
210
|
- README.md
|
|
218
211
|
- Rakefile
|
|
@@ -233,12 +226,10 @@ files:
|
|
|
233
226
|
- docs/ApiLogResponse.md
|
|
234
227
|
- docs/Currency.md
|
|
235
228
|
- docs/CurrencyExchange.md
|
|
236
|
-
- docs/CurrencyExchangeAllOf.md
|
|
237
229
|
- docs/CurrencyExchangeListResponse.md
|
|
238
230
|
- docs/CurrencyInfoApi.md
|
|
239
231
|
- docs/CurrencyListResponse.md
|
|
240
232
|
- docs/CurrencyOpposite.md
|
|
241
|
-
- docs/CurrencyOppositeAllOf.md
|
|
242
233
|
- docs/Debit.md
|
|
243
234
|
- docs/DebitListRequest.md
|
|
244
235
|
- docs/DebitListResponse.md
|
|
@@ -250,7 +241,6 @@ files:
|
|
|
250
241
|
- docs/DocumentRequest.md
|
|
251
242
|
- docs/DocumentResponse.md
|
|
252
243
|
- docs/DocumentWebhook.md
|
|
253
|
-
- docs/DocumentWebhookAllOf.md
|
|
254
244
|
- docs/DocumentsApi.md
|
|
255
245
|
- docs/ErrorStatus.md
|
|
256
246
|
- docs/FieldDescription.md
|
|
@@ -277,6 +267,7 @@ files:
|
|
|
277
267
|
- docs/PayoutMethodDetailsMADCash.md
|
|
278
268
|
- docs/PayoutMethodDetailsMobile.md
|
|
279
269
|
- docs/PayoutMethodDetailsNGNBank.md
|
|
270
|
+
- docs/PayoutMethodDetailsXOFBank.md
|
|
280
271
|
- docs/PayoutMethodDetailsXOFMobile.md
|
|
281
272
|
- docs/PayoutMethodGenderEnum.md
|
|
282
273
|
- docs/PayoutMethodIdentityCardTypeEnum.md
|
|
@@ -285,15 +276,14 @@ files:
|
|
|
285
276
|
- docs/PayoutMethodRequest.md
|
|
286
277
|
- docs/PayoutMethodResponse.md
|
|
287
278
|
- docs/PayoutMethodWebhook.md
|
|
288
|
-
- docs/PayoutMethodWebhookAllOf.md
|
|
289
279
|
- docs/PayoutMethodsApi.md
|
|
280
|
+
- docs/PoliticallyExposedPerson.md
|
|
290
281
|
- docs/Recipient.md
|
|
291
282
|
- docs/RecipientListResponse.md
|
|
292
283
|
- docs/RecipientRequest.md
|
|
293
284
|
- docs/RecipientResponse.md
|
|
294
285
|
- docs/RecipientState.md
|
|
295
286
|
- docs/RecipientWebhook.md
|
|
296
|
-
- docs/RecipientWebhookAllOf.md
|
|
297
287
|
- docs/RecipientsApi.md
|
|
298
288
|
- docs/Sender.md
|
|
299
289
|
- docs/SenderListResponse.md
|
|
@@ -303,7 +293,6 @@ files:
|
|
|
303
293
|
- docs/SenderResponseMeta.md
|
|
304
294
|
- docs/SenderState.md
|
|
305
295
|
- docs/SenderWebhook.md
|
|
306
|
-
- docs/SenderWebhookAllOf.md
|
|
307
296
|
- docs/SendersApi.md
|
|
308
297
|
- docs/Transaction.md
|
|
309
298
|
- docs/TransactionListResponse.md
|
|
@@ -314,7 +303,6 @@ files:
|
|
|
314
303
|
- docs/TransactionState.md
|
|
315
304
|
- docs/TransactionTraits.md
|
|
316
305
|
- docs/TransactionWebhook.md
|
|
317
|
-
- docs/TransactionWebhookAllOf.md
|
|
318
306
|
- docs/TransactionsApi.md
|
|
319
307
|
- docs/ValidationErrorDescription.md
|
|
320
308
|
- docs/Webhook.md
|
|
@@ -362,11 +350,9 @@ files:
|
|
|
362
350
|
- lib/transferzero-sdk/models/api_log_response.rb
|
|
363
351
|
- lib/transferzero-sdk/models/currency.rb
|
|
364
352
|
- lib/transferzero-sdk/models/currency_exchange.rb
|
|
365
|
-
- lib/transferzero-sdk/models/currency_exchange_all_of.rb
|
|
366
353
|
- lib/transferzero-sdk/models/currency_exchange_list_response.rb
|
|
367
354
|
- lib/transferzero-sdk/models/currency_list_response.rb
|
|
368
355
|
- lib/transferzero-sdk/models/currency_opposite.rb
|
|
369
|
-
- lib/transferzero-sdk/models/currency_opposite_all_of.rb
|
|
370
356
|
- lib/transferzero-sdk/models/debit.rb
|
|
371
357
|
- lib/transferzero-sdk/models/debit_list_request.rb
|
|
372
358
|
- lib/transferzero-sdk/models/debit_list_response.rb
|
|
@@ -378,7 +364,6 @@ files:
|
|
|
378
364
|
- lib/transferzero-sdk/models/document_request.rb
|
|
379
365
|
- lib/transferzero-sdk/models/document_response.rb
|
|
380
366
|
- lib/transferzero-sdk/models/document_webhook.rb
|
|
381
|
-
- lib/transferzero-sdk/models/document_webhook_all_of.rb
|
|
382
367
|
- lib/transferzero-sdk/models/error_status.rb
|
|
383
368
|
- lib/transferzero-sdk/models/field_description.rb
|
|
384
369
|
- lib/transferzero-sdk/models/field_select_validation.rb
|
|
@@ -402,6 +387,7 @@ files:
|
|
|
402
387
|
- lib/transferzero-sdk/models/payout_method_details_mad_cash.rb
|
|
403
388
|
- lib/transferzero-sdk/models/payout_method_details_mobile.rb
|
|
404
389
|
- lib/transferzero-sdk/models/payout_method_details_ngn_bank.rb
|
|
390
|
+
- lib/transferzero-sdk/models/payout_method_details_xof_bank.rb
|
|
405
391
|
- lib/transferzero-sdk/models/payout_method_details_xof_mobile.rb
|
|
406
392
|
- lib/transferzero-sdk/models/payout_method_gender_enum.rb
|
|
407
393
|
- lib/transferzero-sdk/models/payout_method_identity_card_type_enum.rb
|
|
@@ -410,14 +396,13 @@ files:
|
|
|
410
396
|
- lib/transferzero-sdk/models/payout_method_request.rb
|
|
411
397
|
- lib/transferzero-sdk/models/payout_method_response.rb
|
|
412
398
|
- lib/transferzero-sdk/models/payout_method_webhook.rb
|
|
413
|
-
- lib/transferzero-sdk/models/
|
|
399
|
+
- lib/transferzero-sdk/models/politically_exposed_person.rb
|
|
414
400
|
- lib/transferzero-sdk/models/recipient.rb
|
|
415
401
|
- lib/transferzero-sdk/models/recipient_list_response.rb
|
|
416
402
|
- lib/transferzero-sdk/models/recipient_request.rb
|
|
417
403
|
- lib/transferzero-sdk/models/recipient_response.rb
|
|
418
404
|
- lib/transferzero-sdk/models/recipient_state.rb
|
|
419
405
|
- lib/transferzero-sdk/models/recipient_webhook.rb
|
|
420
|
-
- lib/transferzero-sdk/models/recipient_webhook_all_of.rb
|
|
421
406
|
- lib/transferzero-sdk/models/sender.rb
|
|
422
407
|
- lib/transferzero-sdk/models/sender_list_response.rb
|
|
423
408
|
- lib/transferzero-sdk/models/sender_request.rb
|
|
@@ -426,7 +411,6 @@ files:
|
|
|
426
411
|
- lib/transferzero-sdk/models/sender_response_meta.rb
|
|
427
412
|
- lib/transferzero-sdk/models/sender_state.rb
|
|
428
413
|
- lib/transferzero-sdk/models/sender_webhook.rb
|
|
429
|
-
- lib/transferzero-sdk/models/sender_webhook_all_of.rb
|
|
430
414
|
- lib/transferzero-sdk/models/transaction.rb
|
|
431
415
|
- lib/transferzero-sdk/models/transaction_list_response.rb
|
|
432
416
|
- lib/transferzero-sdk/models/transaction_request.rb
|
|
@@ -436,7 +420,6 @@ files:
|
|
|
436
420
|
- lib/transferzero-sdk/models/transaction_state.rb
|
|
437
421
|
- lib/transferzero-sdk/models/transaction_traits.rb
|
|
438
422
|
- lib/transferzero-sdk/models/transaction_webhook.rb
|
|
439
|
-
- lib/transferzero-sdk/models/transaction_webhook_all_of.rb
|
|
440
423
|
- lib/transferzero-sdk/models/validation_error_description.rb
|
|
441
424
|
- lib/transferzero-sdk/models/webhook.rb
|
|
442
425
|
- lib/transferzero-sdk/models/webhook_definition.rb
|
|
@@ -464,7 +447,6 @@ files:
|
|
|
464
447
|
- spec/api/senders_api_spec.rb
|
|
465
448
|
- spec/api/transactions_api_spec.rb
|
|
466
449
|
- spec/api/webhooks_api_spec.rb
|
|
467
|
-
- spec/api_client_spec.rb
|
|
468
450
|
- spec/configuration_spec.rb
|
|
469
451
|
- spec/models/account_list_response_spec.rb
|
|
470
452
|
- spec/models/account_meta_spec.rb
|
|
@@ -477,11 +459,9 @@ files:
|
|
|
477
459
|
- spec/models/api_log_list_response_spec.rb
|
|
478
460
|
- spec/models/api_log_response_spec.rb
|
|
479
461
|
- spec/models/api_log_spec.rb
|
|
480
|
-
- spec/models/currency_exchange_all_of_spec.rb
|
|
481
462
|
- spec/models/currency_exchange_list_response_spec.rb
|
|
482
463
|
- spec/models/currency_exchange_spec.rb
|
|
483
464
|
- spec/models/currency_list_response_spec.rb
|
|
484
|
-
- spec/models/currency_opposite_all_of_spec.rb
|
|
485
465
|
- spec/models/currency_opposite_spec.rb
|
|
486
466
|
- spec/models/currency_spec.rb
|
|
487
467
|
- spec/models/debit_list_request_spec.rb
|
|
@@ -494,7 +474,6 @@ files:
|
|
|
494
474
|
- spec/models/document_request_spec.rb
|
|
495
475
|
- spec/models/document_response_spec.rb
|
|
496
476
|
- spec/models/document_spec.rb
|
|
497
|
-
- spec/models/document_webhook_all_of_spec.rb
|
|
498
477
|
- spec/models/document_webhook_spec.rb
|
|
499
478
|
- spec/models/error_status_spec.rb
|
|
500
479
|
- spec/models/field_description_spec.rb
|
|
@@ -518,6 +497,7 @@ files:
|
|
|
518
497
|
- spec/models/payout_method_details_mobile_spec.rb
|
|
519
498
|
- spec/models/payout_method_details_ngn_bank_spec.rb
|
|
520
499
|
- spec/models/payout_method_details_spec.rb
|
|
500
|
+
- spec/models/payout_method_details_xof_bank_spec.rb
|
|
521
501
|
- spec/models/payout_method_details_xof_mobile_spec.rb
|
|
522
502
|
- spec/models/payout_method_gender_enum_spec.rb
|
|
523
503
|
- spec/models/payout_method_identity_card_type_enum_spec.rb
|
|
@@ -526,14 +506,13 @@ files:
|
|
|
526
506
|
- spec/models/payout_method_request_spec.rb
|
|
527
507
|
- spec/models/payout_method_response_spec.rb
|
|
528
508
|
- spec/models/payout_method_spec.rb
|
|
529
|
-
- spec/models/payout_method_webhook_all_of_spec.rb
|
|
530
509
|
- spec/models/payout_method_webhook_spec.rb
|
|
510
|
+
- spec/models/politically_exposed_person_spec.rb
|
|
531
511
|
- spec/models/recipient_list_response_spec.rb
|
|
532
512
|
- spec/models/recipient_request_spec.rb
|
|
533
513
|
- spec/models/recipient_response_spec.rb
|
|
534
514
|
- spec/models/recipient_spec.rb
|
|
535
515
|
- spec/models/recipient_state_spec.rb
|
|
536
|
-
- spec/models/recipient_webhook_all_of_spec.rb
|
|
537
516
|
- spec/models/recipient_webhook_spec.rb
|
|
538
517
|
- spec/models/sender_list_response_spec.rb
|
|
539
518
|
- spec/models/sender_request_spec.rb
|
|
@@ -542,7 +521,6 @@ files:
|
|
|
542
521
|
- spec/models/sender_response_spec.rb
|
|
543
522
|
- spec/models/sender_spec.rb
|
|
544
523
|
- spec/models/sender_state_spec.rb
|
|
545
|
-
- spec/models/sender_webhook_all_of_spec.rb
|
|
546
524
|
- spec/models/sender_webhook_spec.rb
|
|
547
525
|
- spec/models/transaction_list_response_spec.rb
|
|
548
526
|
- spec/models/transaction_request_spec.rb
|
|
@@ -552,7 +530,6 @@ files:
|
|
|
552
530
|
- spec/models/transaction_spec.rb
|
|
553
531
|
- spec/models/transaction_state_spec.rb
|
|
554
532
|
- spec/models/transaction_traits_spec.rb
|
|
555
|
-
- spec/models/transaction_webhook_all_of_spec.rb
|
|
556
533
|
- spec/models/transaction_webhook_spec.rb
|
|
557
534
|
- spec/models/validation_error_description_spec.rb
|
|
558
535
|
- spec/models/webhook_definition_event_list_response_spec.rb
|
|
@@ -588,7 +565,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
588
565
|
- !ruby/object:Gem::Version
|
|
589
566
|
version: '0'
|
|
590
567
|
requirements: []
|
|
591
|
-
rubygems_version: 3.0.
|
|
568
|
+
rubygems_version: 3.0.6
|
|
592
569
|
signing_key:
|
|
593
570
|
specification_version: 4
|
|
594
571
|
summary: TransferZero API Ruby Gem
|
|
@@ -606,7 +583,6 @@ test_files:
|
|
|
606
583
|
- spec/api/accounts_api_spec.rb
|
|
607
584
|
- spec/api/payment_methods_api_spec.rb
|
|
608
585
|
- spec/api/account_debits_api_spec.rb
|
|
609
|
-
- spec/api_client_spec.rb
|
|
610
586
|
- spec/configuration_spec.rb
|
|
611
587
|
- spec/models/webhook_definition_response_spec.rb
|
|
612
588
|
- spec/models/sender_spec.rb
|
|
@@ -620,7 +596,6 @@ test_files:
|
|
|
620
596
|
- spec/models/webhook_log_metadata_response_spec.rb
|
|
621
597
|
- spec/models/currency_list_response_spec.rb
|
|
622
598
|
- spec/models/debit_response_spec.rb
|
|
623
|
-
- spec/models/currency_opposite_all_of_spec.rb
|
|
624
599
|
- spec/models/webhook_definition_event_list_response_spec.rb
|
|
625
600
|
- spec/models/debit_spec.rb
|
|
626
601
|
- spec/models/transaction_response_meta_spec.rb
|
|
@@ -629,23 +604,19 @@ test_files:
|
|
|
629
604
|
- spec/models/webhook_definition_request_spec.rb
|
|
630
605
|
- spec/models/sender_state_spec.rb
|
|
631
606
|
- spec/models/payout_method_request_spec.rb
|
|
632
|
-
- spec/models/document_webhook_all_of_spec.rb
|
|
633
607
|
- spec/models/webhook_log_metadata_request_spec.rb
|
|
634
608
|
- spec/models/recipient_webhook_spec.rb
|
|
635
|
-
- spec/models/recipient_webhook_all_of_spec.rb
|
|
636
609
|
- spec/models/api_log_list_response_spec.rb
|
|
637
610
|
- spec/models/debit_list_response_spec.rb
|
|
638
611
|
- spec/models/pagination_meta_spec.rb
|
|
639
612
|
- spec/models/account_validation_result_spec.rb
|
|
640
613
|
- spec/models/debit_request_wrapper_spec.rb
|
|
641
614
|
- spec/models/document_webhook_spec.rb
|
|
642
|
-
- spec/models/transaction_webhook_all_of_spec.rb
|
|
643
615
|
- spec/models/payout_method_gender_enum_spec.rb
|
|
644
616
|
- spec/models/transaction_list_response_spec.rb
|
|
645
617
|
- spec/models/payin_method_spec.rb
|
|
646
618
|
- spec/models/sender_response_spec.rb
|
|
647
619
|
- spec/models/payin_method_details_mobile_spec.rb
|
|
648
|
-
- spec/models/currency_exchange_all_of_spec.rb
|
|
649
620
|
- spec/models/payout_method_details_mad_cash_spec.rb
|
|
650
621
|
- spec/models/account_validation_response_spec.rb
|
|
651
622
|
- spec/models/api_log_spec.rb
|
|
@@ -654,8 +625,8 @@ test_files:
|
|
|
654
625
|
- spec/models/validation_error_description_spec.rb
|
|
655
626
|
- spec/models/payin_method_request_spec.rb
|
|
656
627
|
- spec/models/transaction_webhook_spec.rb
|
|
628
|
+
- spec/models/payout_method_details_xof_bank_spec.rb
|
|
657
629
|
- spec/models/webhook_log_metadata_spec.rb
|
|
658
|
-
- spec/models/sender_webhook_all_of_spec.rb
|
|
659
630
|
- spec/models/account_list_response_spec.rb
|
|
660
631
|
- spec/models/document_list_response_spec.rb
|
|
661
632
|
- spec/models/transaction_spec.rb
|
|
@@ -682,7 +653,6 @@ test_files:
|
|
|
682
653
|
- spec/models/recipient_list_response_spec.rb
|
|
683
654
|
- spec/models/account_response_spec.rb
|
|
684
655
|
- spec/models/recipient_request_spec.rb
|
|
685
|
-
- spec/models/payout_method_webhook_all_of_spec.rb
|
|
686
656
|
- spec/models/payout_method_webhook_spec.rb
|
|
687
657
|
- spec/models/sender_response_meta_spec.rb
|
|
688
658
|
- spec/models/payout_method_response_spec.rb
|
|
@@ -707,6 +677,7 @@ test_files:
|
|
|
707
677
|
- spec/models/sender_list_response_spec.rb
|
|
708
678
|
- spec/models/field_description_spec.rb
|
|
709
679
|
- spec/models/currency_exchange_spec.rb
|
|
680
|
+
- spec/models/politically_exposed_person_spec.rb
|
|
710
681
|
- spec/models/payin_method_details_spec.rb
|
|
711
682
|
- spec/models/account_validation_error_spec.rb
|
|
712
683
|
- spec/spec_helper.rb
|