transferzero-sdk 1.7.0 → 1.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (130) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -7
  3. data/docs/AccountMeta.md +1 -1
  4. data/docs/Currency.md +1 -1
  5. data/docs/CurrencyExchange.md +1 -1
  6. data/docs/CurrencyOpposite.md +1 -1
  7. data/docs/Document.md +3 -3
  8. data/docs/DocumentsApi.md +74 -2
  9. data/docs/FieldSelectValidation.md +1 -1
  10. data/docs/FieldValidation.md +1 -1
  11. data/docs/PayinMethodDetails.md +1 -3
  12. data/docs/PayinMethodDetailsMobile.md +1 -1
  13. data/docs/PaymentMethod.md +2 -2
  14. data/docs/PaymentMethodOpposite.md +2 -2
  15. data/docs/PayoutMethodDetails.md +1 -7
  16. data/docs/PayoutMethodDetailsIBAN.md +1 -1
  17. data/docs/Recipient.md +4 -4
  18. data/docs/RecipientsApi.md +1 -1
  19. data/docs/Sender.md +33 -63
  20. data/lib/transferzero-sdk.rb +0 -3
  21. data/lib/transferzero-sdk/api/documents_api.rb +63 -0
  22. data/lib/transferzero-sdk/api/recipients_api.rb +2 -2
  23. data/lib/transferzero-sdk/api_client.rb +3 -5
  24. data/lib/transferzero-sdk/models/account.rb +69 -70
  25. data/lib/transferzero-sdk/models/account_list_response.rb +66 -67
  26. data/lib/transferzero-sdk/models/account_meta.rb +60 -61
  27. data/lib/transferzero-sdk/models/account_response.rb +65 -66
  28. data/lib/transferzero-sdk/models/account_validation_error.rb +60 -61
  29. data/lib/transferzero-sdk/models/account_validation_request.rb +163 -164
  30. data/lib/transferzero-sdk/models/account_validation_response.rb +65 -66
  31. data/lib/transferzero-sdk/models/account_validation_result.rb +60 -61
  32. data/lib/transferzero-sdk/models/api_log.rb +135 -136
  33. data/lib/transferzero-sdk/models/api_log_list_response.rb +69 -70
  34. data/lib/transferzero-sdk/models/api_log_response.rb +59 -60
  35. data/lib/transferzero-sdk/models/currency.rb +141 -142
  36. data/lib/transferzero-sdk/models/currency_exchange.rb +157 -158
  37. data/lib/transferzero-sdk/models/currency_exchange_list_response.rb +61 -62
  38. data/lib/transferzero-sdk/models/currency_list_response.rb +61 -62
  39. data/lib/transferzero-sdk/models/currency_opposite.rb +165 -166
  40. data/lib/transferzero-sdk/models/debit.rb +150 -151
  41. data/lib/transferzero-sdk/models/debit_list_request.rb +60 -61
  42. data/lib/transferzero-sdk/models/debit_list_response.rb +66 -67
  43. data/lib/transferzero-sdk/models/debit_request.rb +59 -60
  44. data/lib/transferzero-sdk/models/debit_request_wrapper.rb +79 -80
  45. data/lib/transferzero-sdk/models/debit_response.rb +59 -60
  46. data/lib/transferzero-sdk/models/document.rb +177 -179
  47. data/lib/transferzero-sdk/models/document_list_response.rb +66 -67
  48. data/lib/transferzero-sdk/models/document_request.rb +59 -60
  49. data/lib/transferzero-sdk/models/document_response.rb +59 -60
  50. data/lib/transferzero-sdk/models/document_webhook.rb +95 -96
  51. data/lib/transferzero-sdk/models/error_status.rb +65 -66
  52. data/lib/transferzero-sdk/models/field_description.rb +94 -95
  53. data/lib/transferzero-sdk/models/field_select_validation.rb +69 -70
  54. data/lib/transferzero-sdk/models/field_validation.rb +77 -78
  55. data/lib/transferzero-sdk/models/pagination.rb +96 -97
  56. data/lib/transferzero-sdk/models/pagination_meta.rb +59 -60
  57. data/lib/transferzero-sdk/models/payin_method.rb +96 -97
  58. data/lib/transferzero-sdk/models/payin_method_details.rb +110 -122
  59. data/lib/transferzero-sdk/models/payin_method_details_mobile.rb +74 -75
  60. data/lib/transferzero-sdk/models/payin_method_details_ngn_bank.rb +70 -71
  61. data/lib/transferzero-sdk/models/payin_method_request.rb +59 -60
  62. data/lib/transferzero-sdk/models/payment_method.rb +108 -109
  63. data/lib/transferzero-sdk/models/payment_method_list_response.rb +60 -61
  64. data/lib/transferzero-sdk/models/payment_method_opposite.rb +123 -124
  65. data/lib/transferzero-sdk/models/payout_method.rb +106 -107
  66. data/lib/transferzero-sdk/models/payout_method_bank_account_type_enum.rb +19 -14
  67. data/lib/transferzero-sdk/models/payout_method_details.rb +297 -337
  68. data/lib/transferzero-sdk/models/payout_method_details_balance.rb +60 -61
  69. data/lib/transferzero-sdk/models/payout_method_details_ghs_bank.rb +96 -97
  70. data/lib/transferzero-sdk/models/payout_method_details_iban.rb +104 -100
  71. data/lib/transferzero-sdk/models/payout_method_details_mad_cash.rb +161 -162
  72. data/lib/transferzero-sdk/models/payout_method_details_mobile.rb +85 -86
  73. data/lib/transferzero-sdk/models/payout_method_details_ngn_bank.rb +103 -104
  74. data/lib/transferzero-sdk/models/payout_method_details_xof_bank.rb +107 -108
  75. data/lib/transferzero-sdk/models/payout_method_details_xof_mobile.rb +96 -97
  76. data/lib/transferzero-sdk/models/payout_method_gender_enum.rb +19 -14
  77. data/lib/transferzero-sdk/models/payout_method_identity_card_type_enum.rb +20 -15
  78. data/lib/transferzero-sdk/models/payout_method_list_response.rb +66 -67
  79. data/lib/transferzero-sdk/models/payout_method_mobile_provider_enum.rb +19 -14
  80. data/lib/transferzero-sdk/models/payout_method_request.rb +59 -60
  81. data/lib/transferzero-sdk/models/payout_method_response.rb +59 -60
  82. data/lib/transferzero-sdk/models/payout_method_webhook.rb +95 -96
  83. data/lib/transferzero-sdk/models/politically_exposed_person.rb +123 -123
  84. data/lib/transferzero-sdk/models/recipient.rb +229 -230
  85. data/lib/transferzero-sdk/models/recipient_list_response.rb +66 -67
  86. data/lib/transferzero-sdk/models/recipient_request.rb +59 -60
  87. data/lib/transferzero-sdk/models/recipient_response.rb +59 -60
  88. data/lib/transferzero-sdk/models/recipient_state.rb +27 -22
  89. data/lib/transferzero-sdk/models/recipient_webhook.rb +95 -96
  90. data/lib/transferzero-sdk/models/sender.rb +358 -521
  91. data/lib/transferzero-sdk/models/sender_list_response.rb +66 -67
  92. data/lib/transferzero-sdk/models/sender_request.rb +59 -60
  93. data/lib/transferzero-sdk/models/sender_response.rb +65 -66
  94. data/lib/transferzero-sdk/models/sender_response_existing.rb +59 -60
  95. data/lib/transferzero-sdk/models/sender_response_meta.rb +59 -60
  96. data/lib/transferzero-sdk/models/sender_state.rb +24 -19
  97. data/lib/transferzero-sdk/models/sender_webhook.rb +95 -96
  98. data/lib/transferzero-sdk/models/transaction.rb +191 -192
  99. data/lib/transferzero-sdk/models/transaction_list_response.rb +66 -67
  100. data/lib/transferzero-sdk/models/transaction_request.rb +59 -60
  101. data/lib/transferzero-sdk/models/transaction_response.rb +65 -66
  102. data/lib/transferzero-sdk/models/transaction_response_existing.rb +65 -66
  103. data/lib/transferzero-sdk/models/transaction_response_meta.rb +59 -60
  104. data/lib/transferzero-sdk/models/transaction_state.rb +28 -23
  105. data/lib/transferzero-sdk/models/transaction_traits.rb +70 -71
  106. data/lib/transferzero-sdk/models/transaction_webhook.rb +95 -96
  107. data/lib/transferzero-sdk/models/validation_error_description.rb +61 -62
  108. data/lib/transferzero-sdk/models/webhook.rb +91 -92
  109. data/lib/transferzero-sdk/models/webhook_definition.rb +106 -107
  110. data/lib/transferzero-sdk/models/webhook_definition_event_list_response.rb +60 -61
  111. data/lib/transferzero-sdk/models/webhook_definition_list_response.rb +66 -67
  112. data/lib/transferzero-sdk/models/webhook_definition_request.rb +59 -60
  113. data/lib/transferzero-sdk/models/webhook_definition_response.rb +59 -60
  114. data/lib/transferzero-sdk/models/webhook_log.rb +96 -97
  115. data/lib/transferzero-sdk/models/webhook_log_list_response.rb +69 -70
  116. data/lib/transferzero-sdk/models/webhook_log_metadata.rb +128 -129
  117. data/lib/transferzero-sdk/models/webhook_log_metadata_request.rb +79 -80
  118. data/lib/transferzero-sdk/models/webhook_log_metadata_response.rb +80 -81
  119. data/lib/transferzero-sdk/models/webhook_log_response.rb +59 -60
  120. data/lib/transferzero-sdk/version.rb +1 -1
  121. metadata +3 -15
  122. data/docs/PayinMethodDetailsBTC.md +0 -17
  123. data/docs/PayoutMethodDetailsBTC.md +0 -23
  124. data/docs/PayoutMethodDetailsGBPBank.md +0 -29
  125. data/lib/transferzero-sdk/models/payin_method_details_btc.rb +0 -204
  126. data/lib/transferzero-sdk/models/payout_method_details_btc.rb +0 -250
  127. data/lib/transferzero-sdk/models/payout_method_details_gbp_bank.rb +0 -267
  128. data/spec/models/payin_method_details_btc_spec.rb +0 -41
  129. data/spec/models/payout_method_details_btc_spec.rb +0 -59
  130. data/spec/models/payout_method_details_gbp_bank_spec.rb +0 -77
