transferzero-sdk 1.8.0 → 1.12.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (157) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +93 -0
  3. data/README.md +15 -5
  4. data/docs/AccountMeta.md +1 -1
  5. data/docs/AccountValidationRequest.md +2 -0
  6. data/docs/Currency.md +1 -3
  7. data/docs/CurrencyExchange.md +1 -3
  8. data/docs/CurrencyOpposite.md +4 -4
  9. data/docs/Document.md +7 -3
  10. data/docs/DocumentsApi.md +2 -74
  11. data/docs/FieldSelectValidation.md +1 -1
  12. data/docs/FieldValidation.md +1 -1
  13. data/docs/PayinMethodDetails.md +3 -1
  14. data/docs/PayinMethodDetailsBTC.md +17 -0
  15. data/docs/PayinMethodDetailsMobile.md +1 -1
  16. data/docs/PaymentMethod.md +2 -2
  17. data/docs/PaymentMethodOpposite.md +2 -2
  18. data/docs/PayoutMethod.md +1 -1
  19. data/docs/PayoutMethodCashProviderEnum.md +16 -0
  20. data/docs/PayoutMethodCountryEnum.md +16 -0
  21. data/docs/PayoutMethodDetails.md +21 -1
  22. data/docs/PayoutMethodDetailsBTC.md +23 -0
  23. data/docs/PayoutMethodDetailsGBPBank.md +29 -0
  24. data/docs/PayoutMethodDetailsIBAN.md +1 -1
  25. data/docs/PayoutMethodDetailsMobile.md +3 -1
  26. data/docs/PayoutMethodDetailsXOFCash.md +25 -0
  27. data/docs/PayoutMethodDetailsZARBank.md +35 -0
  28. data/docs/ProofOfPayment.md +23 -0
  29. data/docs/ProofOfPaymentListResponse.md +17 -0
  30. data/docs/Recipient.md +8 -4
  31. data/docs/RecipientStateReasonDetails.md +23 -0
  32. data/docs/RecipientsApi.md +63 -1
  33. data/docs/Sender.md +74 -34
  34. data/lib/transferzero-sdk.rb +10 -0
  35. data/lib/transferzero-sdk/api/documents_api.rb +0 -63
  36. data/lib/transferzero-sdk/api/recipients_api.rb +56 -2
  37. data/lib/transferzero-sdk/api_client.rb +5 -3
  38. data/lib/transferzero-sdk/models/account.rb +70 -69
  39. data/lib/transferzero-sdk/models/account_list_response.rb +67 -66
  40. data/lib/transferzero-sdk/models/account_meta.rb +61 -60
  41. data/lib/transferzero-sdk/models/account_response.rb +66 -65
  42. data/lib/transferzero-sdk/models/account_validation_error.rb +61 -60
  43. data/lib/transferzero-sdk/models/account_validation_request.rb +171 -161
  44. data/lib/transferzero-sdk/models/account_validation_response.rb +66 -65
  45. data/lib/transferzero-sdk/models/account_validation_result.rb +61 -60
  46. data/lib/transferzero-sdk/models/api_log.rb +136 -135
  47. data/lib/transferzero-sdk/models/api_log_list_response.rb +70 -69
  48. data/lib/transferzero-sdk/models/api_log_response.rb +60 -59
  49. data/lib/transferzero-sdk/models/currency.rb +133 -142
  50. data/lib/transferzero-sdk/models/currency_exchange.rb +149 -158
  51. data/lib/transferzero-sdk/models/currency_exchange_list_response.rb +62 -61
  52. data/lib/transferzero-sdk/models/currency_list_response.rb +62 -61
  53. data/lib/transferzero-sdk/models/currency_opposite.rb +166 -165
  54. data/lib/transferzero-sdk/models/debit.rb +151 -150
  55. data/lib/transferzero-sdk/models/debit_list_request.rb +61 -60
  56. data/lib/transferzero-sdk/models/debit_list_response.rb +67 -66
  57. data/lib/transferzero-sdk/models/debit_request.rb +60 -59
  58. data/lib/transferzero-sdk/models/debit_request_wrapper.rb +80 -79
  59. data/lib/transferzero-sdk/models/debit_response.rb +60 -59
  60. data/lib/transferzero-sdk/models/document.rb +197 -175
  61. data/lib/transferzero-sdk/models/document_list_response.rb +67 -66
  62. data/lib/transferzero-sdk/models/document_request.rb +60 -59
  63. data/lib/transferzero-sdk/models/document_response.rb +60 -59
  64. data/lib/transferzero-sdk/models/document_webhook.rb +96 -95
  65. data/lib/transferzero-sdk/models/error_status.rb +66 -65
  66. data/lib/transferzero-sdk/models/field_description.rb +95 -94
  67. data/lib/transferzero-sdk/models/field_select_validation.rb +70 -69
  68. data/lib/transferzero-sdk/models/field_validation.rb +78 -77
  69. data/lib/transferzero-sdk/models/pagination.rb +97 -96
  70. data/lib/transferzero-sdk/models/pagination_meta.rb +60 -59
  71. data/lib/transferzero-sdk/models/payin_method.rb +97 -96
  72. data/lib/transferzero-sdk/models/payin_method_details.rb +122 -110
  73. data/lib/transferzero-sdk/models/payin_method_details_btc.rb +204 -0
  74. data/lib/transferzero-sdk/models/payin_method_details_mobile.rb +75 -74
  75. data/lib/transferzero-sdk/models/payin_method_details_ngn_bank.rb +71 -70
  76. data/lib/transferzero-sdk/models/payin_method_request.rb +60 -59
  77. data/lib/transferzero-sdk/models/payment_method.rb +109 -108
  78. data/lib/transferzero-sdk/models/payment_method_list_response.rb +61 -60
  79. data/lib/transferzero-sdk/models/payment_method_opposite.rb +124 -123
  80. data/lib/transferzero-sdk/models/payout_method.rb +107 -106
  81. data/lib/transferzero-sdk/models/payout_method_bank_account_type_enum.rb +14 -19
  82. data/lib/transferzero-sdk/models/payout_method_cash_provider_enum.rb +31 -0
  83. data/lib/transferzero-sdk/models/payout_method_country_enum.rb +32 -0
  84. data/lib/transferzero-sdk/models/payout_method_details.rb +417 -297
  85. data/lib/transferzero-sdk/models/payout_method_details_balance.rb +61 -60
  86. data/lib/transferzero-sdk/models/payout_method_details_btc.rb +250 -0
  87. data/lib/transferzero-sdk/models/payout_method_details_gbp_bank.rb +267 -0
  88. data/lib/transferzero-sdk/models/payout_method_details_ghs_bank.rb +97 -96
  89. data/lib/transferzero-sdk/models/payout_method_details_iban.rb +100 -104
  90. data/lib/transferzero-sdk/models/payout_method_details_mad_cash.rb +162 -161
  91. data/lib/transferzero-sdk/models/payout_method_details_mobile.rb +93 -83
  92. data/lib/transferzero-sdk/models/payout_method_details_ngn_bank.rb +104 -103
  93. data/lib/transferzero-sdk/models/payout_method_details_xof_bank.rb +108 -107
  94. data/lib/transferzero-sdk/models/payout_method_details_xof_cash.rb +254 -0
  95. data/lib/transferzero-sdk/models/payout_method_details_xof_mobile.rb +97 -96
  96. data/lib/transferzero-sdk/models/payout_method_details_zar_bank.rb +324 -0
  97. data/lib/transferzero-sdk/models/payout_method_gender_enum.rb +14 -19
  98. data/lib/transferzero-sdk/models/payout_method_identity_card_type_enum.rb +15 -20
  99. data/lib/transferzero-sdk/models/payout_method_list_response.rb +67 -66
  100. data/lib/transferzero-sdk/models/payout_method_mobile_provider_enum.rb +17 -19
  101. data/lib/transferzero-sdk/models/payout_method_request.rb +60 -59
  102. data/lib/transferzero-sdk/models/payout_method_response.rb +60 -59
  103. data/lib/transferzero-sdk/models/payout_method_webhook.rb +96 -95
  104. data/lib/transferzero-sdk/models/politically_exposed_person.rb +123 -123
  105. data/lib/transferzero-sdk/models/proof_of_payment.rb +233 -0
  106. data/lib/transferzero-sdk/models/proof_of_payment_list_response.rb +204 -0
  107. data/lib/transferzero-sdk/models/recipient.rb +246 -226
  108. data/lib/transferzero-sdk/models/recipient_list_response.rb +67 -66
  109. data/lib/transferzero-sdk/models/recipient_request.rb +60 -59
  110. data/lib/transferzero-sdk/models/recipient_response.rb +60 -59
  111. data/lib/transferzero-sdk/models/recipient_state.rb +22 -27
  112. data/lib/transferzero-sdk/models/recipient_state_reason_details.rb +235 -0
  113. data/lib/transferzero-sdk/models/recipient_webhook.rb +96 -95
  114. data/lib/transferzero-sdk/models/sender.rb +595 -358
  115. data/lib/transferzero-sdk/models/sender_list_response.rb +67 -66
  116. data/lib/transferzero-sdk/models/sender_request.rb +60 -59
  117. data/lib/transferzero-sdk/models/sender_response.rb +66 -65
  118. data/lib/transferzero-sdk/models/sender_response_existing.rb +60 -59
  119. data/lib/transferzero-sdk/models/sender_response_meta.rb +60 -59
  120. data/lib/transferzero-sdk/models/sender_state.rb +19 -24
  121. data/lib/transferzero-sdk/models/sender_webhook.rb +96 -95
  122. data/lib/transferzero-sdk/models/transaction.rb +192 -191
  123. data/lib/transferzero-sdk/models/transaction_list_response.rb +67 -66
  124. data/lib/transferzero-sdk/models/transaction_request.rb +60 -59
  125. data/lib/transferzero-sdk/models/transaction_response.rb +66 -65
  126. data/lib/transferzero-sdk/models/transaction_response_existing.rb +66 -65
  127. data/lib/transferzero-sdk/models/transaction_response_meta.rb +60 -59
  128. data/lib/transferzero-sdk/models/transaction_state.rb +23 -28
  129. data/lib/transferzero-sdk/models/transaction_traits.rb +71 -70
  130. data/lib/transferzero-sdk/models/transaction_webhook.rb +96 -95
  131. data/lib/transferzero-sdk/models/validation_error_description.rb +62 -61
  132. data/lib/transferzero-sdk/models/webhook.rb +92 -91
  133. data/lib/transferzero-sdk/models/webhook_definition.rb +107 -106
  134. data/lib/transferzero-sdk/models/webhook_definition_event_list_response.rb +61 -60
  135. data/lib/transferzero-sdk/models/webhook_definition_list_response.rb +67 -66
  136. data/lib/transferzero-sdk/models/webhook_definition_request.rb +60 -59
  137. data/lib/transferzero-sdk/models/webhook_definition_response.rb +60 -59
  138. data/lib/transferzero-sdk/models/webhook_log.rb +97 -96
  139. data/lib/transferzero-sdk/models/webhook_log_list_response.rb +70 -69
  140. data/lib/transferzero-sdk/models/webhook_log_metadata.rb +129 -128
  141. data/lib/transferzero-sdk/models/webhook_log_metadata_request.rb +80 -79
  142. data/lib/transferzero-sdk/models/webhook_log_metadata_response.rb +81 -80
  143. data/lib/transferzero-sdk/models/webhook_log_response.rb +60 -59
  144. data/lib/transferzero-sdk/version.rb +1 -1
  145. data/spec/models/payin_method_details_btc_spec.rb +41 -0
  146. data/spec/models/payout_method_cash_provider_enum_spec.rb +35 -0
  147. data/spec/models/payout_method_country_enum_spec.rb +35 -0
  148. data/spec/models/payout_method_details_btc_spec.rb +59 -0
  149. data/spec/models/payout_method_details_gbp_bank_spec.rb +77 -0
  150. data/spec/models/payout_method_details_xof_cash_spec.rb +71 -0
  151. data/spec/models/payout_method_details_zar_bank_spec.rb +89 -0
  152. data/spec/models/proof_of_payment_list_response_spec.rb +41 -0
  153. data/spec/models/proof_of_payment_spec.rb +59 -0
  154. data/spec/models/recipient_state_reason_details_spec.rb +59 -0
  155. data/transferzero-sdk-1.10.0.gem +0 -0
  156. data/transferzero-sdk-1.11.0.gem +0 -0
  157. metadata +46 -3
