transferzero-sdk 1.35.1 → 1.36.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/Gemfile.lock +5 -5
- data/README.md +4 -4
- data/docs/PayinMethod.md +1 -1
- data/docs/PayinMethodDetails.md +1 -5
- data/docs/PayinMethodDetailsNGNBank.md +2 -4
- data/lib/transferzero-sdk/api_client.rb +1 -1
- data/lib/transferzero-sdk/models/payin_method.rb +1 -1
- data/lib/transferzero-sdk/models/payin_method_details.rb +1 -21
- data/lib/transferzero-sdk/models/payin_method_details_ngn_bank.rb +9 -19
- data/lib/transferzero-sdk/version.rb +1 -1
- metadata +127 -127
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2ccf45faa1047707b9499a67491c10101cdaa704e5a8edb60b63df369044083a
|
4
|
+
data.tar.gz: a1f1e8095182f472a0bf6805ec94a517e69606f4276559abfd83b8ed125b25df
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 466367d01d7d84038ac35695fc677eeacb1253073bbe14c038996c039171de0087736a18dcbe4c9f40e1fba1d0eafb4c98e6d774b17d63dcb0376f7f33ffc2f1
|
7
|
+
data.tar.gz: 30a396f9deea96757077d0fa93e1bf0455cef2527a3abef839ebd8f1658415a7a0a1ef5a670225f1d398484fa09ca3841edcca95c4a450bef9f3282818a50b5c
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
transferzero-sdk (1.
|
4
|
+
transferzero-sdk (1.36.0)
|
5
5
|
activesupport (>= 4)
|
6
6
|
faraday (~> 1.0, >= 1.0.1)
|
7
7
|
json (>= 1.4)
|
@@ -10,7 +10,7 @@ GEM
|
|
10
10
|
remote: https://rubygems.org/
|
11
11
|
specs:
|
12
12
|
ZenTest (4.12.1)
|
13
|
-
activesupport (7.1.3.
|
13
|
+
activesupport (7.1.3.4)
|
14
14
|
base64
|
15
15
|
bigdecimal
|
16
16
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
@@ -24,7 +24,7 @@ GEM
|
|
24
24
|
bigdecimal (3.1.8)
|
25
25
|
byebug (11.1.3)
|
26
26
|
coderay (1.1.3)
|
27
|
-
concurrent-ruby (1.
|
27
|
+
concurrent-ruby (1.3.3)
|
28
28
|
connection_pool (2.4.1)
|
29
29
|
diff-lcs (1.5.1)
|
30
30
|
drb (2.2.1)
|
@@ -55,7 +55,7 @@ GEM
|
|
55
55
|
concurrent-ruby (~> 1.0)
|
56
56
|
json (2.7.2)
|
57
57
|
method_source (1.1.0)
|
58
|
-
minitest (5.
|
58
|
+
minitest (5.24.0)
|
59
59
|
multipart-post (2.4.1)
|
60
60
|
mutex_m (0.2.0)
|
61
61
|
pry (0.14.2)
|
@@ -71,7 +71,7 @@ GEM
|
|
71
71
|
rspec-mocks (~> 3.13.0)
|
72
72
|
rspec-core (3.13.0)
|
73
73
|
rspec-support (~> 3.13.0)
|
74
|
-
rspec-expectations (3.13.
|
74
|
+
rspec-expectations (3.13.1)
|
75
75
|
diff-lcs (>= 1.2.0, < 2.0)
|
76
76
|
rspec-support (~> 3.13.0)
|
77
77
|
rspec-mocks (3.13.1)
|
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.
|
10
|
+
- Package version: 1.36.0
|
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.
|
34
|
+
gem install ./transferzero-sdk-1.36.0.gem
|
35
35
|
```
|
36
|
-
(for development, run `gem install --dev ./transferzero-sdk-1.
|
36
|
+
(for development, run `gem install --dev ./transferzero-sdk-1.36.0.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.
|
42
|
+
gem 'transferzero-sdk', '~> 1.36.0'
|
43
43
|
|
44
44
|
### Install from Git
|
45
45
|
|
data/docs/PayinMethod.md
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**type** | **String** | Describes how the payment should be requested from the sender. Possible values: - `GHS::Mobile`: GHS mobile collections - `UGX::Mobile`: UGX mobile collections - `XOF::Mobile`: XOF mobile collections - `EUR::Bank`: EUR IBAN collections - `GBP::Bank`: GBP IBAN collections | [optional]
|
7
|
+
**type** | **String** | Describes how the payment should be requested from the sender. Possible values: - `GHS::Mobile`: GHS mobile collections - `UGX::Mobile`: UGX mobile collections - `XOF::Mobile`: XOF mobile collections - `NGN::Bank`: NGN bank collections - `EUR::Bank`: EUR IBAN collections - `GBP::Bank`: GBP IBAN collections | [optional]
|
8
8
|
**ux_flow** | [**PayinMethodUxFlow**](PayinMethodUxFlow.md) | | [optional]
|
9
9
|
**in_details** | [**PayinMethodDetails**](PayinMethodDetails.md) | | [optional]
|
10
10
|
**id** | **String** | | [optional]
|
data/docs/PayinMethodDetails.md
CHANGED
@@ -4,8 +4,6 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**payment_method** | **String** | The payment method which the sender will use to make the payments. Options are `bank`, `card` or you can leave empty to support both. | [optional]
|
8
|
-
**redirect_url** | **String** | This is where the sender should be redirected back when the payment has been finished | [optional]
|
9
7
|
**phone_number** | **String** | The phone number where the funds should be collected from | [optional]
|
10
8
|
**mobile_provider** | [**PayoutMethodMobileProviderEnum**](PayoutMethodMobileProviderEnum.md) | | [optional]
|
11
9
|
**country** | [**PayoutMethodCountryEnum**](PayoutMethodCountryEnum.md) | | [optional]
|
@@ -17,9 +15,7 @@ Name | Type | Description | Notes
|
|
17
15
|
```ruby
|
18
16
|
require 'TransferZero'
|
19
17
|
|
20
|
-
instance = TransferZero::PayinMethodDetails.new(
|
21
|
-
redirect_url: null,
|
22
|
-
phone_number: +256129999999,
|
18
|
+
instance = TransferZero::PayinMethodDetails.new(phone_number: +256129999999,
|
23
19
|
mobile_provider: null,
|
24
20
|
country: null,
|
25
21
|
otp: null,
|
@@ -4,16 +4,14 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**
|
8
|
-
**redirect_url** | **String** | This is where the sender should be redirected back when the payment has been finished | [optional]
|
7
|
+
**phone_number** | **String** | Sender's phone number | [optional]
|
9
8
|
|
10
9
|
## Code Sample
|
11
10
|
|
12
11
|
```ruby
|
13
12
|
require 'TransferZero'
|
14
13
|
|
15
|
-
instance = TransferZero::PayinMethodDetailsNGNBank.new(
|
16
|
-
redirect_url: null)
|
14
|
+
instance = TransferZero::PayinMethodDetailsNGNBank.new(phone_number: +2347087661211)
|
17
15
|
```
|
18
16
|
|
19
17
|
|
@@ -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.
|
39
|
+
@user_agent = "TransferZero-SDK/Ruby/1.36.0"
|
40
40
|
@default_headers = {
|
41
41
|
'Content-Type' => 'application/json',
|
42
42
|
'User-Agent' => @user_agent
|
@@ -15,7 +15,7 @@ require 'date'
|
|
15
15
|
module TransferZero
|
16
16
|
# This describes the specific details on how the funds should be collected from the sender.
|
17
17
|
class PayinMethod
|
18
|
-
# Describes how the payment should be requested from the sender. Possible values: - `GHS::Mobile`: GHS mobile collections - `UGX::Mobile`: UGX mobile collections - `XOF::Mobile`: XOF mobile collections - `EUR::Bank`: EUR IBAN collections - `GBP::Bank`: GBP IBAN collections
|
18
|
+
# Describes how the payment should be requested from the sender. Possible values: - `GHS::Mobile`: GHS mobile collections - `UGX::Mobile`: UGX mobile collections - `XOF::Mobile`: XOF mobile collections - `NGN::Bank`: NGN bank collections - `EUR::Bank`: EUR IBAN collections - `GBP::Bank`: GBP IBAN collections
|
19
19
|
attr_accessor :type
|
20
20
|
|
21
21
|
attr_accessor :ux_flow
|
@@ -15,12 +15,6 @@ require 'date'
|
|
15
15
|
module TransferZero
|
16
16
|
# Fields needed by the payment processor. Depends on the chose payin type. See the appropriate model details for more info: - `NGN::Bank`: see [`PayinMethodDetailsNGNBank`](#model-PayinMethodDetailsNGNBank) - `GHS::Mobile`: see [`PayinMethodDetailsMobile`](#model-PayinMethodDetailsMobile) - `UGX::Mobile`: see [`PayinMethodDetailsMobile`](#model-PayinMethodDetailsMobile) Note that some payin processors don't require additional input, these include `lhv` through `EUR::Bank` and `GBP::Bank`. Some providers like `providus` also have all of their fields set as optional, so you might not want to set any values. To use these providers please set this value to `{}` (an empty hash)
|
17
17
|
class PayinMethodDetails
|
18
|
-
# The payment method which the sender will use to make the payments. Options are `bank`, `card` or you can leave empty to support both.
|
19
|
-
attr_accessor :payment_method
|
20
|
-
|
21
|
-
# This is where the sender should be redirected back when the payment has been finished
|
22
|
-
attr_accessor :redirect_url
|
23
|
-
|
24
18
|
# The phone number where the funds should be collected from
|
25
19
|
attr_accessor :phone_number
|
26
20
|
|
@@ -37,8 +31,6 @@ class PayinMethodDetails
|
|
37
31
|
# Attribute mapping from ruby-style variable name to JSON key.
|
38
32
|
def self.attribute_map
|
39
33
|
{
|
40
|
-
:'payment_method' => :'payment_method',
|
41
|
-
:'redirect_url' => :'redirect_url',
|
42
34
|
:'phone_number' => :'phone_number',
|
43
35
|
:'mobile_provider' => :'mobile_provider',
|
44
36
|
:'country' => :'country',
|
@@ -50,8 +42,6 @@ class PayinMethodDetails
|
|
50
42
|
# Attribute type mapping.
|
51
43
|
def self.openapi_types
|
52
44
|
{
|
53
|
-
:'payment_method' => :'String',
|
54
|
-
:'redirect_url' => :'String',
|
55
45
|
:'phone_number' => :'String',
|
56
46
|
:'mobile_provider' => :'PayoutMethodMobileProviderEnum',
|
57
47
|
:'country' => :'PayoutMethodCountryEnum',
|
@@ -84,14 +74,6 @@ class PayinMethodDetails
|
|
84
74
|
h[k.to_sym] = v
|
85
75
|
}
|
86
76
|
|
87
|
-
if attributes.key?(:'payment_method')
|
88
|
-
self.payment_method = attributes[:'payment_method']
|
89
|
-
end
|
90
|
-
|
91
|
-
if attributes.key?(:'redirect_url')
|
92
|
-
self.redirect_url = attributes[:'redirect_url']
|
93
|
-
end
|
94
|
-
|
95
77
|
if attributes.key?(:'phone_number')
|
96
78
|
self.phone_number = attributes[:'phone_number']
|
97
79
|
end
|
@@ -147,8 +129,6 @@ class PayinMethodDetails
|
|
147
129
|
def ==(o)
|
148
130
|
return true if self.equal?(o)
|
149
131
|
self.class == o.class &&
|
150
|
-
payment_method == o.payment_method &&
|
151
|
-
redirect_url == o.redirect_url &&
|
152
132
|
phone_number == o.phone_number &&
|
153
133
|
mobile_provider == o.mobile_provider &&
|
154
134
|
country == o.country &&
|
@@ -165,7 +145,7 @@ class PayinMethodDetails
|
|
165
145
|
# Calculates hash code according to all attributes.
|
166
146
|
# @return [Integer] Hash code
|
167
147
|
def hash
|
168
|
-
[
|
148
|
+
[phone_number, mobile_provider, country, otp, refund_address].hash
|
169
149
|
end
|
170
150
|
|
171
151
|
require 'active_support/core_ext/hash'
|
@@ -13,27 +13,22 @@ OpenAPI Generator version: 4.0.0-beta3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module TransferZero
|
16
|
-
# ```JSON \"details\": { \"
|
16
|
+
# ```JSON \"details\": { \"phone_number\": \"+2347087661211\" } ```
|
17
17
|
class PayinMethodDetailsNGNBank
|
18
|
-
#
|
19
|
-
attr_accessor :
|
20
|
-
|
21
|
-
# This is where the sender should be redirected back when the payment has been finished
|
22
|
-
attr_accessor :redirect_url
|
18
|
+
# Sender's phone number
|
19
|
+
attr_accessor :phone_number
|
23
20
|
|
24
21
|
# Attribute mapping from ruby-style variable name to JSON key.
|
25
22
|
def self.attribute_map
|
26
23
|
{
|
27
|
-
:'
|
28
|
-
:'redirect_url' => :'redirect_url'
|
24
|
+
:'phone_number' => :'phone_number'
|
29
25
|
}
|
30
26
|
end
|
31
27
|
|
32
28
|
# Attribute type mapping.
|
33
29
|
def self.openapi_types
|
34
30
|
{
|
35
|
-
:'
|
36
|
-
:'redirect_url' => :'String'
|
31
|
+
:'phone_number' => :'String'
|
37
32
|
}
|
38
33
|
end
|
39
34
|
|
@@ -52,12 +47,8 @@ class PayinMethodDetailsNGNBank
|
|
52
47
|
h[k.to_sym] = v
|
53
48
|
}
|
54
49
|
|
55
|
-
if attributes.key?(:'
|
56
|
-
self.
|
57
|
-
end
|
58
|
-
|
59
|
-
if attributes.key?(:'redirect_url')
|
60
|
-
self.redirect_url = attributes[:'redirect_url']
|
50
|
+
if attributes.key?(:'phone_number')
|
51
|
+
self.phone_number = attributes[:'phone_number']
|
61
52
|
end
|
62
53
|
end
|
63
54
|
|
@@ -79,8 +70,7 @@ class PayinMethodDetailsNGNBank
|
|
79
70
|
def ==(o)
|
80
71
|
return true if self.equal?(o)
|
81
72
|
self.class == o.class &&
|
82
|
-
|
83
|
-
redirect_url == o.redirect_url
|
73
|
+
phone_number == o.phone_number
|
84
74
|
end
|
85
75
|
|
86
76
|
# @see the `==` method
|
@@ -92,7 +82,7 @@ class PayinMethodDetailsNGNBank
|
|
92
82
|
# Calculates hash code according to all attributes.
|
93
83
|
# @return [Integer] Hash code
|
94
84
|
def hash
|
95
|
-
[
|
85
|
+
[phone_number].hash
|
96
86
|
end
|
97
87
|
|
98
88
|
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.
|
4
|
+
version: 1.36.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- TransferZero
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-06-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -581,156 +581,156 @@ specification_version: 4
|
|
581
581
|
summary: TransferZero API Ruby Gem
|
582
582
|
test_files:
|
583
583
|
- spec/api/documents_api_spec.rb
|
584
|
+
- spec/api/api_logs_api_spec.rb
|
584
585
|
- spec/api/logs_api_spec.rb
|
585
|
-
- spec/api/payin_methods_api_spec.rb
|
586
586
|
- spec/api/payment_methods_api_spec.rb
|
587
|
-
- spec/api/transactions_api_spec.rb
|
588
|
-
- spec/api/currency_info_api_spec.rb
|
589
|
-
- spec/api/senders_api_spec.rb
|
590
|
-
- spec/api/account_debits_api_spec.rb
|
591
|
-
- spec/api/payout_methods_api_spec.rb
|
592
|
-
- spec/api/recipients_api_spec.rb
|
593
|
-
- spec/api/api_logs_api_spec.rb
|
594
|
-
- spec/api/webhooks_api_spec.rb
|
595
587
|
- spec/api/accounts_api_spec.rb
|
588
|
+
- spec/api/webhooks_api_spec.rb
|
589
|
+
- spec/api/payin_methods_api_spec.rb
|
596
590
|
- spec/api/account_validation_api_spec.rb
|
591
|
+
- spec/api/payout_methods_api_spec.rb
|
592
|
+
- spec/api/recipients_api_spec.rb
|
593
|
+
- spec/api/account_debits_api_spec.rb
|
594
|
+
- spec/api/currency_info_api_spec.rb
|
595
|
+
- spec/api/transactions_api_spec.rb
|
596
|
+
- spec/api/senders_api_spec.rb
|
597
597
|
- spec/configuration_spec.rb
|
598
|
-
- spec/models/
|
599
|
-
- spec/models/
|
598
|
+
- spec/models/payout_method_details_ghs_cash_spec.rb
|
599
|
+
- spec/models/sender_spec.rb
|
600
|
+
- spec/models/transaction_response_spec.rb
|
601
|
+
- spec/models/debit_response_spec.rb
|
602
|
+
- spec/models/payout_method_details_btc_spec.rb
|
603
|
+
- spec/models/payout_method_details_cad_bank_spec.rb
|
604
|
+
- spec/models/payout_method_details_iban_spec.rb
|
605
|
+
- spec/models/debit_spec.rb
|
606
|
+
- spec/models/payout_method_details_usd_bank_spec.rb
|
607
|
+
- spec/models/payout_method_details_mad_cash_spec.rb
|
600
608
|
- spec/models/account_validation_result_spec.rb
|
601
|
-
- spec/models/webhook_log_list_response_spec.rb
|
602
609
|
- spec/models/account_spec.rb
|
603
|
-
- spec/models/
|
604
|
-
- spec/models/
|
605
|
-
- spec/models/
|
606
|
-
- spec/models/
|
610
|
+
- spec/models/payout_method_details_kes_mobile_spec.rb
|
611
|
+
- spec/models/payout_method_webhook_all_of_spec.rb
|
612
|
+
- spec/models/transaction_spec.rb
|
613
|
+
- spec/models/transaction_webhook_spec.rb
|
614
|
+
- spec/models/payout_method_details_usd_cash_spec.rb
|
615
|
+
- spec/models/webhook_log_response_spec.rb
|
616
|
+
- spec/models/payin_method_details_btc_spec.rb
|
617
|
+
- spec/models/account_meta_spec.rb
|
618
|
+
- spec/models/webhook_log_list_response_spec.rb
|
619
|
+
- spec/models/document_spec.rb
|
620
|
+
- spec/models/pagination_meta_spec.rb
|
621
|
+
- spec/models/payout_method_details_xaf_mobile_spec.rb
|
622
|
+
- spec/models/currency_exchange_spec.rb
|
623
|
+
- spec/models/api_log_list_response_spec.rb
|
624
|
+
- spec/models/politically_exposed_person_spec.rb
|
625
|
+
- spec/models/payin_method_request_spec.rb
|
626
|
+
- spec/models/webhook_log_spec.rb
|
627
|
+
- spec/models/document_response_spec.rb
|
628
|
+
- spec/models/proof_of_payment_list_response_spec.rb
|
607
629
|
- spec/models/payout_method_details_zar_bank_spec.rb
|
630
|
+
- spec/models/sender_webhook_spec.rb
|
608
631
|
- spec/models/payout_method_details_bwp_bank_spec.rb
|
609
|
-
- spec/models/
|
610
|
-
- spec/models/
|
611
|
-
- spec/models/
|
612
|
-
- spec/models/
|
613
|
-
- spec/models/
|
632
|
+
- spec/models/payin_method_details_mobile_spec.rb
|
633
|
+
- spec/models/payout_method_details_xof_cash_spec.rb
|
634
|
+
- spec/models/recipient_response_spec.rb
|
635
|
+
- spec/models/api_log_response_spec.rb
|
636
|
+
- spec/models/payout_method_nature_of_business_enum_spec.rb
|
637
|
+
- spec/models/sender_list_response_spec.rb
|
638
|
+
- spec/models/payout_method_bank_account_type_enum_spec.rb
|
614
639
|
- spec/models/webhook_log_metadata_request_spec.rb
|
615
|
-
- spec/models/
|
616
|
-
- spec/models/
|
617
|
-
- spec/models/
|
618
|
-
- spec/models/
|
640
|
+
- spec/models/payout_method_details_xaf_bank_spec.rb
|
641
|
+
- spec/models/state_reason_details_spec.rb
|
642
|
+
- spec/models/debit_request_spec.rb
|
643
|
+
- spec/models/payout_method_legal_entity_type_enum_spec.rb
|
619
644
|
- spec/models/currency_exchange_list_response_spec.rb
|
620
|
-
- spec/models/
|
621
|
-
- spec/models/
|
622
|
-
- spec/models/recipient_response_spec.rb
|
623
|
-
- spec/models/payout_method_spec.rb
|
624
|
-
- spec/models/sender_webhook_spec.rb
|
625
|
-
- spec/models/recipient_state_spec.rb
|
626
|
-
- spec/models/payout_method_details_btc_spec.rb
|
627
|
-
- spec/models/sender_spec.rb
|
628
|
-
- spec/models/recipient_spec.rb
|
629
|
-
- spec/models/field_description_spec.rb
|
630
|
-
- spec/models/transaction_state_spec.rb
|
631
|
-
- spec/models/webhook_definition_response_spec.rb
|
632
|
-
- spec/models/webhook_log_response_spec.rb
|
633
|
-
- spec/models/account_meta_spec.rb
|
634
|
-
- spec/models/payout_method_details_balance_spec.rb
|
635
|
-
- spec/models/currency_opposite_all_of_spec.rb
|
636
|
-
- spec/models/payout_method_list_response_spec.rb
|
637
|
-
- spec/models/webhook_definition_request_spec.rb
|
638
|
-
- spec/models/payout_method_details_ghs_bank_spec.rb
|
645
|
+
- spec/models/currency_exchange_all_of_spec.rb
|
646
|
+
- spec/models/account_validation_request_spec.rb
|
639
647
|
- spec/models/sender_state_spec.rb
|
640
|
-
- spec/models/
|
648
|
+
- spec/models/payment_method_opposite_spec.rb
|
649
|
+
- spec/models/payout_method_details_spec.rb
|
650
|
+
- spec/models/api_log_spec.rb
|
641
651
|
- spec/models/recipient_webhook_spec.rb
|
642
|
-
- spec/models/payout_method_details_nzd_bank_spec.rb
|
643
|
-
- spec/models/sender_response_meta_spec.rb
|
644
|
-
- spec/models/payout_method_transfer_reason_enum_spec.rb
|
645
|
-
- spec/models/debit_list_request_spec.rb
|
646
|
-
- spec/models/payout_method_details_inr_bank_spec.rb
|
647
|
-
- spec/models/payout_method_details_xaf_bank_spec.rb
|
648
652
|
- spec/models/payout_method_details_egp_bank_spec.rb
|
649
|
-
- spec/models/
|
653
|
+
- spec/models/sender_response_meta_spec.rb
|
650
654
|
- spec/models/sender_webhook_all_of_spec.rb
|
651
|
-
- spec/models/
|
652
|
-
- spec/models/
|
653
|
-
- spec/models/
|
655
|
+
- spec/models/webhook_spec.rb
|
656
|
+
- spec/models/recipient_state_spec.rb
|
657
|
+
- spec/models/payout_method_country_enum_spec.rb
|
658
|
+
- spec/models/debit_request_wrapper_spec.rb
|
659
|
+
- spec/models/payin_method_response_spec.rb
|
660
|
+
- spec/models/payout_method_request_spec.rb
|
654
661
|
- spec/models/transaction_request_spec.rb
|
655
|
-
- spec/models/
|
656
|
-
- spec/models/
|
662
|
+
- spec/models/currency_opposite_all_of_spec.rb
|
663
|
+
- spec/models/payout_method_details_inr_bank_spec.rb
|
664
|
+
- spec/models/payout_method_details_ghs_bank_spec.rb
|
665
|
+
- spec/models/payin_method_spec.rb
|
666
|
+
- spec/models/payout_method_pix_key_type_enum_spec.rb
|
667
|
+
- spec/models/transaction_traits_spec.rb
|
668
|
+
- spec/models/webhook_definition_response_spec.rb
|
669
|
+
- spec/models/transaction_state_spec.rb
|
670
|
+
- spec/models/payout_method_identity_card_type_enum_spec.rb
|
671
|
+
- spec/models/payout_method_details_ugx_bank_spec.rb
|
672
|
+
- spec/models/payment_method_list_response_spec.rb
|
673
|
+
- spec/models/currency_opposite_spec.rb
|
674
|
+
- spec/models/payout_method_details_xof_mobile_spec.rb
|
657
675
|
- spec/models/payout_method_details_gnf_mobile_spec.rb
|
658
|
-
- spec/models/payout_method_mobile_provider_enum_spec.rb
|
659
676
|
- spec/models/webhook_definition_spec.rb
|
660
|
-
- spec/models/
|
661
|
-
- spec/models/
|
662
|
-
- spec/models/transaction_response_spec.rb
|
663
|
-
- spec/models/recipient_request_spec.rb
|
664
|
-
- spec/models/account_validation_error_spec.rb
|
677
|
+
- spec/models/webhook_definition_list_response_spec.rb
|
678
|
+
- spec/models/transaction_list_response_spec.rb
|
665
679
|
- spec/models/transaction_response_meta_spec.rb
|
666
|
-
- spec/models/payin_method_state_spec.rb
|
667
|
-
- spec/models/payment_method_opposite_spec.rb
|
668
|
-
- spec/models/payout_method_details_ngn_bank_spec.rb
|
669
|
-
- spec/models/webhook_log_metadata_spec.rb
|
670
|
-
- spec/models/api_log_list_response_spec.rb
|
671
680
|
- spec/models/transaction_response_existing_spec.rb
|
672
|
-
- spec/models/payout_method_details_mad_cash_spec.rb
|
673
|
-
- spec/models/debit_spec.rb
|
674
|
-
- spec/models/payout_method_details_usd_cash_spec.rb
|
675
|
-
- spec/models/state_reason_details_spec.rb
|
676
|
-
- spec/models/document_request_spec.rb
|
677
|
-
- spec/models/payin_method_details_btc_spec.rb
|
678
|
-
- spec/models/debit_request_wrapper_spec.rb
|
679
|
-
- spec/models/payout_method_pix_key_type_enum_spec.rb
|
680
|
-
- spec/models/payout_method_details_spec.rb
|
681
|
-
- spec/models/sender_list_response_spec.rb
|
682
|
-
- spec/models/field_validation_spec.rb
|
683
|
-
- spec/models/payout_method_details_usd_bank_spec.rb
|
684
|
-
- spec/models/webhook_log_metadata_response_spec.rb
|
685
|
-
- spec/models/payin_method_response_spec.rb
|
686
|
-
- spec/models/transaction_spec.rb
|
687
|
-
- spec/models/payin_method_spec.rb
|
688
|
-
- spec/models/validation_error_description_spec.rb
|
689
|
-
- spec/models/payout_method_details_xof_cash_spec.rb
|
690
|
-
- spec/models/currency_list_response_spec.rb
|
691
|
-
- spec/models/payment_method_opposite_all_of_spec.rb
|
692
|
-
- spec/models/payout_method_bank_account_type_enum_spec.rb
|
693
|
-
- spec/models/sender_response_existing_spec.rb
|
694
|
-
- spec/models/payout_method_identity_card_type_enum_spec.rb
|
695
|
-
- spec/models/transaction_webhook_spec.rb
|
696
|
-
- spec/models/payin_method_details_mobile_spec.rb
|
697
|
-
- spec/models/proof_of_payment_list_response_spec.rb
|
698
|
-
- spec/models/payout_method_legal_entity_type_enum_spec.rb
|
699
|
-
- spec/models/payout_method_response_spec.rb
|
700
|
-
- spec/models/debit_request_spec.rb
|
701
|
-
- spec/models/payment_method_spec.rb
|
702
|
-
- spec/models/document_spec.rb
|
703
|
-
- spec/models/payout_method_cash_provider_enum_spec.rb
|
704
|
-
- spec/models/document_webhook_spec.rb
|
705
681
|
- spec/models/payout_method_details_brl_bank_spec.rb
|
706
|
-
- spec/models/
|
707
|
-
- spec/models/
|
708
|
-
- spec/models/
|
709
|
-
- spec/models/
|
710
|
-
- spec/models/
|
711
|
-
- spec/models/
|
712
|
-
- spec/models/
|
682
|
+
- spec/models/payout_method_cash_provider_enum_spec.rb
|
683
|
+
- spec/models/payout_method_response_spec.rb
|
684
|
+
- spec/models/payout_method_details_xof_bank_spec.rb
|
685
|
+
- spec/models/payout_method_list_response_spec.rb
|
686
|
+
- spec/models/debit_list_response_spec.rb
|
687
|
+
- spec/models/pagination_spec.rb
|
688
|
+
- spec/models/payout_method_spec.rb
|
689
|
+
- spec/models/debit_list_request_spec.rb
|
690
|
+
- spec/models/webhook_log_metadata_response_spec.rb
|
713
691
|
- spec/models/payout_method_details_gbp_bank_spec.rb
|
714
|
-
- spec/models/
|
692
|
+
- spec/models/document_list_response_spec.rb
|
693
|
+
- spec/models/recipient_list_response_spec.rb
|
694
|
+
- spec/models/payin_method_state_spec.rb
|
695
|
+
- spec/models/validation_error_description_spec.rb
|
715
696
|
- spec/models/account_response_spec.rb
|
716
|
-
- spec/models/
|
717
|
-
- spec/models/
|
718
|
-
- spec/models/
|
719
|
-
- spec/models/
|
697
|
+
- spec/models/sender_response_spec.rb
|
698
|
+
- spec/models/account_validation_error_spec.rb
|
699
|
+
- spec/models/payout_method_webhook_spec.rb
|
700
|
+
- spec/models/recipient_webhook_all_of_spec.rb
|
701
|
+
- spec/models/document_request_spec.rb
|
702
|
+
- spec/models/webhook_log_metadata_spec.rb
|
703
|
+
- spec/models/recipient_state_reason_details_spec.rb
|
704
|
+
- spec/models/payin_method_ux_flow_spec.rb
|
705
|
+
- spec/models/proof_of_payment_spec.rb
|
720
706
|
- spec/models/payin_method_details_ngn_bank_spec.rb
|
721
|
-
- spec/models/
|
722
|
-
- spec/models/
|
723
|
-
- spec/models/
|
724
|
-
- spec/models/
|
725
|
-
- spec/models/transaction_list_response_spec.rb
|
707
|
+
- spec/models/payment_method_opposite_all_of_spec.rb
|
708
|
+
- spec/models/recipient_spec.rb
|
709
|
+
- spec/models/recipient_request_spec.rb
|
710
|
+
- spec/models/field_validation_spec.rb
|
726
711
|
- spec/models/account_validation_response_spec.rb
|
712
|
+
- spec/models/document_webhook_spec.rb
|
713
|
+
- spec/models/sender_request_spec.rb
|
714
|
+
- spec/models/field_select_validation_spec.rb
|
715
|
+
- spec/models/payout_method_details_nzd_bank_spec.rb
|
716
|
+
- spec/models/payin_method_details_spec.rb
|
717
|
+
- spec/models/webhook_definition_request_spec.rb
|
718
|
+
- spec/models/sender_response_existing_spec.rb
|
719
|
+
- spec/models/webhook_definition_event_list_response_spec.rb
|
720
|
+
- spec/models/payment_method_spec.rb
|
727
721
|
- spec/models/payout_method_details_zmw_bank_spec.rb
|
728
|
-
- spec/models/
|
729
|
-
- spec/models/
|
730
|
-
- spec/models/
|
731
|
-
- spec/models/
|
732
|
-
- spec/models/
|
733
|
-
- spec/models/
|
722
|
+
- spec/models/payout_method_details_balance_spec.rb
|
723
|
+
- spec/models/payout_method_mobile_provider_enum_spec.rb
|
724
|
+
- spec/models/transaction_webhook_all_of_spec.rb
|
725
|
+
- spec/models/payout_method_transfer_reason_enum_spec.rb
|
726
|
+
- spec/models/account_list_response_spec.rb
|
727
|
+
- spec/models/currency_spec.rb
|
728
|
+
- spec/models/field_description_spec.rb
|
729
|
+
- spec/models/payout_method_details_kes_bank_spec.rb
|
734
730
|
- spec/models/error_status_spec.rb
|
735
|
-
- spec/models/
|
731
|
+
- spec/models/document_webhook_all_of_spec.rb
|
732
|
+
- spec/models/payout_method_details_ngn_bank_spec.rb
|
733
|
+
- spec/models/currency_list_response_spec.rb
|
734
|
+
- spec/models/payout_method_details_mobile_spec.rb
|
735
|
+
- spec/models/payout_method_gender_enum_spec.rb
|
736
736
|
- spec/spec_helper.rb
|