@@ -13,145 +13,146 @@ OpenAPI Generator version: 4.0.0-beta3
13
13
  require 'date'
14
14
 
15
15
  module TransferZero
16
- class PoliticallyExposedPerson
17
- attr_accessor :id
18
-
19
- # Full name of the politically exposed person
20
- attr_accessor :name
21
-
22
- # The office held by the politically exposed person
23
- attr_accessor :position
24
-
25
- # The date on which the person started holding the office
26
- attr_accessor :started_date
27
-
28
- # The date on which the person ended holding the office
29
- attr_accessor :ended_date
30
-
31
- # The ID of the Sender to whom the person is attached to
32
- attr_accessor :sender_id
33
-
34
- # Date and time the person was created
35
- attr_accessor :created_at
36
-
37
- # Date and time the person was updated
38
- attr_accessor :updated_at
39
-
40
- # Attribute mapping from ruby-style variable name to JSON key.
41
- def self.attribute_map
42
- {
43
- :'id' => :'id',
44
- :'name' => :'name',
45
- :'position' => :'position',
46
- :'started_date' => :'started_date',
47
- :'ended_date' => :'ended_date',
48
- :'sender_id' => :'sender_id',
49
- :'created_at' => :'created_at',
50
- :'updated_at' => :'updated_at'
51
- }
52
- end
53
-
54
- # Attribute type mapping.
55
- def self.openapi_types
56
- {
57
- :'id' => :'Integer',
58
- :'name' => :'String',
59
- :'position' => :'String',
60
- :'started_date' => :'DateTime',
61
- :'ended_date' => :'DateTime',
62
- :'sender_id' => :'String',
63
- :'created_at' => :'DateTime',
64
- :'updated_at' => :'DateTime'
65
- }
66
- end
16
+ # An optional list of politically exposed people, individuals who are or have been entrusted with prominent public functions by a country, for example heads of state or heads of government, senior politicians, senior government, judicial or military officials, senior executives of state owned corporations, important political party officials. There is a limit of three (3) politically exposed people per Sender. Politically exposed person example: ```json { \"name\": \"Ronald Reagan\", \"position\": \"President of the United States\", \"started_date\": \"1981-01-20T00:00:00.000Z\", \"ended_date\": \"1989-01-20T00:00:00.000Z\" } ```
17
+ class PoliticallyExposedPerson
18
+ attr_accessor :id
19
+
20
+ # Full name of the politically exposed person
21
+ attr_accessor :name
22
+
23
+ # The office held by the politically exposed person
24
+ attr_accessor :position
25
+
26
+ # The date on which the person started holding the office
27
+ attr_accessor :started_date
28
+
29
+ # The date on which the person ended holding the office
30
+ attr_accessor :ended_date
31
+
32
+ # The ID of the Sender to whom the person is attached to
33
+ attr_accessor :sender_id
34
+
35
+ # Date and time the person was created
36
+ attr_accessor :created_at
37
+
38
+ # Date and time the person was updated
39
+ attr_accessor :updated_at
40
+
41
+ # Attribute mapping from ruby-style variable name to JSON key.
42
+ def self.attribute_map
43
+ {
44
+ :'id' => :'id',
45
+ :'name' => :'name',
46
+ :'position' => :'position',
47
+ :'started_date' => :'started_date',
48
+ :'ended_date' => :'ended_date',
49
+ :'sender_id' => :'sender_id',
50
+ :'created_at' => :'created_at',
51
+ :'updated_at' => :'updated_at'
52
+ }
53
+ end
67
54
 