@@ -13,78 +13,78 @@ OpenAPI Generator version: 4.0.0-beta3
13
13
  require 'date'
14
14
 
15
15
  module TransferZero
16
- # List of possible currencies
17
- class CurrencyListResponse
18
- attr_accessor :object
19
-
20
- # Attribute mapping from ruby-style variable name to JSON key.
21
- def self.attribute_map
22
- {
23
- :'object' => :'object'
24
- }
25
- end
16
+ # List of possible currencies
17
+ class CurrencyListResponse
18
+ attr_accessor :object
19
+
20
+ # Attribute mapping from ruby-style variable name to JSON key.
21
+ def self.attribute_map
22
+ {
23
+ :'object' => :'object'
24
+ }
25
+ end
26
26
 
27
- # Attribute type mapping.
28
- def self.openapi_types
29
- {
30
- :'object' => :'Array<Currency>'
31
- }
27
+ # Attribute type mapping.
28
+ def self.openapi_types
29
+ {
30
+ :'object' => :'Array<Currency>'
31
+ }
32
+ end
33
+
34
+ # Initializes the object
35
+ # @param [Hash] attributes Model attributes in the form of hash
36
+ def initialize(attributes = {})
37
+ if (!attributes.is_a?(Hash))
38
+ fail ArgumentError, "The input argument (attributes) must be a hash in `TransferZero::CurrencyListResponse` initialize method"
32
39
  end
