transferzero-sdk 1.36.1 → 1.36.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f8a210b843c51cc4117fc3edc2363996659f31a5a5fba9895b1068c979112ab7
4
- data.tar.gz: 1dd7f64ea8d5bfcd128c9300bf6ada8e063cc895fa84afc2553ac46055e608c4
3
+ metadata.gz: f6ad815d072aa680112b15ebc29147ad53133a1b1cdc6d5360436dd527e1810e
4
+ data.tar.gz: f4d8d08383120fa6766223f6cba8177e3f908df7e08ae8992c28cd3222461cc5
5
5
  SHA512:
6
- metadata.gz: 39be389879d72cb01dd458d08696c819f8d3db36716aae1ba8341f306e15a2a5e5077a857af35b310a0b46018b7917f4a3d405476cb96222b7b0c8ac1df2a524
7
- data.tar.gz: f22e7208ce2786a40a1556028963854e31c9c8992843cbbf1c4eaa71c75d7814c70e5474f0f372c6d267c8e48090f6f527c0ffc9404f93ee1d07df03c6363a60
6
+ metadata.gz: 569181c0ed11d69b8ef0f6294dcb84ad7e2452624d3bcc1425af766899ce66ed1c417592bafdea22a9991389aecaebe5c82e4dd6d0c6208a8fe20664b67c8e47
7
+ data.tar.gz: 550739174e4c90c12057c87d52219664582b9ba2ea42debec2677f497856f5dbddfa1e47f3f486898031151ac09b8a550fda85d0c22b205034600651e7f826a4
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- transferzero-sdk (1.36.1)
4
+ transferzero-sdk (1.36.3)
5
5
  activesupport (>= 4)
6
6
  faraday (~> 1.0, >= 1.0.1)
7
7
  json (>= 1.4)
@@ -10,21 +10,22 @@ GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
12
  ZenTest (4.12.2)
13
- activesupport (7.1.3.4)
13
+ activesupport (7.2.0)
14
14
  base64
15
15
  bigdecimal
16
- concurrent-ruby (~> 1.0, >= 1.0.2)
16
+ concurrent-ruby (~> 1.0, >= 1.3.1)
17
17
  connection_pool (>= 2.2.5)
18
18
  drb
19
19
  i18n (>= 1.6, < 2)
20
+ logger (>= 1.4.2)
20
21
  minitest (>= 5.1)
21
- mutex_m
22
- tzinfo (~> 2.0)
22
+ securerandom (>= 0.3)
23
+ tzinfo (~> 2.0, >= 2.0.5)
23
24
  base64 (0.2.0)
24
25
  bigdecimal (3.1.8)
25
26
  byebug (11.1.3)
26
27
  coderay (1.1.3)
27
- concurrent-ruby (1.3.3)
28
+ concurrent-ruby (1.3.4)
28
29
  connection_pool (2.4.1)
29
30
  diff-lcs (1.5.1)
30
31
  drb (2.2.1)
@@ -46,7 +47,7 @@ GEM
46
47
  faraday-httpclient (1.0.1)
47
48
  faraday-multipart (1.0.4)
48
49
  multipart-post (~> 2)
49
- faraday-net_http (1.0.1)
50
+ faraday-net_http (1.0.2)
50
51
  faraday-net_http_persistent (1.2.0)
51
52
  faraday-patron (1.0.0)
52
53
  faraday-rack (1.0.0)
@@ -54,10 +55,10 @@ GEM
54
55
  i18n (1.14.5)
55
56
  concurrent-ruby (~> 1.0)
56
57
  json (2.7.2)
58
+ logger (1.6.0)
57
59
  method_source (1.1.0)
58
- minitest (5.24.1)
60
+ minitest (5.25.1)
59
61
  multipart-post (2.4.1)
60
- mutex_m (0.2.0)
61
62
  pry (0.14.2)
62
63
  coderay (~> 1.1)
63
64
  method_source (~> 1.0)
@@ -79,6 +80,7 @@ GEM
79
80
  rspec-support (~> 3.13.0)
80
81
  rspec-support (3.13.1)
81
82
  ruby2_keywords (0.0.5)
83
+ securerandom (0.3.1)
82
84
  tzinfo (2.0.6)
83
85
  concurrent-ruby (~> 1.0)
84
86
 
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.1
10
+ - Package version: 1.36.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.36.1.gem
34
+ gem install ./transferzero-sdk-1.36.3.gem
35
35
  ```
36
- (for development, run `gem install --dev ./transferzero-sdk-1.36.1.gem` to install the development dependencies)
36
+ (for development, run `gem install --dev ./transferzero-sdk-1.36.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.36.1'
42
+ gem 'transferzero-sdk', '~> 1.36.3'
43
43
 
44
44
  ### Install from Git
45
45
 
@@ -210,6 +210,7 @@ Class | Method | HTTP request | Description
210
210
  - [TransferZero::PayoutMethodDetailsBalance](docs/PayoutMethodDetailsBalance.md)
211
211
  - [TransferZero::PayoutMethodDetailsCADBank](docs/PayoutMethodDetailsCADBank.md)
212
212
  - [TransferZero::PayoutMethodDetailsEGPBank](docs/PayoutMethodDetailsEGPBank.md)
213
+ - [TransferZero::PayoutMethodDetailsEGPCash](docs/PayoutMethodDetailsEGPCash.md)
213
214
  - [TransferZero::PayoutMethodDetailsGBPBank](docs/PayoutMethodDetailsGBPBank.md)
214
215
  - [TransferZero::PayoutMethodDetailsGHSBank](docs/PayoutMethodDetailsGHSBank.md)
215
216
  - [TransferZero::PayoutMethodDetailsGHSCash](docs/PayoutMethodDetailsGHSCash.md)
