transferzero-sdk 1.0.0 → 1.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +17 -11
- 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/CurrencyInfoApi.md +20 -6
- data/docs/CurrencyOpposite.md +4 -2
- data/docs/Debit.md +2 -2
- data/docs/Document.md +4 -0
- data/docs/FieldSelectValidation.md +1 -1
- data/docs/FieldValidation.md +1 -1
- data/docs/PayinMethod.md +4 -4
- data/docs/PayinMethodDetails.md +7 -3
- data/docs/PayinMethodDetailsBTC.md +17 -0
- 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 +12 -4
- data/docs/PayoutMethodDetailsBTC.md +23 -0
- data/docs/PayoutMethodDetailsGBPBank.md +29 -0
- data/docs/PayoutMethodDetailsIBAN.md +1 -1
- data/docs/PayoutMethodDetailsNGNBank.md +1 -1
- data/docs/PayoutMethodDetailsXOFBank.md +25 -0
- data/docs/PoliticallyExposedPerson.md +31 -0
- data/docs/Recipient.md +5 -3
- data/docs/RecipientsApi.md +3 -3
- data/docs/Sender.md +63 -27
- 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 +5 -0
- data/lib/transferzero-sdk/api/account_validation_api.rb +4 -4
- data/lib/transferzero-sdk/api/currency_info_api.rb +6 -0
- data/lib/transferzero-sdk/api/recipients_api.rb +4 -4
- data/lib/transferzero-sdk/api/transactions_api.rb +59 -0
- data/lib/transferzero-sdk/api_client.rb +5 -5
- data/lib/transferzero-sdk/models/account.rb +70 -69
- data/lib/transferzero-sdk/models/account_list_response.rb +67 -66
- data/lib/transferzero-sdk/models/account_meta.rb +61 -60
- data/lib/transferzero-sdk/models/account_response.rb +66 -65
- data/lib/transferzero-sdk/models/account_validation_error.rb +61 -60
- data/lib/transferzero-sdk/models/account_validation_request.rb +164 -163
- data/lib/transferzero-sdk/models/account_validation_response.rb +66 -65
- data/lib/transferzero-sdk/models/account_validation_result.rb +61 -60
- data/lib/transferzero-sdk/models/api_log.rb +136 -135
- data/lib/transferzero-sdk/models/api_log_list_response.rb +70 -69
- data/lib/transferzero-sdk/models/api_log_response.rb +60 -59
- data/lib/transferzero-sdk/models/currency.rb +142 -141
- data/lib/transferzero-sdk/models/currency_exchange.rb +158 -157
- data/lib/transferzero-sdk/models/currency_exchange_list_response.rb +62 -61
- data/lib/transferzero-sdk/models/currency_list_response.rb +62 -61
- data/lib/transferzero-sdk/models/currency_opposite.rb +166 -155
- data/lib/transferzero-sdk/models/debit.rb +151 -155
- data/lib/transferzero-sdk/models/debit_list_request.rb +61 -60
- data/lib/transferzero-sdk/models/debit_list_response.rb +67 -66
- data/lib/transferzero-sdk/models/debit_request.rb +60 -59
- data/lib/transferzero-sdk/models/debit_request_wrapper.rb +80 -79
- data/lib/transferzero-sdk/models/debit_response.rb +60 -59
- data/lib/transferzero-sdk/models/document.rb +181 -160
- data/lib/transferzero-sdk/models/document_list_response.rb +67 -66
- data/lib/transferzero-sdk/models/document_request.rb +60 -59
- data/lib/transferzero-sdk/models/document_response.rb +60 -59
- data/lib/transferzero-sdk/models/document_webhook.rb +96 -95
- data/lib/transferzero-sdk/models/error_status.rb +66 -65
- data/lib/transferzero-sdk/models/field_description.rb +95 -94
- data/lib/transferzero-sdk/models/field_select_validation.rb +70 -69
- data/lib/transferzero-sdk/models/field_validation.rb +78 -77
- data/lib/transferzero-sdk/models/pagination.rb +97 -96
- data/lib/transferzero-sdk/models/pagination_meta.rb +60 -59
- data/lib/transferzero-sdk/models/payin_method.rb +97 -96
- data/lib/transferzero-sdk/models/payin_method_details.rb +122 -105
- data/lib/transferzero-sdk/models/payin_method_details_btc.rb +204 -0
- data/lib/transferzero-sdk/models/payin_method_details_mobile.rb +75 -74
- data/lib/transferzero-sdk/models/payin_method_details_ngn_bank.rb +71 -65
- data/lib/transferzero-sdk/models/payin_method_request.rb +60 -59
- data/lib/transferzero-sdk/models/payment_method.rb +109 -108
- data/lib/transferzero-sdk/models/payment_method_list_response.rb +61 -60
- data/lib/transferzero-sdk/models/payment_method_opposite.rb +124 -123
- data/lib/transferzero-sdk/models/payout_method.rb +107 -106
- data/lib/transferzero-sdk/models/payout_method_bank_account_type_enum.rb +14 -19
- data/lib/transferzero-sdk/models/payout_method_details.rb +338 -288
- data/lib/transferzero-sdk/models/payout_method_details_balance.rb +61 -60
- data/lib/transferzero-sdk/models/payout_method_details_btc.rb +250 -0
- data/lib/transferzero-sdk/models/payout_method_details_gbp_bank.rb +267 -0
- data/lib/transferzero-sdk/models/payout_method_details_ghs_bank.rb +97 -96
- data/lib/transferzero-sdk/models/payout_method_details_iban.rb +100 -104
- data/lib/transferzero-sdk/models/payout_method_details_mad_cash.rb +162 -161
- data/lib/transferzero-sdk/models/payout_method_details_mobile.rb +86 -85
- data/lib/transferzero-sdk/models/payout_method_details_ngn_bank.rb +104 -108
- data/lib/transferzero-sdk/models/payout_method_details_xof_bank.rb +264 -0
- data/lib/transferzero-sdk/models/payout_method_details_xof_mobile.rb +97 -96
- data/lib/transferzero-sdk/models/payout_method_gender_enum.rb +14 -19
- data/lib/transferzero-sdk/models/payout_method_identity_card_type_enum.rb +15 -20
- data/lib/transferzero-sdk/models/payout_method_list_response.rb +67 -66
- data/lib/transferzero-sdk/models/payout_method_mobile_provider_enum.rb +14 -19
- data/lib/transferzero-sdk/models/payout_method_request.rb +60 -59
- data/lib/transferzero-sdk/models/payout_method_response.rb +60 -59
- data/lib/transferzero-sdk/models/payout_method_webhook.rb +96 -95
- data/lib/transferzero-sdk/models/politically_exposed_person.rb +272 -0
- data/lib/transferzero-sdk/models/recipient.rb +230 -219
- data/lib/transferzero-sdk/models/recipient_list_response.rb +67 -66
- data/lib/transferzero-sdk/models/recipient_request.rb +60 -59
- data/lib/transferzero-sdk/models/recipient_response.rb +60 -59
- data/lib/transferzero-sdk/models/recipient_state.rb +22 -27
- data/lib/transferzero-sdk/models/recipient_webhook.rb +96 -95
- data/lib/transferzero-sdk/models/sender.rb +529 -322
- data/lib/transferzero-sdk/models/sender_list_response.rb +67 -66
- data/lib/transferzero-sdk/models/sender_request.rb +60 -59
- data/lib/transferzero-sdk/models/sender_response.rb +66 -65
- data/lib/transferzero-sdk/models/sender_response_existing.rb +60 -59
- data/lib/transferzero-sdk/models/sender_response_meta.rb +60 -59
- data/lib/transferzero-sdk/models/sender_state.rb +19 -23
- data/lib/transferzero-sdk/models/sender_webhook.rb +96 -95
- data/lib/transferzero-sdk/models/transaction.rb +192 -191
- data/lib/transferzero-sdk/models/transaction_list_response.rb +67 -66
- data/lib/transferzero-sdk/models/transaction_request.rb +60 -59
- data/lib/transferzero-sdk/models/transaction_response.rb +66 -65
- data/lib/transferzero-sdk/models/transaction_response_existing.rb +66 -65
- data/lib/transferzero-sdk/models/transaction_response_meta.rb +60 -59
- data/lib/transferzero-sdk/models/transaction_state.rb +23 -27
- data/lib/transferzero-sdk/models/transaction_traits.rb +71 -70
- data/lib/transferzero-sdk/models/transaction_webhook.rb +96 -95
- data/lib/transferzero-sdk/models/validation_error_description.rb +62 -61
- data/lib/transferzero-sdk/models/webhook.rb +92 -91
- data/lib/transferzero-sdk/models/webhook_definition.rb +107 -106
- data/lib/transferzero-sdk/models/webhook_definition_event_list_response.rb +61 -60
- data/lib/transferzero-sdk/models/webhook_definition_list_response.rb +67 -66
- data/lib/transferzero-sdk/models/webhook_definition_request.rb +60 -59
- data/lib/transferzero-sdk/models/webhook_definition_response.rb +60 -59
- data/lib/transferzero-sdk/models/webhook_log.rb +97 -96
- data/lib/transferzero-sdk/models/webhook_log_list_response.rb +70 -69
- data/lib/transferzero-sdk/models/webhook_log_metadata.rb +129 -128
- data/lib/transferzero-sdk/models/webhook_log_metadata_request.rb +80 -79
- data/lib/transferzero-sdk/models/webhook_log_metadata_response.rb +81 -80
- data/lib/transferzero-sdk/models/webhook_log_response.rb +60 -59
- 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_btc_spec.rb +41 -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_btc_spec.rb +59 -0
- data/spec/models/payout_method_details_gbp_bank_spec.rb +77 -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 +35 -24
- data/spec/api_client_spec.rb +0 -189
@@ -13,183 +13,178 @@ OpenAPI Generator version: 4.0.0-beta3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module TransferZero
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
# Attribute type mapping.
|
64
|
-
def self.openapi_types
|
65
|
-
{
|
66
|
-
:'amount' => :'Float',
|
67
|
-
:'currency' => :'String',
|
68
|
-
:'to_type' => :'String',
|
69
|
-
:'to_id' => :'String',
|
70
|
-
:'metadata' => :'Object',
|
71
|
-
:'id' => :'String',
|
72
|
-
:'created_at' => :'DateTime',
|
73
|
-
:'usd_amount' => :'Float',
|
74
|
-
:'running_balance' => :'Float',
|
75
|
-
:'errors' => :'Hash<String, Array<ValidationErrorDescription>>'
|
76
|
-
}
|
77
|
-
end
|
78
|
-
|
79
|
-
# Initializes the object
|
80
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
81
|
-
def initialize(attributes = {})
|
82
|
-
if (!attributes.is_a?(Hash))
|
83
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `TransferZero::Debit` initialize method"
|
84
|
-
end
|
85
|
-
|
86
|
-
# check to see if the attribute exists and convert string to symbol for hash key
|
87
|
-
attributes = attributes.each_with_object({}) { |(k, v), h|
|
88
|
-
if (!self.class.attribute_map.key?(k.to_sym))
|
89
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `TransferZero::Debit`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
90
|
-
end
|
91
|
-
h[k.to_sym] = v
|
92
|
-
}
|
16
|
+
# Debits are used to fund transactions from your internal TransferZero balance.
|
17
|
+
class Debit
|
18
|
+
# The amount to be debited from your account. The \"amount\" parameter is optional - - if included, it must equal the amount required to fund the transaction. - if omitted, it will default to the amount required to fund the transaction.
|
19
|
+
attr_accessor :amount
|
20
|
+
|
21
|
+
# The currency of the amount in 3-character alpha ISO 4217 currency format. The \"currency\" parameter is optional - if omitted, it will default to the payin currency of the transaction. - it can be added in as an additional check to ensure that the expected currency is used. (an error will be given back if it does not match up with the payin currency of the transaction)
|
22
|
+
attr_accessor :currency
|
23
|
+
|
24
|
+
# Describes what the debit is funding
|
25
|
+
attr_accessor :to_type
|
26
|
+
|
27
|
+
# The ID of the resource the debit is funding
|
28
|
+
attr_accessor :to_id
|
29
|
+
|
30
|
+
# Metadata of account debit
|
31
|
+
attr_accessor :metadata
|
32
|
+
|
33
|
+
attr_accessor :id
|
34
|
+
|
35
|
+
# Date and time that the debit was created
|
36
|
+
attr_accessor :created_at
|
37
|
+
|
38
|
+
# The amount to be debited from your account converted to USD
|
39
|
+
attr_accessor :usd_amount
|
40
|
+
|
41
|
+
# The total amount remaining in your account after the debit call
|
42
|
+
attr_accessor :running_balance
|
43
|
+
|
44
|
+
# The fields that have some problems and don't pass validation
|
45
|
+
attr_accessor :errors
|
46
|
+
|
47
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
48
|
+
def self.attribute_map
|
49
|
+
{
|
50
|
+
:'amount' => :'amount',
|
51
|
+
:'currency' => :'currency',
|
52
|
+
:'to_type' => :'to_type',
|
53
|
+
:'to_id' => :'to_id',
|
54
|
+
:'metadata' => :'metadata',
|
55
|
+
:'id' => :'id',
|
56
|
+
:'created_at' => :'created_at',
|
57
|
+
:'usd_amount' => :'usd_amount',
|
58
|
+
:'running_balance' => :'running_balance',
|
59
|
+
:'errors' => :'errors'
|
60
|
+
}
|
61
|
+
end
|
93
62
|
|
94
|
-
|
95
|
-
|
96
|
-
|
63
|
+
# Attribute type mapping.
|
64
|
+
def self.openapi_types
|
65
|
+
{
|
66
|
+
:'amount' => :'Float',
|
67
|
+
:'currency' => :'String',
|
68
|
+
:'to_type' => :'String',
|
69
|
+
:'to_id' => :'String',
|
70
|
+
:'metadata' => :'Object',
|
71
|
+
:'id' => :'String',
|
72
|
+
:'created_at' => :'DateTime',
|
73
|
+
:'usd_amount' => :'Float',
|
74
|
+
:'running_balance' => :'Float',
|
75
|
+
:'errors' => :'Hash<String, Array<ValidationErrorDescription>>'
|
76
|
+
}
|
77
|
+
end
|
97
78
|
|
98
|
-
|
99
|
-
|
100
|
-
|
79
|
+
# Initializes the object
|
80
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
81
|
+
def initialize(attributes = {})
|
82
|
+
if (!attributes.is_a?(Hash))
|
83
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `TransferZero::Debit` initialize method"
|
84
|
+
end
|
101
85
|
|
102
|
-
|
103
|
-
|
86
|
+
# check to see if the attribute exists and convert string to symbol for hash key
|
87
|
+
attributes = attributes.each_with_object({}) { |(k, v), h|
|
88
|
+
if (!self.class.attribute_map.key?(k.to_sym))
|
89
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `TransferZero::Debit`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
104
90
|
end
|
91
|
+
h[k.to_sym] = v
|
92
|
+
}
|
105
93
|
|
106
|
-
|
107
|
-
|
108
|
-
|
94
|
+
if attributes.key?(:'amount')
|
95
|
+
self.amount = attributes[:'amount']
|
96
|
+
end
|
109
97
|
|
110
|
-
|
111
|
-
|
112
|
-
|
98
|
+
if attributes.key?(:'currency')
|
99
|
+
self.currency = attributes[:'currency']
|
100
|
+
end
|
113
101
|
|
114
|
-
|
115
|
-
|
116
|
-
|
102
|
+
if attributes.key?(:'to_type')
|
103
|
+
self.to_type = attributes[:'to_type']
|
104
|
+
end
|
117
105
|
|
118
|
-
|
119
|
-
|
120
|
-
|
106
|
+
if attributes.key?(:'to_id')
|
107
|
+
self.to_id = attributes[:'to_id']
|
108
|
+
end
|
121
109
|
|
122
|
-
|
123
|
-
|
124
|
-
|
110
|
+
if attributes.key?(:'metadata')
|
111
|
+
self.metadata = attributes[:'metadata']
|
112
|
+
end
|
125
113
|
|
126
|
-
|
127
|
-
|
128
|
-
|
114
|
+
if attributes.key?(:'id')
|
115
|
+
self.id = attributes[:'id']
|
116
|
+
end
|
129
117
|
|
130
|
-
|
131
|
-
|
132
|
-
self.errors = value
|
133
|
-
end
|
134
|
-
end
|
118
|
+
if attributes.key?(:'created_at')
|
119
|
+
self.created_at = attributes[:'created_at']
|
135
120
|
end
|
136
121
|
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
invalid_properties = Array.new
|
141
|
-
if @currency.nil?
|
142
|
-
invalid_properties.push('invalid value for "currency", currency cannot be nil.')
|
143
|
-
end
|
122
|
+
if attributes.key?(:'usd_amount')
|
123
|
+
self.usd_amount = attributes[:'usd_amount']
|
124
|
+
end
|
144
125
|
|
145
|
-
|
146
|
-
|
147
|
-
|
126
|
+
if attributes.key?(:'running_balance')
|
127
|
+
self.running_balance = attributes[:'running_balance']
|
128
|
+
end
|
148
129
|
|
149
|
-
|
150
|
-
|
130
|
+
if attributes.key?(:'errors')
|
131
|
+
if (value = attributes[:'errors']).is_a?(Hash)
|
132
|
+
self.errors = value
|
151
133
|
end
|
152
|
-
|
153
|
-
invalid_properties
|
154
134
|
end
|
135
|
+
end
|
155
136
|
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
true
|
137
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
138
|
+
# @return Array for valid properties with the reasons
|
139
|
+
def list_invalid_properties
|
140
|
+
invalid_properties = Array.new
|
141
|
+
if @to_type.nil?
|
142
|
+
invalid_properties.push('invalid value for "to_type", to_type cannot be nil.')
|
163
143
|
end
|
164
144
|
|
165
|
-
|
166
|
-
|
167
|
-
def ==(o)
|
168
|
-
return true if self.equal?(o)
|
169
|
-
self.class == o.class &&
|
170
|
-
amount == o.amount &&
|
171
|
-
currency == o.currency &&
|
172
|
-
to_type == o.to_type &&
|
173
|
-
to_id == o.to_id &&
|
174
|
-
metadata == o.metadata &&
|
175
|
-
id == o.id &&
|
176
|
-
created_at == o.created_at &&
|
177
|
-
usd_amount == o.usd_amount &&
|
178
|
-
running_balance == o.running_balance &&
|
179
|
-
errors == o.errors
|
145
|
+
if @to_id.nil?
|
146
|
+
invalid_properties.push('invalid value for "to_id", to_id cannot be nil.')
|
180
147
|
end
|
181
148
|
|
182
|
-
|
183
|
-
|
184
|
-
def eql?(o)
|
185
|
-
self == o
|
186
|
-
end
|
149
|
+
invalid_properties
|
150
|
+
end
|
187
151
|
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
152
|
+
# Check to see if the all the properties in the model are valid
|
153
|
+
# @return true if the model is valid
|
154
|
+
def valid?
|
155
|
+
return false if @to_type.nil?
|
156
|
+
return false if @to_id.nil?
|
157
|
+
true
|
158
|
+
end
|
159
|
+
|
160
|
+
# Checks equality by comparing each attribute.
|
161
|
+
# @param [Object] Object to be compared
|
162
|
+
def ==(o)
|
163
|
+
return true if self.equal?(o)
|
164
|
+
self.class == o.class &&
|
165
|
+
amount == o.amount &&
|
166
|
+
currency == o.currency &&
|
167
|
+
to_type == o.to_type &&
|
168
|
+
to_id == o.to_id &&
|
169
|
+
metadata == o.metadata &&
|
170
|
+
id == o.id &&
|
171
|
+
created_at == o.created_at &&
|
172
|
+
usd_amount == o.usd_amount &&
|
173
|
+
running_balance == o.running_balance &&
|
174
|
+
errors == o.errors
|
175
|
+
end
|
176
|
+
|
177
|
+
# @see the `==` method
|
178
|
+
# @param [Object] Object to be compared
|
179
|
+
def eql?(o)
|
180
|
+
self == o
|
181
|
+
end
|
182
|
+
|
183
|
+
# Calculates hash code according to all attributes.
|
184
|
+
# @return [Integer] Hash code
|
185
|
+
def hash
|
186
|
+
[amount, currency, to_type, to_id, metadata, id, created_at, usd_amount, running_balance, errors].hash
|
187
|
+
end
|
193
188
|
|
194
189
|
require 'active_support/core_ext/hash'
|
195
190
|
require 'active_support/hash_with_indifferent_access.rb'
|
@@ -305,5 +300,6 @@ def _to_hash(value)
|
|
305
300
|
end
|
306
301
|
end
|
307
302
|
|
308
|
-
|
303
|
+
end
|
304
|
+
|
309
305
|
end
|
@@ -13,77 +13,77 @@ OpenAPI Generator version: 4.0.0-beta3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module TransferZero
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
16
|
+
class DebitListRequest
|
17
|
+
attr_accessor :debit
|
18
|
+
|
19
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
20
|
+
def self.attribute_map
|
21
|
+
{
|
22
|
+
:'debit' => :'debit'
|
23
|
+
}
|
24
|
+
end
|
25
25
|
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
26
|
+
# Attribute type mapping.
|
27
|
+
def self.openapi_types
|
28
|
+
{
|
29
|
+
:'debit' => :'Array<Debit>'
|
30
|
+
}
|
31
|
+
end
|
32
|
+
|
33
|
+
# Initializes the object
|
34
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
35
|
+
def initialize(attributes = {})
|
36
|
+
if (!attributes.is_a?(Hash))
|
37
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `TransferZero::DebitListRequest` initialize method"
|
31
38
|
end
|
32
39
|
|
33
|
-
#
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `TransferZero::DebitListRequest` initialize method"
|
40
|
+
# check to see if the attribute exists and convert string to symbol for hash key
|
41
|
+
attributes = attributes.each_with_object({}) { |(k, v), h|
|
42
|
+
if (!self.class.attribute_map.key?(k.to_sym))
|
43
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `TransferZero::DebitListRequest`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
38
44
|
end
|
45
|
+
h[k.to_sym] = v
|
46
|
+
}
|
39
47
|
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `TransferZero::DebitListRequest`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
44
|
-
end
|
45
|
-
h[k.to_sym] = v
|
46
|
-
}
|
47
|
-
|
48
|
-
if attributes.key?(:'debit')
|
49
|
-
if (value = attributes[:'debit']).is_a?(Array)
|
50
|
-
self.debit = value
|
51
|
-
end
|
48
|
+
if attributes.key?(:'debit')
|
49
|
+
if (value = attributes[:'debit']).is_a?(Array)
|
50
|
+
self.debit = value
|
52
51
|
end
|
53
52
|
end
|
53
|
+
end
|
54
54
|
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
55
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
56
|
+
# @return Array for valid properties with the reasons
|
57
|
+
def list_invalid_properties
|
58
|
+
invalid_properties = Array.new
|
59
|
+
invalid_properties
|
60
|
+
end
|
61
61
|
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
62
|
+
# Check to see if the all the properties in the model are valid
|
63
|
+
# @return true if the model is valid
|
64
|
+
def valid?
|
65
|
+
true
|
66
|
+
end
|
67
67
|
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
68
|
+
# Checks equality by comparing each attribute.
|
69
|
+
# @param [Object] Object to be compared
|
70
|
+
def ==(o)
|
71
|
+
return true if self.equal?(o)
|
72
|
+
self.class == o.class &&
|
73
|
+
debit == o.debit
|
74
|
+
end
|
75
75
|
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
76
|
+
# @see the `==` method
|
77
|
+
# @param [Object] Object to be compared
|
78
|
+
def eql?(o)
|
79
|
+
self == o
|
80
|
+
end
|
81
81
|
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
82
|
+
# Calculates hash code according to all attributes.
|
83
|
+
# @return [Integer] Hash code
|
84
|
+
def hash
|
85
|
+
[debit].hash
|
86
|
+
end
|
87
87
|
|
88
88
|
require 'active_support/core_ext/hash'
|
89
89
|
require 'active_support/hash_with_indifferent_access.rb'
|
@@ -199,5 +199,6 @@ def _to_hash(value)
|
|
199
199
|
end
|
200
200
|
end
|
201
201
|
|
202
|
-
|
202
|
+
end
|
203
|
+
|
203
204
|
end
|