68
- # Initializes the object
69
- # @param [Hash] attributes Model attributes in the form of hash
70
- def initialize(attributes = {})
71
- if (!attributes.is_a?(Hash))
72
- fail ArgumentError, "The input argument (attributes) must be a hash in `TransferZero::PoliticallyExposedPerson` initialize method"
55
+ # Attribute type mapping.
56
+ def self.openapi_types
57
+ {
58
+ :'id' => :'Integer',
59
+ :'name' => :'String',
60
+ :'position' => :'String',
61
+ :'started_date' => :'DateTime',
62
+ :'ended_date' => :'DateTime',
63
+ :'sender_id' => :'String',
64
+ :'created_at' => :'DateTime',
65
+ :'updated_at' => :'DateTime'
66
+ }
73
67
  end
74
68
 
75
- # check to see if the attribute exists and convert string to symbol for hash key
76
- attributes = attributes.each_with_object({}) { |(k, v), h|
77
- if (!self.class.attribute_map.key?(k.to_sym))
78
- fail ArgumentError, "`#{k}` is not a valid attribute in `TransferZero::PoliticallyExposedPerson`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
69
+ # Initializes the object
70
+ # @param [Hash] attributes Model attributes in the form of hash
71
+ def initialize(attributes = {})
72
+ if (!attributes.is_a?(Hash))
73
+ fail ArgumentError, "The input argument (attributes) must be a hash in `TransferZero::PoliticallyExposedPerson` initialize method"
79
74
  end
80
- h[k.to_sym] = v
81
- }
82
75
 
83
- if attributes.key?(:'id')
84
- self.id = attributes[:'id']
85
- end
76
+ # check to see if the attribute exists and convert string to symbol for hash key
77
+ attributes = attributes.each_with_object({}) { |(k, v), h|
78
+ if (!self.class.attribute_map.key?(k.to_sym))
79
+ fail ArgumentError, "`#{k}` is not a valid attribute in `TransferZero::PoliticallyExposedPerson`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
80
+ end
81
+ h[k.to_sym] = v
82
+ }
86
83
 