data/docs/PayoutMethod.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **type** | **String** | Contains the currency to send the money to, and the type of the money movement Commonly used payout types are: - &#x60;NGN::Bank&#x60; - for Nigerian bank account payments. - &#x60;GHS::Bank&#x60; - for Ghanaian bank account payments. - &#x60;GHS::Mobile&#x60; - for Ghanaian mobile money payments. - &#x60;GHS::Cash&#x60; - for Ghanaian cash remittance payments. - &#x60;UGX::Mobile&#x60; - for Ugandan mobile money payments. - &#x60;XOF::Mobile&#x60; - for mobile money payments to West-Africa. - &#x60;XOF::Bank&#x60; - for Senegalese bank account payments. - &#x60;XOF::Cash&#x60; - for Senegalese cash remittance payments. - &#x60;MAD::Cash&#x60; - for Moroccan cash remittance payments. - &#x60;EUR::Bank&#x60; - for IBAN bank transfers in EUR. - &#x60;GBP::Bank&#x60; - for IBAN bank and FP accounts transfers in GBP. - &#x60;ZAR::Bank&#x60; - for South Africa bank account payments. - &#x60;USD::Bank&#x60; - for USD account payments. *** Currently for Egypt, Nigeria and United States only and in Beta phase *** - &#x60;USD::Cash&#x60; - for USD cash remittance payments. *** Currently for Nigeria only and in Beta phase *** - &#x60;KES::Bank&#x60; - for Kenyan bank account payments. - &#x60;KES::Mobile&#x60; - for Kenyan mobile money payments. - &#x60;XAF::Mobile&#x60; - for mobile money payments to Central African (CEMAC) countries. *** Currently in Beta phase *** - &#x60;XAF::Bank&#x60; - for Cameroon bank account payments. - &#x60;GNF::Mobile&#x60; - for mobile money payments to Guinea. - &#x60;BRL::Bank&#x60; - for Brazilian bank account payments. - &#x60;NZD::Bank&#x60; - for New Zealand bank account payments. - &#x60;INR::Bank&#x60; - for Indian bank account payments. - &#x60;BWP::Bank&#x60; - for Botswana bank account payments. - &#x60;ZMW::Bank&#x60; - for Zambian bank account payments. - &#x60;CAD::Bank&#x60; - for Canadian bank account payments. - &#x60;UGX::Bank&#x60; - for Ugandan bank account payments. - &#x60;EGP::Bank&#x60; - for Egyptian bank account payments. You can also send funds to the internal balance using &#x60;CCY::Balance&#x60;, where &#x60;CCY&#x60; is the appropriate currency. See [Collection from senders](https://docs.transferzero.com/docs/additional-features/#collections-from-senders) for more info on how to collect money into internal balance | [optional]
7
+ **type** | **String** | Contains the currency to send the money to, and the type of the money movement Commonly used payout types are: - &#x60;NGN::Bank&#x60; - for Nigerian bank account payments. - &#x60;GHS::Bank&#x60; - for Ghanaian bank account payments. - &#x60;GHS::Mobile&#x60; - for Ghanaian mobile money payments. - &#x60;GHS::Cash&#x60; - for Ghanaian cash remittance payments. - &#x60;UGX::Mobile&#x60; - for Ugandan mobile money payments. - &#x60;XOF::Mobile&#x60; - for mobile money payments to West-Africa. - &#x60;XOF::Bank&#x60; - for Senegalese bank account payments. - &#x60;XOF::Cash&#x60; - for Senegalese cash remittance payments. - &#x60;MAD::Cash&#x60; - for Moroccan cash remittance payments. - &#x60;EUR::Bank&#x60; - for IBAN bank transfers in EUR. - &#x60;GBP::Bank&#x60; - for IBAN bank and FP accounts transfers in GBP. - &#x60;ZAR::Bank&#x60; - for South Africa bank account payments. - &#x60;USD::Bank&#x60; - for USD account payments. *** Currently for Egypt, Nigeria and United States only and in Beta phase *** - &#x60;USD::Cash&#x60; - for USD cash remittance payments. *** Currently for Nigeria only and in Beta phase *** - &#x60;KES::Bank&#x60; - for Kenyan bank account payments. - &#x60;KES::Mobile&#x60; - for Kenyan mobile money payments. - &#x60;XAF::Mobile&#x60; - for mobile money payments to Central African (CEMAC) countries. *** Currently in Beta phase *** - &#x60;XAF::Bank&#x60; - for Cameroon bank account payments. - &#x60;GNF::Mobile&#x60; - for mobile money payments to Guinea. - &#x60;BRL::Bank&#x60; - for Brazilian bank account payments. - &#x60;NZD::Bank&#x60; - for New Zealand bank account payments. - &#x60;INR::Bank&#x60; - for Indian bank account payments. - &#x60;BWP::Bank&#x60; - for Botswana bank account payments. - &#x60;ZMW::Bank&#x60; - for Zambian bank account payments. - &#x60;CAD::Bank&#x60; - for Canadian bank account payments. - &#x60;UGX::Bank&#x60; - for Ugandan bank account payments. - &#x60;EGP::Bank&#x60; - for Egyptian bank account payments. - &#x60;EGP::Cash&#x60; - for Egyptian cash payments. You can also send funds to the internal balance using &#x60;CCY::Balance&#x60;, where &#x60;CCY&#x60; is the appropriate currency. See [Collection from senders](https://docs.transferzero.com/docs/additional-features/#collections-from-senders) for more info on how to collect money into internal balance | [optional]
8
8
  **details** | [**PayoutMethodDetails**](PayoutMethodDetails.md) | | [optional]
9
9
  **metadata** | [**Object**](.md) | Metadata of payout method. You can store any kind of information in this field. | [optional]
10
10
  **id** | **String** | | [optional]