33
40
 
34
- # Initializes the object
35
- # @param [Hash] attributes Model attributes in the form of hash
36
- def initialize(attributes = {})
37
- if (!attributes.is_a?(Hash))
38
- fail ArgumentError, "The input argument (attributes) must be a hash in `TransferZero::CurrencyListResponse` initialize method"
41
+ # check to see if the attribute exists and convert string to symbol for hash key
42
+ attributes = attributes.each_with_object({}) { |(k, v), h|
43
+ if (!self.class.attribute_map.key?(k.to_sym))
44
+ fail ArgumentError, "`#{k}` is not a valid attribute in `TransferZero::CurrencyListResponse`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
39
45
  end
46
+ h[k.to_sym] = v
47
+ }
40
48
 
41
- # check to see if the attribute exists and convert string to symbol for hash key
42
- attributes = attributes.each_with_object({}) { |(k, v), h|
43
- if (!self.class.attribute_map.key?(k.to_sym))
44
- fail ArgumentError, "`#{k}` is not a valid attribute in `TransferZero::CurrencyListResponse`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
45
- end
46
- h[k.to_sym] = v
47
- }
48
-
49
- if attributes.key?(:'object')
50
- if (value = attributes[:'object']).is_a?(Array)
51
- self.object = value
52
- end
49
+ if attributes.key?(:'object')
50
+ if (value = attributes[:'object']).is_a?(Array)
51
+ self.object = value
53
52
  end