87
- if attributes.key?(:'name')
88
- self.name = attributes[:'name']
89
- end
84
+ if attributes.key?(:'id')
85
+ self.id = attributes[:'id']
86
+ end
90
87
 
91
- if attributes.key?(:'position')
92
- self.position = attributes[:'position']
93
- end
88
+ if attributes.key?(:'name')
89
+ self.name = attributes[:'name']
90
+ end
94
91
 
95
- if attributes.key?(:'started_date')
96
- self.started_date = attributes[:'started_date']
97
- end
92
+ if attributes.key?(:'position')
93
+ self.position = attributes[:'position']
94
+ end
98
95
 
99
- if attributes.key?(:'ended_date')
100
- self.ended_date = attributes[:'ended_date']
101
- end
96
+ if attributes.key?(:'started_date')
97
+ self.started_date = attributes[:'started_date']
98
+ end
102
99
 
103
- if attributes.key?(:'sender_id')
104
- self.sender_id = attributes[:'sender_id']
105
- end
100
+ if attributes.key?(:'ended_date')
101
+ self.ended_date = attributes[:'ended_date']
102
+ end
106
103
 
107
- if attributes.key?(:'created_at')
108
- self.created_at = attributes[:'created_at']
109
- end
104
+ if attributes.key?(:'sender_id')
105
+ self.sender_id = attributes[:'sender_id']
106
+ end
110
107
 
111
- if attributes.key?(:'updated_at')
112
- self.updated_at = attributes[:'updated_at']
108
+ if attributes.key?(:'created_at')
109
+ self.created_at = attributes[:'created_at']
110
+ end
111
+
112
+ if attributes.key?(:'updated_at')
113
+ self.updated_at = attributes[:'updated_at']
114
+ end
113
115
  end
114
- end
115
116
 
116
- # Show invalid properties with the reasons. Usually used together with valid?
117
- # @return Array for valid properties with the reasons
118
- def list_invalid_properties
119
- invalid_properties = Array.new
120
- invalid_properties
121
- end
117
+ # Show invalid properties with the reasons. Usually used together with valid?
118
+ # @return Array for valid properties with the reasons
119
+ def list_invalid_properties
120
+ invalid_properties = Array.new
121
+ invalid_properties
122
+ end
122
123
 
123
- # Check to see if the all the properties in the model are valid
124
- # @return true if the model is valid
125
- def valid?
126
- true
127
- end
124
+ # Check to see if the all the properties in the model are valid
125
+ # @return true if the model is valid
126
+ def valid?
127
+ true
128
+ end
128
129
 
129
- # Checks equality by comparing each attribute.
130
- # @param [Object] Object to be compared
131
- def ==(o)
132
- return true if self.equal?(o)
133
- self.class == o.class &&
134
- id == o.id &&
135
- name == o.name &&
136
- position == o.position &&
137
- started_date == o.started_date &&
138
- ended_date == o.ended_date &&
139
- sender_id == o.sender_id &&
140
- created_at == o.created_at &&
141
- updated_at == o.updated_at
142
- end
130
+ # Checks equality by comparing each attribute.
131
+ # @param [Object] Object to be compared
132
+ def ==(o)
133
+ return true if self.equal?(o)
134
+ self.class == o.class &&
135
+ id == o.id &&
136
+ name == o.name &&
137
+ position == o.position &&
138
+ started_date == o.started_date &&
139
+ ended_date == o.ended_date &&
140
+ sender_id == o.sender_id &&
141
+ created_at == o.created_at &&
142
+ updated_at == o.updated_at
143
+ end
143
144
 
144
- # @see the `==` method
145
- # @param [Object] Object to be compared
146
- def eql?(o)
147
- self == o
148
- end
145
+ # @see the `==` method
146
+ # @param [Object] Object to be compared
147
+ def eql?(o)
148
+ self == o
149
+ end
149
150
 
150
- # Calculates hash code according to all attributes.
151
- # @return [Integer] Hash code
152
- def hash
153
- [id, name, position, started_date, ended_date, sender_id, created_at, updated_at].hash
154
- end
151
+ # Calculates hash code according to all attributes.
152
+ # @return [Integer] Hash code
153
+ def hash
154
+ [id, name, position, started_date, ended_date, sender_id, created_at, updated_at].hash
155
+ end
155
156
 
156
157
  require 'active_support/core_ext/hash'
157
158
  require 'active_support/hash_with_indifferent_access.rb'
@@ -267,6 +268,5 @@ def _to_hash(value)
267
268
  end
268
269
  end
269
270
 
270
- end
271
-
271
+ end
272
272
  end
@@ -13,290 +13,290 @@ OpenAPI Generator version: 4.0.0-beta3
13
13
  require 'date'
14
14
 
15
15
  module TransferZero
16
- # The recipient describes the amount, the currency and the destination where the money should be sent.
17
- class Recipient
18
- # the amount that should be paid to the recipient. This can be in any currency, usually either the input or the output currency. If the value here is not the output currency we will calculate how much the recipient is going to get using the exchange rates active when the transaction was created.
19
- attr_accessor :requested_amount
16
+ # The recipient describes the amount, the currency and the destination where the money should be sent.
17
+ class Recipient
18
+ # the amount that should be paid to the recipient. This can be in any currency, usually either the input or the output currency. If the value here is not the output currency we will calculate how much the recipient is going to get using the exchange rates active when the transaction was created.
19
+ attr_accessor :requested_amount
20
20
 