@@ -0,0 +1,31 @@
1
+ # TransferZero::PayoutMethodDetailsEGPCash
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **first_name** | **String** | |
8
+ **middle_name** | **String** | | [optional]
9
+ **last_name** | **String** | |
10
+ **phone_number** | **String** | |
11
+ **street** | **String** | |
12
+ **transfer_reason** | [**PayoutMethodTransferReasonEnum**](PayoutMethodTransferReasonEnum.md) | |
13
+ **email** | **String** | | [optional]
14
+ **reference** | **String** | | [optional]
15
+
16
+ ## Code Sample
17
+
18
+ ```ruby
19
+ require 'TransferZero'
20
+
21
+ instance = TransferZero::PayoutMethodDetailsEGPCash.new(first_name: null,
22
+ middle_name: null,
23
+ last_name: null,
24
+ phone_number: null,
25
+ street: null,
26
+ transfer_reason: null,
27
+ email: null,
28
+ reference: null)
29
+ ```
30
+
31
+
@@ -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.1"
39
+ @user_agent = "TransferZero-SDK/Ruby/1.36.3"
40
40
  @default_headers = {
41
41
  'Content-Type' => 'application/json',
42
42
  'User-Agent' => @user_agent
@@ -15,7 +15,7 @@ require 'date'
15
15
  module TransferZero
16
16
  # This describes the specific details on how the payment has to be routed to the recipient.
17
17
  class PayoutMethod
18
- # Contains the currency to send the money to, and the type of the money movement Commonly used payout types are: - `NGN::Bank` - for Nigerian bank account payments. - `GHS::Bank` - for Ghanaian bank account payments. - `GHS::Mobile` - for Ghanaian mobile money payments. - `GHS::Cash` - for Ghanaian cash remittance payments. - `UGX::Mobile` - for Ugandan mobile money payments. - `XOF::Mobile` - for mobile money payments to West-Africa. - `XOF::Bank` - for Senegalese bank account payments. - `XOF::Cash` - for Senegalese cash remittance payments. - `MAD::Cash` - for Moroccan cash remittance payments. - `EUR::Bank` - for IBAN bank transfers in EUR. - `GBP::Bank` - for IBAN bank and FP accounts transfers in GBP. - `ZAR::Bank` - for South Africa bank account payments. - `USD::Bank` - for USD account payments. *** Currently for Egypt, Nigeria and United States only and in Beta phase *** - `USD::Cash` - for USD cash remittance payments. *** Currently for Nigeria only and in Beta phase *** - `KES::Bank` - for Kenyan bank account payments. - `KES::Mobile` - for Kenyan mobile money payments. - `XAF::Mobile` - for mobile money payments to Central African (CEMAC) countries. *** Currently in Beta phase *** - `XAF::Bank` - for Cameroon bank account payments. - `GNF::Mobile` - for mobile money payments to Guinea. - `BRL::Bank` - for Brazilian bank account payments. - `NZD::Bank` - for New Zealand bank account payments. - `INR::Bank` - for Indian bank account payments. - `BWP::Bank` - for Botswana bank account payments. - `ZMW::Bank` - for Zambian bank account payments. - `CAD::Bank` - for Canadian bank account payments. - `UGX::Bank` - for Ugandan bank account payments. - `EGP::Bank` - for Egyptian bank account payments. You can also send funds to the internal balance using `CCY::Balance`, where `CCY` is the appropriate currency. See [Collection from senders](https://docs.transferzero.com/docs/additional-features/#collections-from-senders) for more info on how to collect money into internal balance
18
+ # Contains the currency to send the money to, and the type of the money movement Commonly used payout types are: - `NGN::Bank` - for Nigerian bank account payments. - `GHS::Bank` - for Ghanaian bank account payments. - `GHS::Mobile` - for Ghanaian mobile money payments. - `GHS::Cash` - for Ghanaian cash remittance payments. - `UGX::Mobile` - for Ugandan mobile money payments. - `XOF::Mobile` - for mobile money payments to West-Africa. - `XOF::Bank` - for Senegalese bank account payments. - `XOF::Cash` - for Senegalese cash remittance payments. - `MAD::Cash` - for Moroccan cash remittance payments. - `EUR::Bank` - for IBAN bank transfers in EUR. - `GBP::Bank` - for IBAN bank and FP accounts transfers in GBP. - `ZAR::Bank` - for South Africa bank account payments. - `USD::Bank` - for USD account payments. *** Currently for Egypt, Nigeria and United States only and in Beta phase *** - `USD::Cash` - for USD cash remittance payments. *** Currently for Nigeria only and in Beta phase *** - `KES::Bank` - for Kenyan bank account payments. - `KES::Mobile` - for Kenyan mobile money payments. - `XAF::Mobile` - for mobile money payments to Central African (CEMAC) countries. *** Currently in Beta phase *** - `XAF::Bank` - for Cameroon bank account payments. - `GNF::Mobile` - for mobile money payments to Guinea. - `BRL::Bank` - for Brazilian bank account payments. - `NZD::Bank` - for New Zealand bank account payments. - `INR::Bank` - for Indian bank account payments. - `BWP::Bank` - for Botswana bank account payments. - `ZMW::Bank` - for Zambian bank account payments. - `CAD::Bank` - for Canadian bank account payments. - `UGX::Bank` - for Ugandan bank account payments. - `EGP::Bank` - for Egyptian bank account payments. - `EGP::Cash` - for Egyptian cash payments. You can also send funds to the internal balance using `CCY::Balance`, where `CCY` is the appropriate currency. See [Collection from senders](https://docs.transferzero.com/docs/additional-features/#collections-from-senders) for more info on how to collect money into internal balance
19
19
  attr_accessor :type
20
20
 
21
21
  attr_accessor :details
@@ -220,6 +220,7 @@ class PayoutMethodDetails
220
220
  :'PayoutMethodDetailsBalance',
221
221
  :'PayoutMethodDetailsCADBank',
222
222
  :'PayoutMethodDetailsEGPBank',
223
+ :'PayoutMethodDetailsEGPCash',
223
224
  :'PayoutMethodDetailsGBPBank',
224
225
  :'PayoutMethodDetailsGHSBank',
225
226
  :'PayoutMethodDetailsGHSCash',
@@ -0,0 +1,291 @@
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 'date'
14
+
15
+ module TransferZero
16
+ # ```JSON \"details\": { \"first_name\": \"First\", \"middle_name\": \"Middle\", \"last_name\": \"Last\", \"phone_number\": \"+201023456789\", \"street\": \"1 Main Street\", \"transfer_reason\": \"personal_account\", \"email\": \"recipient@email.com\", // Optional \"reference\": \"3414006608\" // Optional reference that'll appear on the recipient pickup notification (if provided must be unique and exactly 10 digits long) }
17
+ class PayoutMethodDetailsEGPCash
18
+ attr_accessor :first_name
19
+
20
+ attr_accessor :middle_name
21
+
22
+ attr_accessor :last_name
23
+
24
+ attr_accessor :phone_number
25
+
26
+ attr_accessor :street
27
+
28
+ attr_accessor :transfer_reason
29
+
30
+ attr_accessor :email
31
+
32
+ attr_accessor :reference
33
+
34
+ # Attribute mapping from ruby-style variable name to JSON key.
35
+ def self.attribute_map
36
+ {
37
+ :'first_name' => :'first_name',
38
+ :'middle_name' => :'middle_name',
39
+ :'last_name' => :'last_name',
40
+ :'phone_number' => :'phone_number',
41
+ :'street' => :'street',
42
+ :'transfer_reason' => :'transfer_reason',
43
+ :'email' => :'email',
44
+ :'reference' => :'reference'
45
+ }
46
+ end
47
+
48
+ # Attribute type mapping.
49
+ def self.openapi_types
50
+ {
51
+ :'first_name' => :'String',
52
+ :'middle_name' => :'String',
53
+ :'last_name' => :'String',
54
+ :'phone_number' => :'String',
55
+ :'street' => :'String',
56
+ :'transfer_reason' => :'PayoutMethodTransferReasonEnum',
57
+ :'email' => :'String',
58
+ :'reference' => :'String'
59
+ }
60
+ end
61
+
62
+ # Initializes the object
63
+ # @param [Hash] attributes Model attributes in the form of hash
64
+ def initialize(attributes = {})
65
+ if (!attributes.is_a?(Hash))
66
+ fail ArgumentError, "The input argument (attributes) must be a hash in `TransferZero::PayoutMethodDetailsEGPCash` initialize method"
67
+ end
68
+
69
+ # check to see if the attribute exists and convert string to symbol for hash key
70
+ attributes = attributes.each_with_object({}) { |(k, v), h|
71
+ if (!self.class.attribute_map.key?(k.to_sym))
72
+ fail ArgumentError, "`#{k}` is not a valid attribute in `TransferZero::PayoutMethodDetailsEGPCash`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
73
+ end
74
+ h[k.to_sym] = v
75
+ }
76
+
77
+ if attributes.key?(:'first_name')
78
+ self.first_name = attributes[:'first_name']
79
+ end
80
+
81
+ if attributes.key?(:'middle_name')
82
+ self.middle_name = attributes[:'middle_name']
83
+ end
84
+
85
+ if attributes.key?(:'last_name')
86
+ self.last_name = attributes[:'last_name']
87
+ end
88
+
89
+ if attributes.key?(:'phone_number')
90
+ self.phone_number = attributes[:'phone_number']
91
+ end
92
+
93
+ if attributes.key?(:'street')
94
+ self.street = attributes[:'street']
95
+ end
96
+
97
+ if attributes.key?(:'transfer_reason')
98
+ self.transfer_reason = attributes[:'transfer_reason']
99
+ end
100
+
101
+ if attributes.key?(:'email')
102
+ self.email = attributes[:'email']
103
+ end
104
+
105
+ if attributes.key?(:'reference')
106
+ self.reference = attributes[:'reference']
107
+ end
108
+ end
109
+
110
+ # Show invalid properties with the reasons. Usually used together with valid?
111
+ # @return Array for valid properties with the reasons
112
+ def list_invalid_properties
113
+ invalid_properties = Array.new
114
+ if @first_name.nil?
115
+ invalid_properties.push('invalid value for "first_name", first_name cannot be nil.')
116
+ end
117
+
118
+ if @last_name.nil?
119
+ invalid_properties.push('invalid value for "last_name", last_name cannot be nil.')
120
+ end
121
+
122
+ if @phone_number.nil?
123
+ invalid_properties.push('invalid value for "phone_number", phone_number cannot be nil.')
124
+ end
125
+
126
+ if @street.nil?
127
+ invalid_properties.push('invalid value for "street", street cannot be nil.')
128
+ end
129
+
130
+ if @transfer_reason.nil?
131
+ invalid_properties.push('invalid value for "transfer_reason", transfer_reason cannot be nil.')
132
+ end
133
+
134
+ invalid_properties
135
+ end
136
+
137
+ # Check to see if the all the properties in the model are valid
138
+ # @return true if the model is valid
139
+ def valid?
140
+ return false if @first_name.nil?
141
+ return false if @last_name.nil?
142
+ return false if @phone_number.nil?
143
+ return false if @street.nil?
144
+ return false if @transfer_reason.nil?
145
+ true
146
+ end
147
+
148
+ # Checks equality by comparing each attribute.
149
+ # @param [Object] Object to be compared
150
+ def ==(o)
151
+ return true if self.equal?(o)
152
+ self.class == o.class &&
153
+ first_name == o.first_name &&
154
+ middle_name == o.middle_name &&
155
+ last_name == o.last_name &&
156
+ phone_number == o.phone_number &&
157
+ street == o.street &&
158
+ transfer_reason == o.transfer_reason &&
159
+ email == o.email &&
160
+ reference == o.reference
161
+ end
162
+
163
+ # @see the `==` method
164
+ # @param [Object] Object to be compared
165
+ def eql?(o)
166
+ self == o
167
+ end
168
+
169
+ # Calculates hash code according to all attributes.
170
+ # @return [Integer] Hash code
171
+ def hash
172
+ [first_name, middle_name, last_name, phone_number, street, transfer_reason, email, reference].hash
173
+ end
174
+
175
+ require 'active_support/core_ext/hash'
176
+ require 'active_support/hash_with_indifferent_access.rb'
177
+ # Builds the object from hash
178
+ # @param [Hash] attributes Model attributes in the form of hash
179
+ # @return [Object] Returns the model itself
180
+ def build_from_hash(attributes)
181
+ return nil unless attributes.is_a?(Hash)
182
+ self.class.openapi_types.each_pair do |key, type|
183
+ if type =~ /\AArray<(.*)>/i
184
+ # check to ensure the input is an array given that the the attribute
185
+ # is documented as an array but the input is not
186
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
187
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
188
+ end
189
+ elsif !attributes[self.class.attribute_map[key]].nil?
190
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
191
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
192
+ end
193
+
194
+ self
195
+ end
196
+
197
+ # Deserializes the data based on type
198
+ # @param string type Data type
199
+ # @param string value Value to be deserialized
200
+ # @return [Object] Deserialized data
201
+ def _deserialize(type, value)
202
+ case type.to_sym
203
+ when :DateTime
204
+ DateTime.parse(value)
205
+ when :Date
206
+ Date.parse(value)
207
+ when :String
208
+ value.to_s
209
+ when :Integer
210
+ value.to_i
211
+ when :Float
212
+ value.to_f
213
+ when :Boolean
214
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
215
+ true
216
+ else
217
+ false
218
+ end
219
+ when :Object
220
+ # generic object (usually a Hash), return directly
221
+ value
222
+ when /\AArray<(?<inner_type>.+)>\z/
223
+ inner_type = Regexp.last_match[:inner_type]
224
+ value.map { |v| _deserialize(inner_type, v) }
225
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
226
+ k_type = Regexp.last_match[:k_type]
227
+ v_type = Regexp.last_match[:v_type]
228
+ {}.tap do |hash|
229
+ value.each do |k, v|
230
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
231
+ end
232
+ end
233
+ else # model
234
+ temp_model = TransferZero.const_get(type).new
235
+ temp_model.build_from_hash(value)
236
+ end
237
+ end
238
+
239
+ # Returns the string representation of the object
240
+ # @return [String] String presentation of the object
241
+ def to_s
242
+ to_hash.to_s
243
+ end
244
+
245
+ # to_body is an alias to to_hash (backward compatibility)
246
+ # @return [Hash] Returns the object in the form of hash
247
+ def to_body
248
+ to_hash
249
+ end
250
+
251
+ # Returns the object in the form of hash
252
+ # @return [Hash] Returns the object in the form of hash
253
+ def to_hash
254
+ hash = {}
255
+ self.class.attribute_map.each_pair do |attr, param|
256
+ value = self.send(attr)
257
+ next if value.nil?
258
+ hash[param] = _to_hash(value)
259
+ end
260
+ ::ActiveSupport::HashWithIndifferentAccess.new(hash)
261
+ end
262
+
263
+ def [](key)
264
+ to_hash[key]
265
+ end
266
+
267
+ def dig(*args)
268
+ to_hash.dig(*args)
269
+ end
270
+
271
+ # Outputs non-array value in the form of hash
272
+ # For object, use to_hash. Otherwise, just return the value
273
+ # @param [Object] value Any valid value
274
+ # @return [Hash] Returns the value in the form of hash
275
+ def _to_hash(value)
276
+ if value.is_a?(Array)
277
+ value.compact.map { |v| _to_hash(v) }
278
+ elsif value.is_a?(Hash)
279
+ {}.tap do |hash|
280
+ value.each { |k, v| hash[k] = _to_hash(v) }
281
+ end
282
+ elsif value.respond_to? :to_hash
283
+ value.to_hash
284
+ else
285
+ value
286
+ end
287
+ end
288
+
289
+ end
290
+
291
+ end
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.0.0-beta3
11
11
  =end
12
12
 
13
13
  module TransferZero
14
- VERSION = '1.36.1'
14
+ VERSION = '1.36.3'
15
15
  end
@@ -72,6 +72,7 @@ require 'transferzero-sdk/models/payout_method_details_bwp_bank'
72
72
  require 'transferzero-sdk/models/payout_method_details_balance'
73
73
  require 'transferzero-sdk/models/payout_method_details_cad_bank'
74
74
  require 'transferzero-sdk/models/payout_method_details_egp_bank'
75
+ require 'transferzero-sdk/models/payout_method_details_egp_cash'
75
76
  require 'transferzero-sdk/models/payout_method_details_gbp_bank'
76
77
  require 'transferzero-sdk/models/payout_method_details_ghs_bank'
77
78
  require 'transferzero-sdk/models/payout_method_details_ghs_cash'
@@ -0,0 +1,71 @@
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::PayoutMethodDetailsEGPCash
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'PayoutMethodDetailsEGPCash' do
21
+ before do
22
+ # run before each test
23
+ @instance = TransferZero::PayoutMethodDetailsEGPCash.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of PayoutMethodDetailsEGPCash' do
31
+ it 'should create an instance of PayoutMethodDetailsEGPCash' do
32
+ expect(@instance).to be_instance_of(TransferZero::PayoutMethodDetailsEGPCash)
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 "middle_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 "last_name"' 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 "phone_number"' 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 "street"' 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 "transfer_reason"' 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
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: transferzero-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.36.1
4
+ version: 1.36.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - TransferZero
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-11 00:00:00.000000000 Z
11
+ date: 2024-08-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -159,6 +159,7 @@ files:
159
159
  - docs/PayoutMethodDetailsBalance.md
160
160
  - docs/PayoutMethodDetailsCADBank.md
161
161
  - docs/PayoutMethodDetailsEGPBank.md
162
+ - docs/PayoutMethodDetailsEGPCash.md
162
163
  - docs/PayoutMethodDetailsGBPBank.md
163
164
  - docs/PayoutMethodDetailsGHSBank.md
164
165
  - docs/PayoutMethodDetailsGHSCash.md
@@ -322,6 +323,7 @@ files:
322
323
  - lib/transferzero-sdk/models/payout_method_details_bwp_bank.rb
323
324
  - lib/transferzero-sdk/models/payout_method_details_cad_bank.rb
324
325
  - lib/transferzero-sdk/models/payout_method_details_egp_bank.rb
326
+ - lib/transferzero-sdk/models/payout_method_details_egp_cash.rb
325
327
  - lib/transferzero-sdk/models/payout_method_details_gbp_bank.rb
326
328
  - lib/transferzero-sdk/models/payout_method_details_ghs_bank.rb
327
329
  - lib/transferzero-sdk/models/payout_method_details_ghs_cash.rb
@@ -474,6 +476,7 @@ files:
474
476
  - spec/models/payout_method_details_bwp_bank_spec.rb
475
477
  - spec/models/payout_method_details_cad_bank_spec.rb
476
478
  - spec/models/payout_method_details_egp_bank_spec.rb
479
+ - spec/models/payout_method_details_egp_cash_spec.rb
477
480
  - spec/models/payout_method_details_gbp_bank_spec.rb
478
481
  - spec/models/payout_method_details_ghs_bank_spec.rb
479
482
  - spec/models/payout_method_details_ghs_cash_spec.rb
@@ -580,157 +583,158 @@ signing_key:
580
583
  specification_version: 4
581
584
  summary: TransferZero API Ruby Gem
582
585
  test_files:
583
- - spec/api/transactions_api_spec.rb
584
- - spec/api/account_debits_api_spec.rb
585
- - spec/api/webhooks_api_spec.rb
586
586
  - spec/api/account_validation_api_spec.rb
587
+ - spec/api/recipients_api_spec.rb
588
+ - spec/api/payment_methods_api_spec.rb
589
+ - spec/api/api_logs_api_spec.rb
590
+ - spec/api/webhooks_api_spec.rb
591
+ - spec/api/account_debits_api_spec.rb
587
592
  - spec/api/logs_api_spec.rb
588
593
  - spec/api/documents_api_spec.rb
589
594
  - spec/api/currency_info_api_spec.rb
590
- - spec/api/accounts_api_spec.rb
591
- - spec/api/api_logs_api_spec.rb
592
- - spec/api/payout_methods_api_spec.rb
593
595
  - spec/api/payin_methods_api_spec.rb
594
596
  - spec/api/senders_api_spec.rb
595
- - spec/api/recipients_api_spec.rb
596
- - spec/api/payment_methods_api_spec.rb
597
+ - spec/api/accounts_api_spec.rb
598
+ - spec/api/transactions_api_spec.rb
599
+ - spec/api/payout_methods_api_spec.rb
597
600
  - spec/configuration_spec.rb
598
- - spec/models/payout_method_details_kes_bank_spec.rb
599
- - spec/models/field_select_validation_spec.rb
601
+ - spec/models/transaction_response_spec.rb
602
+ - spec/models/payout_method_details_iban_spec.rb
603
+ - spec/models/payout_method_gender_enum_spec.rb
604
+ - spec/models/proof_of_payment_spec.rb
605
+ - spec/models/currency_opposite_all_of_spec.rb
606
+ - spec/models/payout_method_webhook_spec.rb
607
+ - spec/models/payout_method_details_inr_bank_spec.rb
608
+ - spec/models/payout_method_pix_key_type_enum_spec.rb
609
+ - spec/models/webhook_log_list_response_spec.rb
600
610
  - spec/models/payout_method_bank_account_type_enum_spec.rb
601
- - spec/models/payin_method_details_spec.rb
602
- - spec/models/account_meta_spec.rb
603
- - spec/models/payout_method_list_response_spec.rb
604
- - spec/models/payout_method_details_ghs_cash_spec.rb
605
- - spec/models/payout_method_details_btc_spec.rb
606
- - spec/models/sender_spec.rb
607
- - spec/models/account_validation_result_spec.rb
611
+ - spec/models/payin_method_details_btc_spec.rb
608
612
  - spec/models/api_log_list_response_spec.rb
609
- - spec/models/payout_method_identity_card_type_enum_spec.rb
613
+ - spec/models/webhook_log_response_spec.rb
614
+ - spec/models/payout_method_details_gnf_mobile_spec.rb
615
+ - spec/models/transaction_webhook_spec.rb
616
+ - spec/models/document_spec.rb
617
+ - spec/models/field_validation_spec.rb
618
+ - spec/models/payout_method_details_spec.rb
619
+ - spec/models/payout_method_details_zar_bank_spec.rb
620
+ - spec/models/payout_method_details_xof_bank_spec.rb
621
+ - spec/models/payout_method_details_kes_mobile_spec.rb
610
622
  - spec/models/transaction_traits_spec.rb
611
- - spec/models/document_webhook_spec.rb
612
- - spec/models/payin_method_state_spec.rb
613
- - spec/models/currency_list_response_spec.rb
614
- - spec/models/transaction_response_spec.rb
623
+ - spec/models/debit_request_wrapper_spec.rb
624
+ - spec/models/payin_method_request_spec.rb
625
+ - spec/models/transaction_webhook_all_of_spec.rb
626
+ - spec/models/webhook_definition_spec.rb
627
+ - spec/models/debit_request_spec.rb
628
+ - spec/models/recipient_webhook_spec.rb
629
+ - spec/models/error_status_spec.rb
630
+ - spec/models/api_log_response_spec.rb
631
+ - spec/models/payment_method_spec.rb
615
632
  - spec/models/payout_method_request_spec.rb
616
- - spec/models/payin_method_details_mobile_spec.rb
617
- - spec/models/debit_spec.rb
618
- - spec/models/sender_webhook_spec.rb
619
- - spec/models/debit_list_response_spec.rb
633
+ - spec/models/payout_method_nature_of_business_enum_spec.rb
634
+ - spec/models/document_webhook_spec.rb
620
635
  - spec/models/webhook_spec.rb
621
- - spec/models/transaction_response_existing_spec.rb
636
+ - spec/models/transaction_request_spec.rb
637
+ - spec/models/webhook_log_spec.rb
638
+ - spec/models/currency_exchange_list_response_spec.rb
639
+ - spec/models/debit_list_request_spec.rb
640
+ - spec/models/recipient_list_response_spec.rb
641
+ - spec/models/sender_response_meta_spec.rb
642
+ - spec/models/proof_of_payment_list_response_spec.rb
643
+ - spec/models/payment_method_list_response_spec.rb
644
+ - spec/models/document_list_response_spec.rb
645
+ - spec/models/account_validation_result_spec.rb
646
+ - spec/models/payout_method_details_usd_bank_spec.rb
647
+ - spec/models/sender_webhook_all_of_spec.rb
648
+ - spec/models/field_description_spec.rb
649
+ - spec/models/api_log_spec.rb
650
+ - spec/models/sender_list_response_spec.rb
651
+ - spec/models/currency_list_response_spec.rb
652
+ - spec/models/payout_method_details_bwp_bank_spec.rb
653
+ - spec/models/payout_method_details_usd_cash_spec.rb
654
+ - spec/models/payin_method_state_spec.rb
655
+ - spec/models/payout_method_details_ugx_bank_spec.rb
622
656
  - spec/models/currency_spec.rb
623
- - spec/models/payout_method_details_egp_bank_spec.rb
624
- - spec/models/webhook_log_metadata_spec.rb
625
- - spec/models/sender_request_spec.rb
626
- - spec/models/payout_method_webhook_all_of_spec.rb
627
- - spec/models/debit_request_spec.rb
628
- - spec/models/field_validation_spec.rb
657
+ - spec/models/sender_webhook_spec.rb
629
658
  - spec/models/payment_method_opposite_all_of_spec.rb
630
- - spec/models/payout_method_details_usd_cash_spec.rb
631
- - spec/models/payout_method_spec.rb
632
- - spec/models/payout_method_details_xof_mobile_spec.rb
633
- - spec/models/payin_method_details_btc_spec.rb
634
- - spec/models/transaction_response_meta_spec.rb
635
- - spec/models/payout_method_details_mad_cash_spec.rb
636
- - spec/models/debit_response_spec.rb
659
+ - spec/models/webhook_definition_request_spec.rb
660
+ - spec/models/sender_state_spec.rb
661
+ - spec/models/currency_exchange_spec.rb
637
662
  - spec/models/payin_method_spec.rb
663
+ - spec/models/payout_method_details_xof_mobile_spec.rb
664
+ - spec/models/transaction_list_response_spec.rb
665
+ - spec/models/payin_method_details_mobile_spec.rb
666
+ - spec/models/webhook_log_metadata_request_spec.rb
667
+ - spec/models/field_select_validation_spec.rb
668
+ - spec/models/account_spec.rb
669
+ - spec/models/payout_method_mobile_provider_enum_spec.rb
670
+ - spec/models/account_validation_response_spec.rb
671
+ - spec/models/recipient_state_reason_details_spec.rb
672
+ - spec/models/payout_method_country_enum_spec.rb
673
+ - spec/models/payout_method_spec.rb
674
+ - spec/models/webhook_definition_response_spec.rb
675
+ - spec/models/payout_method_list_response_spec.rb
676
+ - spec/models/recipient_request_spec.rb
677
+ - spec/models/document_response_spec.rb
678
+ - spec/models/webhook_definition_list_response_spec.rb
679
+ - spec/models/validation_error_description_spec.rb
680
+ - spec/models/payment_method_opposite_spec.rb
681
+ - spec/models/recipient_response_spec.rb
682
+ - spec/models/payout_method_response_spec.rb
683
+ - spec/models/payin_method_details_spec.rb
684
+ - spec/models/currency_opposite_spec.rb
638
685
  - spec/models/payout_method_details_ghs_bank_spec.rb
639
- - spec/models/payout_method_details_brl_bank_spec.rb
686
+ - spec/models/sender_spec.rb
687
+ - spec/models/payin_method_response_spec.rb
688
+ - spec/models/politically_exposed_person_spec.rb
689
+ - spec/models/pagination_spec.rb
690
+ - spec/models/payout_method_details_btc_spec.rb
691
+ - spec/models/recipient_webhook_all_of_spec.rb
692
+ - spec/models/webhook_log_metadata_response_spec.rb
693
+ - spec/models/sender_request_spec.rb
694
+ - spec/models/payout_method_details_egp_cash_spec.rb
695
+ - spec/models/payout_method_details_kes_bank_spec.rb
696
+ - spec/models/payout_method_details_gbp_bank_spec.rb
697
+ - spec/models/transaction_state_spec.rb
640
698
  - spec/models/account_response_spec.rb
641
- - spec/models/sender_webhook_all_of_spec.rb
699
+ - spec/models/payout_method_identity_card_type_enum_spec.rb
700
+ - spec/models/payin_method_ux_flow_spec.rb
701
+ - spec/models/payout_method_details_mad_cash_spec.rb
702
+ - spec/models/payout_method_details_ngn_bank_spec.rb
703
+ - spec/models/sender_response_spec.rb
704
+ - spec/models/payout_method_details_ghs_cash_spec.rb
705
+ - spec/models/currency_exchange_all_of_spec.rb
706
+ - spec/models/state_reason_details_spec.rb
707
+ - spec/models/account_meta_spec.rb
708
+ - spec/models/document_webhook_all_of_spec.rb
709
+ - spec/models/pagination_meta_spec.rb
710
+ - spec/models/document_request_spec.rb
711
+ - spec/models/transaction_response_existing_spec.rb
712
+ - spec/models/transaction_response_meta_spec.rb
713
+ - spec/models/payout_method_details_xof_cash_spec.rb
714
+ - spec/models/payout_method_details_xaf_bank_spec.rb
715
+ - spec/models/payout_method_webhook_all_of_spec.rb
716
+ - spec/models/payout_method_details_brl_bank_spec.rb
642
717
  - spec/models/payout_method_details_nzd_bank_spec.rb
643
- - spec/models/payout_method_nature_of_business_enum_spec.rb
718
+ - spec/models/webhook_definition_event_list_response_spec.rb
644
719
  - spec/models/account_list_response_spec.rb
645
- - spec/models/webhook_log_response_spec.rb
646
- - spec/models/payout_method_country_enum_spec.rb
647
- - spec/models/payout_method_details_ugx_bank_spec.rb
648
- - spec/models/proof_of_payment_spec.rb
649
- - spec/models/recipient_state_reason_details_spec.rb
650
- - spec/models/politically_exposed_person_spec.rb
651
- - spec/models/sender_response_meta_spec.rb
720
+ - spec/models/account_validation_request_spec.rb
721
+ - spec/models/debit_response_spec.rb
722
+ - spec/models/payout_method_details_xaf_mobile_spec.rb
652
723
  - spec/models/payout_method_details_cad_bank_spec.rb
653
- - spec/models/currency_opposite_spec.rb
654
- - spec/models/currency_exchange_spec.rb
655
- - spec/models/sender_list_response_spec.rb
656
- - spec/models/account_validation_error_spec.rb
657
- - spec/models/payout_method_details_balance_spec.rb
658
- - spec/models/payout_method_details_spec.rb
659
- - spec/models/transaction_request_spec.rb
660
- - spec/models/transaction_spec.rb
661
724
  - spec/models/payout_method_details_zmw_bank_spec.rb
662
- - spec/models/webhook_log_spec.rb
663
- - spec/models/webhook_definition_list_response_spec.rb
664
- - spec/models/field_description_spec.rb
665
- - spec/models/recipient_webhook_spec.rb
666
- - spec/models/payin_method_ux_flow_spec.rb
667
- - spec/models/transaction_list_response_spec.rb
668
- - spec/models/payin_method_details_ngn_bank_spec.rb
669
- - spec/models/payout_method_details_iban_spec.rb
670
- - spec/models/recipient_list_response_spec.rb
671
- - spec/models/debit_request_wrapper_spec.rb
672
- - spec/models/payin_method_request_spec.rb
673
- - spec/models/payout_method_mobile_provider_enum_spec.rb
674
- - spec/models/state_reason_details_spec.rb
675
- - spec/models/payout_method_gender_enum_spec.rb
676
- - spec/models/transaction_webhook_spec.rb
677
- - spec/models/proof_of_payment_list_response_spec.rb
678
- - spec/models/currency_exchange_all_of_spec.rb
679
- - spec/models/payout_method_details_zar_bank_spec.rb
680
- - spec/models/payout_method_details_ngn_bank_spec.rb
681
725
  - spec/models/recipient_state_spec.rb
682
- - spec/models/payout_method_details_xaf_bank_spec.rb
683
- - spec/models/webhook_definition_spec.rb
684
- - spec/models/api_log_response_spec.rb
685
- - spec/models/document_webhook_all_of_spec.rb
686
- - spec/models/error_status_spec.rb
687
- - spec/models/payout_method_pix_key_type_enum_spec.rb
688
- - spec/models/webhook_definition_event_list_response_spec.rb
689
726
  - spec/models/payout_method_details_mobile_spec.rb
690
- - spec/models/currency_opposite_all_of_spec.rb
691
- - spec/models/recipient_response_spec.rb
692
- - spec/models/currency_exchange_list_response_spec.rb
693
- - spec/models/payout_method_response_spec.rb
694
- - spec/models/debit_list_request_spec.rb
695
- - spec/models/payment_method_list_response_spec.rb
696
- - spec/models/webhook_log_list_response_spec.rb
697
- - spec/models/payout_method_details_xof_bank_spec.rb
698
- - spec/models/payout_method_details_bwp_bank_spec.rb
699
- - spec/models/payout_method_legal_entity_type_enum_spec.rb
727
+ - spec/models/payin_method_details_ngn_bank_spec.rb
700
728
  - spec/models/sender_response_existing_spec.rb
701
- - spec/models/transaction_webhook_all_of_spec.rb
702
- - spec/models/validation_error_description_spec.rb
703
- - spec/models/sender_state_spec.rb
704
- - spec/models/sender_response_spec.rb
705
- - spec/models/document_request_spec.rb
706
- - spec/models/pagination_meta_spec.rb
707
- - spec/models/transaction_state_spec.rb
708
- - spec/models/document_list_response_spec.rb
729
+ - spec/models/debit_list_response_spec.rb
730
+ - spec/models/payout_method_details_balance_spec.rb
731
+ - spec/models/debit_spec.rb
709
732
  - spec/models/payout_method_cash_provider_enum_spec.rb
710
- - spec/models/webhook_definition_request_spec.rb
711
- - spec/models/payin_method_response_spec.rb
712
- - spec/models/webhook_log_metadata_response_spec.rb
713
- - spec/models/account_spec.rb
714
- - spec/models/recipient_spec.rb
715
- - spec/models/payout_method_details_xof_cash_spec.rb
716
- - spec/models/payment_method_spec.rb
717
733
  - spec/models/payout_method_transfer_reason_enum_spec.rb
718
- - spec/models/payout_method_details_kes_mobile_spec.rb
719
- - spec/models/recipient_request_spec.rb
720
- - spec/models/payout_method_webhook_spec.rb
721
- - spec/models/payout_method_details_inr_bank_spec.rb
722
- - spec/models/webhook_log_metadata_request_spec.rb
723
- - spec/models/recipient_webhook_all_of_spec.rb
724
- - spec/models/account_validation_response_spec.rb
725
- - spec/models/payout_method_details_usd_bank_spec.rb
726
- - spec/models/payout_method_details_xaf_mobile_spec.rb
727
- - spec/models/payout_method_details_gbp_bank_spec.rb
728
- - spec/models/document_spec.rb
729
- - spec/models/document_response_spec.rb
730
- - spec/models/payment_method_opposite_spec.rb
731
- - spec/models/api_log_spec.rb
732
- - spec/models/account_validation_request_spec.rb
733
- - spec/models/webhook_definition_response_spec.rb
734
- - spec/models/payout_method_details_gnf_mobile_spec.rb
735
- - spec/models/pagination_spec.rb
734
+ - spec/models/recipient_spec.rb
735
+ - spec/models/transaction_spec.rb
736
+ - spec/models/webhook_log_metadata_spec.rb
737
+ - spec/models/account_validation_error_spec.rb
738
+ - spec/models/payout_method_legal_entity_type_enum_spec.rb
739
+ - spec/models/payout_method_details_egp_bank_spec.rb
736
740
  - spec/spec_helper.rb