54
53
  end
54
+ end
55
55
 
56
- # Show invalid properties with the reasons. Usually used together with valid?
57
- # @return Array for valid properties with the reasons
58
- def list_invalid_properties
59
- invalid_properties = Array.new
60
- invalid_properties
61
- end
56
+ # Show invalid properties with the reasons. Usually used together with valid?
57
+ # @return Array for valid properties with the reasons
58
+ def list_invalid_properties
59
+ invalid_properties = Array.new
60
+ invalid_properties
61
+ end
62
62
 
63
- # Check to see if the all the properties in the model are valid
64
- # @return true if the model is valid
65
- def valid?
66
- true
67
- end
63
+ # Check to see if the all the properties in the model are valid
64
+ # @return true if the model is valid
65
+ def valid?
66
+ true
67
+ end
68
68
 
69
- # Checks equality by comparing each attribute.
70
- # @param [Object] Object to be compared
71
- def ==(o)
72
- return true if self.equal?(o)
73
- self.class == o.class &&
74
- object == o.object
75
- end
69
+ # Checks equality by comparing each attribute.
70
+ # @param [Object] Object to be compared
71
+ def ==(o)
72
+ return true if self.equal?(o)
73
+ self.class == o.class &&
74
+ object == o.object
75
+ end
76
76
 
77
- # @see the `==` method
78
- # @param [Object] Object to be compared
79
- def eql?(o)
80
- self == o
81
- end
77
+ # @see the `==` method
78
+ # @param [Object] Object to be compared
79
+ def eql?(o)
80
+ self == o
81
+ end
82
82
 
83
- # Calculates hash code according to all attributes.
84
- # @return [Integer] Hash code
85
- def hash
86
- [object].hash
87
- end
83
+ # Calculates hash code according to all attributes.
84
+ # @return [Integer] Hash code
85
+ def hash
86
+ [object].hash
87
+ end
88
88
 
89
89
  require 'active_support/core_ext/hash'
90
90
  require 'active_support/hash_with_indifferent_access.rb'
@@ -200,5 +200,6 @@ def _to_hash(value)
200
200
  end