21
- # the currency of the amount in 3-character alpha ISO 4217 currency format
22
- attr_accessor :requested_currency
21
+ # the currency of the amount in 3-character alpha ISO 4217 currency format
22
+ attr_accessor :requested_currency
23
23
 
24
- attr_accessor :payout_method
24
+ attr_accessor :payout_method
25
25
 
26
- # Additional metadata that can be added to a recipient. These values will be returned on request
27
- attr_accessor :metadata
26
+ # Additional metadata that can be added to a recipient. These values will be returned on request
27
+ attr_accessor :metadata
28
28
 
29
- # Date and time that the recipient was created.
30
- attr_accessor :created_at
29
+ # Date and time that the recipient was created.
30
+ attr_accessor :created_at
31
31
 
32
- # Shows whether the recipient can be edited using the PATCH /v1/recipients/{id} endpoint or not
33
- attr_accessor :editable
32
+ # Shows whether the recipient can be edited using the PATCH /v1/recipients/{id} endpoint or not
33
+ attr_accessor :editable
34
34
 
35
- # Shows whether the transaction made to the recipient can be retried or not
36
- attr_accessor :retriable
35
+ # Shows whether the transaction made to the recipient can be retried or not
36
+ attr_accessor :retriable
37
37
 
38
- # Shows how much this payment is worth in USD
39
- attr_accessor :input_usd_amount
38
+ # Shows how much this payment is worth in USD
39
+ attr_accessor :input_usd_amount
40
40
 
41
- # If true it shows that the payment can be cancelled immediately using the DELETE /v1/recipients/{id} endpoint. If false you can still try to cancel it, however it will only gets cancelled once we have confirmation from our partner that the payment has failed.
42
- attr_accessor :may_cancel
41
+ # Shows whether the payment can be cancelled using the DELETE /v1/recipients/{id} endpoint or not. The payment can not be cancelled if the payout is pending.
42
+ attr_accessor :may_cancel
43
43
 
44
- # In case the payment is unsuccessful it holds the error message associated with the last unsuccessful payout.
45
- attr_accessor :state_reason
44
+ # In case the payment is unsuccessful it holds the error message associated with the last unsuccessful payout.
45
+ attr_accessor :state_reason
46
46
 
47
- attr_accessor :state
47
+ attr_accessor :state
48
48
 
49
- # The ID of the transaction that is related to this recipient
50
- attr_accessor :transaction_id
49
+ # The ID of the transaction that is related to this recipient
50
+ attr_accessor :transaction_id
51
51
 
52
- attr_accessor :transaction_state
52
+ attr_accessor :transaction_state
53
53
 
54
- # The exchange rate used in this payment
55
- attr_accessor :exchange_rate
54
+ # The exchange rate used in this payment
55
+ attr_accessor :exchange_rate
56
56
 
57
- # The fee for this payment in fractional units (for example cents for USD transactions)
58
- attr_accessor :fee_fractional
57
+ # The fee for this payment in fractional units (for example cents for USD transactions)
58
+ attr_accessor :fee_fractional
59
59
 
60
- # The amount that had to be paid in for this payment to proceed
61
- attr_accessor :input_amount
60
+ # The amount that had to be paid in for this payment to proceed
61
+ attr_accessor :input_amount
62
62
 
63
- # The currency this payment was paid in
64
- attr_accessor :input_currency
63
+ # The currency this payment was paid in
64
+ attr_accessor :input_currency
65
65
 
66
- # The amount that will be paid to the recipient
67
- attr_accessor :output_amount
66
+ # The amount that will be paid to the recipient
67
+ attr_accessor :output_amount
68
68
 
69
- # The currency the payment will be delivered in
70
- attr_accessor :output_currency
69
+ # The currency the payment will be delivered in
70
+ attr_accessor :output_currency
71
71
 
72
- attr_accessor :id
72
+ attr_accessor :id
73
73
 
74
- # The fields that have some problems and don't pass validation
75
- attr_accessor :errors
74
+ # The fields that have some problems and don't pass validation
75
+ attr_accessor :errors
76
76
 
77
- # Attribute mapping from ruby-style variable name to JSON key.
78
- def self.attribute_map
79
- {
80
- :'requested_amount' => :'requested_amount',
81
- :'requested_currency' => :'requested_currency',
82
- :'payout_method' => :'payout_method',
83
- :'metadata' => :'metadata',
84
- :'created_at' => :'created_at',
85
- :'editable' => :'editable',
86
- :'retriable' => :'retriable',
87
- :'input_usd_amount' => :'input_usd_amount',
88
- :'may_cancel' => :'may_cancel',
89
- :'state_reason' => :'state_reason',
90
- :'state' => :'state',
91
- :'transaction_id' => :'transaction_id',
92
- :'transaction_state' => :'transaction_state',
93
- :'exchange_rate' => :'exchange_rate',
94
- :'fee_fractional' => :'fee_fractional',
95
- :'input_amount' => :'input_amount',
96
- :'input_currency' => :'input_currency',
97
- :'output_amount' => :'output_amount',
98
- :'output_currency' => :'output_currency',
99
- :'id' => :'id',
100
- :'errors' => :'errors'
101
- }
102
- end
103
-
104
- # Attribute type mapping.
105
- def self.openapi_types
106
- {
107
- :'requested_amount' => :'Float',
108
- :'requested_currency' => :'String',
109
- :'payout_method' => :'PayoutMethod',
110
- :'metadata' => :'Object',
111
- :'created_at' => :'DateTime',
112
- :'editable' => :'Boolean',
113
- :'retriable' => :'Boolean',
114
- :'input_usd_amount' => :'Float',
115
- :'may_cancel' => :'Boolean',
116
- :'state_reason' => :'String',
117
- :'state' => :'RecipientState',
118
- :'transaction_id' => :'String',
119
- :'transaction_state' => :'TransactionState',
120
- :'exchange_rate' => :'Float',
121
- :'fee_fractional' => :'Float',
122
- :'input_amount' => :'Float',
123
- :'input_currency' => :'String',
124
- :'output_amount' => :'Float',
125
- :'output_currency' => :'String',
126
- :'id' => :'String',
127
- :'errors' => :'Hash<String, Array<ValidationErrorDescription>>'
128
- }
129
- end
77
+ # Attribute mapping from ruby-style variable name to JSON key.
78
+ def self.attribute_map
79
+ {
80
+ :'requested_amount' => :'requested_amount',
81
+ :'requested_currency' => :'requested_currency',
82
+ :'payout_method' => :'payout_method',
83
+ :'metadata' => :'metadata',
84
+ :'created_at' => :'created_at',
85
+ :'editable' => :'editable',
86
+ :'retriable' => :'retriable',
87
+ :'input_usd_amount' => :'input_usd_amount',
88
+ :'may_cancel' => :'may_cancel',
89
+ :'state_reason' => :'state_reason',
90
+ :'state' => :'state',
91
+ :'transaction_id' => :'transaction_id',
92
+ :'transaction_state' => :'transaction_state',
93
+ :'exchange_rate' => :'exchange_rate',
94
+ :'fee_fractional' => :'fee_fractional',
95
+ :'input_amount' => :'input_amount',
96
+ :'input_currency' => :'input_currency',
97
+ :'output_amount' => :'output_amount',
98
+ :'output_currency' => :'output_currency',
99
+ :'id' => :'id',
100
+ :'errors' => :'errors'
101
+ }
102
+ end
130
103
 
131
- # Initializes the object
132
- # @param [Hash] attributes Model attributes in the form of hash
133
- def initialize(attributes = {})
134
- if (!attributes.is_a?(Hash))
135
- fail ArgumentError, "The input argument (attributes) must be a hash in `TransferZero::Recipient` initialize method"
104
+ # Attribute type mapping.
105
+ def self.openapi_types
106
+ {
107
+ :'requested_amount' => :'Float',
108
+ :'requested_currency' => :'String',
109
+ :'payout_method' => :'PayoutMethod',
110
+ :'metadata' => :'Object',
111
+ :'created_at' => :'DateTime',
112
+ :'editable' => :'Boolean',
113
+ :'retriable' => :'Boolean',
114
+ :'input_usd_amount' => :'Float',
115
+ :'may_cancel' => :'Boolean',
116
+ :'state_reason' => :'String',
117
+ :'state' => :'RecipientState',
118
+ :'transaction_id' => :'String',
119
+ :'transaction_state' => :'TransactionState',
120
+ :'exchange_rate' => :'Float',
121
+ :'fee_fractional' => :'Float',
122
+ :'input_amount' => :'Float',
123
+ :'input_currency' => :'String',
124
+ :'output_amount' => :'Float',
125
+ :'output_currency' => :'String',
126
+ :'id' => :'String',
127
+ :'errors' => :'Hash<String, Array<ValidationErrorDescription>>'
128
+ }
136
129
  end
137
130
 
138
- # check to see if the attribute exists and convert string to symbol for hash key
139
- attributes = attributes.each_with_object({}) { |(k, v), h|
140
- if (!self.class.attribute_map.key?(k.to_sym))
141
- fail ArgumentError, "`#{k}` is not a valid attribute in `TransferZero::Recipient`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
131
+ # Initializes the object
132
+ # @param [Hash] attributes Model attributes in the form of hash
133
+ def initialize(attributes = {})
134
+ if (!attributes.is_a?(Hash))
135
+ fail ArgumentError, "The input argument (attributes) must be a hash in `TransferZero::Recipient` initialize method"
142
136
  end
143
- h[k.to_sym] = v
144
- }
145
137
 
146
- if attributes.key?(:'requested_amount')
147
- self.requested_amount = attributes[:'requested_amount']
148
- end
138
+ # check to see if the attribute exists and convert string to symbol for hash key
139
+ attributes = attributes.each_with_object({}) { |(k, v), h|
140
+ if (!self.class.attribute_map.key?(k.to_sym))
141
+ fail ArgumentError, "`#{k}` is not a valid attribute in `TransferZero::Recipient`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
142
+ end
143
+ h[k.to_sym] = v
144
+ }
149
145
 
150
- if attributes.key?(:'requested_currency')
151
- self.requested_currency = attributes[:'requested_currency']
152
- end
146
+ if attributes.key?(:'requested_amount')
147
+ self.requested_amount = attributes[:'requested_amount']
148
+ end
153
149
 