201
201
  end
202
202
 
203
- end
203
+ end
204
+
204
205
  end
@@ -13,193 +13,193 @@ OpenAPI Generator version: 4.0.0-beta3
13
13
  require 'date'
14
14
 
15
15
  module TransferZero
16
- class CurrencyOpposite
17
- # The currency code in 3-character alpha ISO 4217 currency format
18
- attr_accessor :code
19
-
20
- # Name of currency
21
- attr_accessor :name
22
-
23
- # Symbol of currency
24
- attr_accessor :symbol
25
-
26
- # Number of decimal points
27
- attr_accessor :decimals
28
-
29
- # Subunits in Unit (eg. there are 100 cents in 1 US Dollar)
30
- attr_accessor :subunit_to_unit
31
-
32
- # Is this a primary currency?
33
- attr_accessor :primary
34
-
35
- # The minimum amount allowed in a transaction
36
- attr_accessor :min
37
-
38
- # The maximum amount allowed in a transaction
39
- attr_accessor :max
40
-
41
- # The margin set for transactions in this currency
42
- attr_accessor :margin
43
-
44
- # The equivalent of the currency to 1 USD
45
- attr_accessor :usd_equivalent
46
-
47
- # The rate of this particular currency with the base one
48
- attr_accessor :rate
49
-
50
- # Mark to market rate of this particular currency against the base one with the margin factored in
51
- attr_accessor :mtm_rate
52
-
53
- # Attribute mapping from ruby-style variable name to JSON key.
54
- def self.attribute_map
55
- {
56
- :'code' => :'code',
57
- :'name' => :'name',
58
- :'symbol' => :'symbol',
59
- :'decimals' => :'decimals',
60
- :'subunit_to_unit' => :'subunit_to_unit',
61
- :'primary' => :'primary',
62
- :'min' => :'min',
63
- :'max' => :'max',
64
- :'margin' => :'margin',
65
- :'usd_equivalent' => :'usd_equivalent',
66
- :'rate' => :'rate',
67
- :'mtm_rate' => :'mtm_rate'
68
- }
69
- end
70
-
71
- # Attribute type mapping.
72
- def self.openapi_types
73
- {
74
- :'code' => :'String',
75
- :'name' => :'String',
76
- :'symbol' => :'String',
77
- :'decimals' => :'Float',
78
- :'subunit_to_unit' => :'String',
79
- :'primary' => :'Boolean',
80
- :'min' => :'String',
81
- :'max' => :'String',
82
- :'margin' => :'String',
83
- :'usd_equivalent' => :'String',
84
- :'rate' => :'Float',
85
- :'mtm_rate' => :'Float'
86
- }
87
- end
88
-
89
- # List of class defined in allOf (OpenAPI v3)
90
- def self.openapi_all_of
91
- [
92
- :'Currency'
93
- ]
94
- end
95
-
96
- # Initializes the object
97
- # @param [Hash] attributes Model attributes in the form of hash
98
- def initialize(attributes = {})
99
- if (!attributes.is_a?(Hash))
100
- fail ArgumentError, "The input argument (attributes) must be a hash in `TransferZero::CurrencyOpposite` initialize method"
101
- end
102
-
103
- # check to see if the attribute exists and convert string to symbol for hash key
104
- attributes = attributes.each_with_object({}) { |(k, v), h|
105
- if (!self.class.attribute_map.key?(k.to_sym))
106
- fail ArgumentError, "`#{k}` is not a valid attribute in `TransferZero::CurrencyOpposite`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
107
- end
108
- h[k.to_sym] = v
109
- }
110
-
111
- if attributes.key?(:'code')
112
- self.code = attributes[:'code']
113
- end
16
+ class CurrencyOpposite
17
+ # The currency code in 3-character alpha ISO 4217 currency format
18
+ attr_accessor :code
19
+
20
+ # Name of currency
21
+ attr_accessor :name
22
+
23
+ # Symbol of currency
24
+ attr_accessor :symbol
25
+
26
+ # Number of decimal points
27
+ attr_accessor :decimals
28
+
29
+ # Subunits in Unit (eg. there are 100 cents in 1 US Dollar)
30
+ attr_accessor :subunit_to_unit
31
+
32
+ # Is this a primary currency?
33
+ attr_accessor :primary
34
+
35
+ # The minimum amount allowed in a transaction
36
+ attr_accessor :min
37
+
38
+ # The maximum amount allowed in a transaction
39
+ attr_accessor :max
40
+
41
+ # The equivalent of the currency to 1 USD
42
+ attr_accessor :usd_equivalent
43
+
44
+ # The rate of this particular currency with the base one
45
+ attr_accessor :rate
46
+
47
+ # Mark to market rate of this particular currency against the base one with the margin factored in
48
+ attr_accessor :mtm_rate
49
+
50
+ # The margin set for transactions of this particular currency with the base one
51
+ attr_accessor :margin
52
+
53
+ # Attribute mapping from ruby-style variable name to JSON key.
54
+ def self.attribute_map
55
+ {
56
+ :'code' => :'code',
57
+ :'name' => :'name',
58
+ :'symbol' => :'symbol',
59
+ :'decimals' => :'decimals',
60
+ :'subunit_to_unit' => :'subunit_to_unit',
61
+ :'primary' => :'primary',
62
+ :'min' => :'min',
63
+ :'max' => :'max',
64
+ :'usd_equivalent' => :'usd_equivalent',
65
+ :'rate' => :'rate',
66
+ :'mtm_rate' => :'mtm_rate',
67
+ :'margin' => :'margin'
68
+ }
69
+ end
114
70
 