154
- if attributes.key?(:'payout_method')
155
- self.payout_method = attributes[:'payout_method']
156
- end
150
+ if attributes.key?(:'requested_currency')
151
+ self.requested_currency = attributes[:'requested_currency']
152
+ end
157
153
 
158
- if attributes.key?(:'metadata')
159
- self.metadata = attributes[:'metadata']
160
- end
154
+ if attributes.key?(:'payout_method')
155
+ self.payout_method = attributes[:'payout_method']
156
+ end
161
157
 
162
- if attributes.key?(:'created_at')
163
- self.created_at = attributes[:'created_at']
164
- end
158
+ if attributes.key?(:'metadata')
159
+ self.metadata = attributes[:'metadata']
160
+ end
165
161
 
166
- if attributes.key?(:'editable')
167
- self.editable = attributes[:'editable']
168
- end
162
+ if attributes.key?(:'created_at')
163
+ self.created_at = attributes[:'created_at']
164
+ end
169
165
 
170
- if attributes.key?(:'retriable')
171
- self.retriable = attributes[:'retriable']
172
- end
166
+ if attributes.key?(:'editable')
167
+ self.editable = attributes[:'editable']
168
+ end
173
169
 
174
- if attributes.key?(:'input_usd_amount')
175
- self.input_usd_amount = attributes[:'input_usd_amount']
176
- end
170
+ if attributes.key?(:'retriable')
171
+ self.retriable = attributes[:'retriable']
172
+ end
177
173
 
178
- if attributes.key?(:'may_cancel')
179
- self.may_cancel = attributes[:'may_cancel']
180
- end
174
+ if attributes.key?(:'input_usd_amount')
175
+ self.input_usd_amount = attributes[:'input_usd_amount']
176
+ end
181
177
 
182
- if attributes.key?(:'state_reason')
183
- self.state_reason = attributes[:'state_reason']
184
- end
178
+ if attributes.key?(:'may_cancel')
179
+ self.may_cancel = attributes[:'may_cancel']
180
+ end
185
181
 
186
- if attributes.key?(:'state')
187
- self.state = attributes[:'state']
188
- end
182
+ if attributes.key?(:'state_reason')
183
+ self.state_reason = attributes[:'state_reason']
184
+ end
189
185
 
190
- if attributes.key?(:'transaction_id')
191
- self.transaction_id = attributes[:'transaction_id']
192
- end
186
+ if attributes.key?(:'state')
187
+ self.state = attributes[:'state']
188
+ end
193
189
 
194
- if attributes.key?(:'transaction_state')
195
- self.transaction_state = attributes[:'transaction_state']
196
- end
190
+ if attributes.key?(:'transaction_id')
191
+ self.transaction_id = attributes[:'transaction_id']
192
+ end
197
193
 
198
- if attributes.key?(:'exchange_rate')
199
- self.exchange_rate = attributes[:'exchange_rate']
200
- end
194
+ if attributes.key?(:'transaction_state')
195
+ self.transaction_state = attributes[:'transaction_state']
196
+ end
201
197
 
202
- if attributes.key?(:'fee_fractional')
203
- self.fee_fractional = attributes[:'fee_fractional']
204
- end
198
+ if attributes.key?(:'exchange_rate')
199
+ self.exchange_rate = attributes[:'exchange_rate']
200
+ end
205
201
 
206
- if attributes.key?(:'input_amount')
207
- self.input_amount = attributes[:'input_amount']
208
- end
202
+ if attributes.key?(:'fee_fractional')
203
+ self.fee_fractional = attributes[:'fee_fractional']
204
+ end
209
205
 
210
- if attributes.key?(:'input_currency')
211
- self.input_currency = attributes[:'input_currency']
212
- end
206
+ if attributes.key?(:'input_amount')
207
+ self.input_amount = attributes[:'input_amount']
208
+ end
213
209
 
214
- if attributes.key?(:'output_amount')
215
- self.output_amount = attributes[:'output_amount']
216
- end
210
+ if attributes.key?(:'input_currency')
211
+ self.input_currency = attributes[:'input_currency']
212
+ end
217
213
 
218
- if attributes.key?(:'output_currency')
219
- self.output_currency = attributes[:'output_currency']
220
- end
214
+ if attributes.key?(:'output_amount')
215
+ self.output_amount = attributes[:'output_amount']
216
+ end
221
217
 
222
- if attributes.key?(:'id')
223
- self.id = attributes[:'id']
224
- end
218
+ if attributes.key?(:'output_currency')
219
+ self.output_currency = attributes[:'output_currency']
220
+ end
225
221
 
226
- if attributes.key?(:'errors')
227
- if (value = attributes[:'errors']).is_a?(Hash)
228
- self.errors = value
222
+ if attributes.key?(:'id')
223
+ self.id = attributes[:'id']
229
224
  end
230
- end
231
- end
232
225
 
233
- # Show invalid properties with the reasons. Usually used together with valid?
234
- # @return Array for valid properties with the reasons
235
- def list_invalid_properties
236
- invalid_properties = Array.new
237
- if @requested_amount.nil?
238
- invalid_properties.push('invalid value for "requested_amount", requested_amount cannot be nil.')
226
+ if attributes.key?(:'errors')
227
+ if (value = attributes[:'errors']).is_a?(Hash)
228
+ self.errors = value
229
+ end
230
+ end
239
231
  end