115
- if attributes.key?(:'name')
116
- self.name = attributes[:'name']
117
- end
71
+ # Attribute type mapping.
72
+ def self.openapi_types
73
+ {
74
+ :'code' => :'String',
75
+ :'name' => :'String',
76
+ :'symbol' => :'String',
77
+ :'decimals' => :'Float',
78
+ :'subunit_to_unit' => :'String',
79
+ :'primary' => :'Boolean',
80
+ :'min' => :'String',
81
+ :'max' => :'String',
82
+ :'usd_equivalent' => :'String',
83
+ :'rate' => :'Float',
84
+ :'mtm_rate' => :'Float',
85
+ :'margin' => :'String'
86
+ }
87
+ end
118
88
 
119
- if attributes.key?(:'symbol')
120
- self.symbol = attributes[:'symbol']
121
- end
89
+ # List of class defined in allOf (OpenAPI v3)
90
+ def self.openapi_all_of
91
+ [
92
+ :'Currency'
93
+ ]
94
+ end
122
95
 
123
- if attributes.key?(:'decimals')
124
- self.decimals = attributes[:'decimals']
125
- end
96
+ # Initializes the object
97
+ # @param [Hash] attributes Model attributes in the form of hash
98
+ def initialize(attributes = {})
99
+ if (!attributes.is_a?(Hash))
100
+ fail ArgumentError, "The input argument (attributes) must be a hash in `TransferZero::CurrencyOpposite` initialize method"
101
+ end
126
102
 
127
- if attributes.key?(:'subunit_to_unit')
128
- self.subunit_to_unit = attributes[:'subunit_to_unit']
103
+ # check to see if the attribute exists and convert string to symbol for hash key
104
+ attributes = attributes.each_with_object({}) { |(k, v), h|
105
+ if (!self.class.attribute_map.key?(k.to_sym))
106
+ fail ArgumentError, "`#{k}` is not a valid attribute in `TransferZero::CurrencyOpposite`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
129
107
  end
108
+ h[k.to_sym] = v
109
+ }
130
110
 
131
- if attributes.key?(:'primary')
132
- self.primary = attributes[:'primary']
133
- end
111
+ if attributes.key?(:'code')
112
+ self.code = attributes[:'code']
113
+ end
134
114
 
135
- if attributes.key?(:'min')
136
- self.min = attributes[:'min']
137
- end
115
+ if attributes.key?(:'name')
116
+ self.name = attributes[:'name']
117
+ end
138
118
 
139
- if attributes.key?(:'max')
140
- self.max = attributes[:'max']
141
- end
119
+ if attributes.key?(:'symbol')
120
+ self.symbol = attributes[:'symbol']
121
+ end
142
122
 
143
- if attributes.key?(:'margin')
144
- self.margin = attributes[:'margin']
145
- end
123
+ if attributes.key?(:'decimals')
124
+ self.decimals = attributes[:'decimals']
125
+ end
146
126
 
147
- if attributes.key?(:'usd_equivalent')
148
- self.usd_equivalent = attributes[:'usd_equivalent']
149
- end
127
+ if attributes.key?(:'subunit_to_unit')
128
+ self.subunit_to_unit = attributes[:'subunit_to_unit']
129
+ end
150
130
 
151
- if attributes.key?(:'rate')
152
- self.rate = attributes[:'rate']
153
- end
131
+ if attributes.key?(:'primary')
132
+ self.primary = attributes[:'primary']
133
+ end
154
134
 
155
- if attributes.key?(:'mtm_rate')
156
- self.mtm_rate = attributes[:'mtm_rate']
157
- end
135
+ if attributes.key?(:'min')
136
+ self.min = attributes[:'min']
158
137
  end
159
138
 
160
- # Show invalid properties with the reasons. Usually used together with valid?
161
- # @return Array for valid properties with the reasons
162
- def list_invalid_properties
163
- invalid_properties = Array.new
164
- invalid_properties
139
+ if attributes.key?(:'max')
140
+ self.max = attributes[:'max']
165
141
  end
166
142
 
167
- # Check to see if the all the properties in the model are valid
168
- # @return true if the model is valid
169
- def valid?
170
- true
143
+ if attributes.key?(:'usd_equivalent')
144
+ self.usd_equivalent = attributes[:'usd_equivalent']
171
145
  end
172
146
 
173
- # Checks equality by comparing each attribute.
174
- # @param [Object] Object to be compared
175
- def ==(o)
176
- return true if self.equal?(o)
177
- self.class == o.class &&
178
- code == o.code &&
179
- name == o.name &&
180
- symbol == o.symbol &&
181
- decimals == o.decimals &&
182
- subunit_to_unit == o.subunit_to_unit &&
183
- primary == o.primary &&
184
- min == o.min &&
185
- max == o.max &&
186
- margin == o.margin &&
187
- usd_equivalent == o.usd_equivalent &&
188
- rate == o.rate &&
189
- mtm_rate == o.mtm_rate
147
+ if attributes.key?(:'rate')
148
+ self.rate = attributes[:'rate']
190
149
  end
191
150
 
192
- # @see the `==` method
193
- # @param [Object] Object to be compared
194
- def eql?(o)
195
- self == o
151
+ if attributes.key?(:'mtm_rate')
152
+ self.mtm_rate = attributes[:'mtm_rate']
196
153
  end
197
154
 
198
- # Calculates hash code according to all attributes.
199
- # @return [Integer] Hash code
200
- def hash
201
- [code, name, symbol, decimals, subunit_to_unit, primary, min, max, margin, usd_equivalent, rate, mtm_rate].hash
155
+ if attributes.key?(:'margin')
156
+ self.margin = attributes[:'margin']
202
157
  end
158
+ end
159
+
160
+ # Show invalid properties with the reasons. Usually used together with valid?
161
+ # @return Array for valid properties with the reasons
162
+ def list_invalid_properties
163
+ invalid_properties = Array.new
164
+ invalid_properties
165
+ end
166
+
167
+ # Check to see if the all the properties in the model are valid
168
+ # @return true if the model is valid
169
+ def valid?
170
+ true
171
+ end
172
+
173
+ # Checks equality by comparing each attribute.
174
+ # @param [Object] Object to be compared
175
+ def ==(o)
176
+ return true if self.equal?(o)
177
+ self.class == o.class &&
178
+ code == o.code &&
179
+ name == o.name &&
180
+ symbol == o.symbol &&
181
+ decimals == o.decimals &&
182
+ subunit_to_unit == o.subunit_to_unit &&
183
+ primary == o.primary &&
184
+ min == o.min &&
185
+ max == o.max &&
186
+ usd_equivalent == o.usd_equivalent &&
187
+ rate == o.rate &&
188
+ mtm_rate == o.mtm_rate &&
189
+ margin == o.margin
190
+ end
191
+
192
+ # @see the `==` method
193
+ # @param [Object] Object to be compared
194
+ def eql?(o)
195
+ self == o
196
+ end
197
+
198
+ # Calculates hash code according to all attributes.
199
+ # @return [Integer] Hash code
200
+ def hash
201
+ [code, name, symbol, decimals, subunit_to_unit, primary, min, max, usd_equivalent, rate, mtm_rate, margin].hash
202
+ end
203
203
 
204
204
  require 'active_support/core_ext/hash'
205
205
  require 'active_support/hash_with_indifferent_access.rb'
@@ -315,5 +315,6 @@ def _to_hash(value)
315
315
  end
316
316
  end
317
317
 
318
- end
318
+ end
319
+
319
320
  end