240
232
 
241
- if @requested_currency.nil?
242
- invalid_properties.push('invalid value for "requested_currency", requested_currency cannot be nil.')
243
- end
233
+ # Show invalid properties with the reasons. Usually used together with valid?
234
+ # @return Array for valid properties with the reasons
235
+ def list_invalid_properties
236
+ invalid_properties = Array.new
237
+ if @requested_amount.nil?
238
+ invalid_properties.push('invalid value for "requested_amount", requested_amount cannot be nil.')
239
+ end
244
240
 
245
- if @payout_method.nil?
246
- invalid_properties.push('invalid value for "payout_method", payout_method cannot be nil.')
247
- end
241
+ if @requested_currency.nil?
242
+ invalid_properties.push('invalid value for "requested_currency", requested_currency cannot be nil.')
243
+ end
248
244
 
249
- invalid_properties
250
- end
245
+ if @payout_method.nil?
246
+ invalid_properties.push('invalid value for "payout_method", payout_method cannot be nil.')
247
+ end
251
248
 
252
- # Check to see if the all the properties in the model are valid
253
- # @return true if the model is valid
254
- def valid?
255
- return false if @requested_amount.nil?
256
- return false if @requested_currency.nil?
257
- return false if @payout_method.nil?
258
- true
259
- end
249
+ invalid_properties
250
+ end
260
251
 
261
- # Checks equality by comparing each attribute.
262
- # @param [Object] Object to be compared
263
- def ==(o)
264
- return true if self.equal?(o)
265
- self.class == o.class &&
266
- requested_amount == o.requested_amount &&
267
- requested_currency == o.requested_currency &&
268
- payout_method == o.payout_method &&
269
- metadata == o.metadata &&
270
- created_at == o.created_at &&
271
- editable == o.editable &&
272
- retriable == o.retriable &&
273
- input_usd_amount == o.input_usd_amount &&
274
- may_cancel == o.may_cancel &&
275
- state_reason == o.state_reason &&
276
- state == o.state &&
277
- transaction_id == o.transaction_id &&
278
- transaction_state == o.transaction_state &&
279
- exchange_rate == o.exchange_rate &&
280
- fee_fractional == o.fee_fractional &&
281
- input_amount == o.input_amount &&
282
- input_currency == o.input_currency &&
283
- output_amount == o.output_amount &&
284
- output_currency == o.output_currency &&
285
- id == o.id &&
286
- errors == o.errors
287
- end
252
+ # Check to see if the all the properties in the model are valid
253
+ # @return true if the model is valid
254
+ def valid?
255
+ return false if @requested_amount.nil?
256
+ return false if @requested_currency.nil?
257
+ return false if @payout_method.nil?
258
+ true
259
+ end
288
260
 
289
- # @see the `==` method
290
- # @param [Object] Object to be compared
291
- def eql?(o)
292
- self == o
293
- end
261
+ # Checks equality by comparing each attribute.
262
+ # @param [Object] Object to be compared
263
+ def ==(o)
264
+ return true if self.equal?(o)
265
+ self.class == o.class &&
266
+ requested_amount == o.requested_amount &&
267
+ requested_currency == o.requested_currency &&
268
+ payout_method == o.payout_method &&
269
+ metadata == o.metadata &&
270
+ created_at == o.created_at &&
271
+ editable == o.editable &&
272
+ retriable == o.retriable &&
273
+ input_usd_amount == o.input_usd_amount &&
274
+ may_cancel == o.may_cancel &&
275
+ state_reason == o.state_reason &&
276
+ state == o.state &&
277
+ transaction_id == o.transaction_id &&
278
+ transaction_state == o.transaction_state &&
279
+ exchange_rate == o.exchange_rate &&
280
+ fee_fractional == o.fee_fractional &&
281
+ input_amount == o.input_amount &&
282
+ input_currency == o.input_currency &&
283
+ output_amount == o.output_amount &&
284
+ output_currency == o.output_currency &&
285
+ id == o.id &&
286
+ errors == o.errors
287
+ end
294
288
 
295
- # Calculates hash code according to all attributes.
296
- # @return [Integer] Hash code
297
- def hash
298
- [requested_amount, requested_currency, payout_method, metadata, created_at, editable, retriable, input_usd_amount, may_cancel, state_reason, state, transaction_id, transaction_state, exchange_rate, fee_fractional, input_amount, input_currency, output_amount, output_currency, id, errors].hash
299
- end
289
+ # @see the `==` method
290
+ # @param [Object] Object to be compared
291
+ def eql?(o)
292
+ self == o
293
+ end
294
+
295
+ # Calculates hash code according to all attributes.
296
+ # @return [Integer] Hash code
297
+ def hash
298
+ [requested_amount, requested_currency, payout_method, metadata, created_at, editable, retriable, input_usd_amount, may_cancel, state_reason, state, transaction_id, transaction_state, exchange_rate, fee_fractional, input_amount, input_currency, output_amount, output_currency, id, errors].hash
299
+ end
300
300
 
301
301
  require 'active_support/core_ext/hash'
302
302
  require 'active_support/hash_with_indifferent_access.rb'
@@ -412,6 +412,5 @@ def _to_hash(value)
412
412
  end
413
413
  end
414
414
 
415
- end
416
-
415
+ end
417
416
  end