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,76 +13,76 @@ OpenAPI Generator version: 4.0.0-beta3
13
13
  require 'date'
14
14
 
15
15
  module TransferZero
16
- # Describes the error message on an unsuccessful match
17
- class AccountValidationError
18
- attr_accessor :error
19
-
20
- # Attribute mapping from ruby-style variable name to JSON key.
21
- def self.attribute_map
22
- {
23
- :'error' => :'error'
24
- }
25
- end
16
+ # Describes the error message on an unsuccessful match
17
+ class AccountValidationError
18
+ attr_accessor :error
19
+
20
+ # Attribute mapping from ruby-style variable name to JSON key.
21
+ def self.attribute_map
22
+ {
23
+ :'error' => :'error'
24
+ }
25
+ end
26
+
27
+ # Attribute type mapping.
28
+ def self.openapi_types
29
+ {
30
+ :'error' => :'String'
31
+ }
32
+ end
26
33
 
27
- # Attribute type mapping.
28
- def self.openapi_types
29
- {
30
- :'error' => :'String'
31
- }
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::AccountValidationError` 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::AccountValidationError` 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::AccountValidationError`. 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::AccountValidationError`. 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?(:'error')
50
- self.error = attributes[:'error']
51
- end
49
+ if attributes.key?(:'error')
50
+ self.error = attributes[:'error']
52
51
  end
52
+ end
53
53
 
54
- # Show invalid properties with the reasons. Usually used together with valid?
55
- # @return Array for valid properties with the reasons
56
- def list_invalid_properties
57
- invalid_properties = Array.new
58
- invalid_properties
59
- end
54
+ # Show invalid properties with the reasons. Usually used together with valid?
55
+ # @return Array for valid properties with the reasons
56
+ def list_invalid_properties
57
+ invalid_properties = Array.new
58
+ invalid_properties
59
+ end
60
60
 
61
- # Check to see if the all the properties in the model are valid
62
- # @return true if the model is valid
63
- def valid?
64
- true
65
- end
61
+ # Check to see if the all the properties in the model are valid
62
+ # @return true if the model is valid
63
+ def valid?
64
+ true
65
+ end
66
66
 
67
- # Checks equality by comparing each attribute.
68
- # @param [Object] Object to be compared
69
- def ==(o)
70
- return true if self.equal?(o)
71
- self.class == o.class &&
72
- error == o.error
73
- end
67
+ # Checks equality by comparing each attribute.
68
+ # @param [Object] Object to be compared
69
+ def ==(o)
70
+ return true if self.equal?(o)
71
+ self.class == o.class &&
72
+ error == o.error
73
+ end
74
74
 
75
- # @see the `==` method
76
- # @param [Object] Object to be compared
77
- def eql?(o)
78
- self == o
79
- end
75
+ # @see the `==` method
76
+ # @param [Object] Object to be compared
77
+ def eql?(o)
78
+ self == o
79
+ end
80
80
 
81
- # Calculates hash code according to all attributes.
82
- # @return [Integer] Hash code
83
- def hash
84
- [error].hash
85
- end
81
+ # Calculates hash code according to all attributes.
82
+ # @return [Integer] Hash code
83
+ def hash
84
+ [error].hash
85
+ end
86
86
 
87
87
  require 'active_support/core_ext/hash'
88
88
  require 'active_support/hash_with_indifferent_access.rb'
@@ -198,5 +198,6 @@ def _to_hash(value)
198
198
  end
199
199
  end
200
200
 
201
- end
201
+ end
202
+
202
203
  end
@@ -13,200 +13,209 @@ OpenAPI Generator version: 4.0.0-beta3
13
13
  require 'date'
14
14
 
15
15
  module TransferZero
16
- class AccountValidationRequest
17
- # Account Number to query
18
- attr_accessor :bank_account
19
-
20
- # Bank Code to query - same codes are used as for creating the transactions
21
- attr_accessor :bank_code
22
-
23
- # Phone number to query
24
- attr_accessor :phone_number
25
-
26
- # Country of account in 2-character alpha ISO 3166-2 country format
27
- attr_accessor :country
28
-
29
- # The currency the bank account is in
30
- attr_accessor :currency
31
-
32
- # The method of the payment. Currently bank and mobile are supported
33
- attr_accessor :method
34
-
35
- class EnumAttributeValidator
36
- attr_reader :datatype
37
- attr_reader :allowable_values
38
-
39
- def initialize(datatype, allowable_values)
40
- @allowable_values = allowable_values.map do |value|
41
- case datatype.to_s
42
- when /Integer/i
43
- value.to_i
44
- when /Float/i
45
- value.to_f
46
- else
47
- value
48
- end
49
- end
50
- end
16
+ class AccountValidationRequest
17
+ # Account Number to query
18
+ attr_accessor :bank_account
51
19
 
52
- def valid?(value)
53
- !value || allowable_values.include?(value)
54
- end
55
- end
20
+ # Bank Code to query - same codes are used as for creating the transactions
21
+ attr_accessor :bank_code
56
22
 
57
- # Attribute mapping from ruby-style variable name to JSON key.
58
- def self.attribute_map
59
- {
60
- :'bank_account' => :'bank_account',
61
- :'bank_code' => :'bank_code',
62
- :'phone_number' => :'phone_number',
63
- :'country' => :'country',
64
- :'currency' => :'currency',
65
- :'method' => :'method'
66
- }
67
- end
23
+ # Phone number to query
24
+ attr_accessor :phone_number
68
25
 
69
- # Attribute type mapping.
70
- def self.openapi_types
71
- {
72
- :'bank_account' => :'String',
73
- :'bank_code' => :'String',
74
- :'phone_number' => :'String',
75
- :'country' => :'String',
76
- :'currency' => :'String',
77
- :'method' => :'String'
78
- }
79
- end
26
+ attr_accessor :mobile_provider
80
27
 
81
- # Initializes the object
82
- # @param [Hash] attributes Model attributes in the form of hash
83
- def initialize(attributes = {})
84
- if (!attributes.is_a?(Hash))
85
- fail ArgumentError, "The input argument (attributes) must be a hash in `TransferZero::AccountValidationRequest` initialize method"
86
- end
28
+ # Country of account in 2-character alpha ISO 3166-2 country format
29
+ attr_accessor :country
87
30
 
88
- # check to see if the attribute exists and convert string to symbol for hash key
89
- attributes = attributes.each_with_object({}) { |(k, v), h|
90
- if (!self.class.attribute_map.key?(k.to_sym))
91
- fail ArgumentError, "`#{k}` is not a valid attribute in `TransferZero::AccountValidationRequest`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
92
- end
93
- h[k.to_sym] = v
94
- }
31
+ # The currency the bank account is in
32
+ attr_accessor :currency
95
33
 
96
- if attributes.key?(:'bank_account')
97
- self.bank_account = attributes[:'bank_account']
98
- end
34
+ # The method of the payment. Currently bank and mobile are supported
35
+ attr_accessor :method
99
36
 
100
- if attributes.key?(:'bank_code')
101
- self.bank_code = attributes[:'bank_code']
102
- end
37
+ class EnumAttributeValidator
38
+ attr_reader :datatype
39
+ attr_reader :allowable_values
103
40
 
104
- if attributes.key?(:'phone_number')
105
- self.phone_number = attributes[:'phone_number']
41
+ def initialize(datatype, allowable_values)
42
+ @allowable_values = allowable_values.map do |value|
43
+ case datatype.to_s
44
+ when /Integer/i
45
+ value.to_i
46
+ when /Float/i
47
+ value.to_f
48
+ else
49
+ value
50
+ end
106
51
  end
52
+ end
107
53
 
108
- if attributes.key?(:'country')
109
- self.country = attributes[:'country']
110
- end
54
+ def valid?(value)
55
+ !value || allowable_values.include?(value)
56
+ end
57
+ end
111
58
 
112
- if attributes.key?(:'currency')
113
- self.currency = attributes[:'currency']
114
- end
59
+ # Attribute mapping from ruby-style variable name to JSON key.
60
+ def self.attribute_map
61
+ {
62
+ :'bank_account' => :'bank_account',
63
+ :'bank_code' => :'bank_code',
64
+ :'phone_number' => :'phone_number',
65
+ :'mobile_provider' => :'mobile_provider',
66
+ :'country' => :'country',
67
+ :'currency' => :'currency',
68
+ :'method' => :'method'
69
+ }
70
+ end
115
71
 
116
- if attributes.key?(:'method')
117
- self.method = attributes[:'method']
118
- end
72
+ # Attribute type mapping.
73
+ def self.openapi_types
74
+ {
75
+ :'bank_account' => :'String',
76
+ :'bank_code' => :'String',
77
+ :'phone_number' => :'String',
78
+ :'mobile_provider' => :'PayoutMethodMobileProviderEnum',
79
+ :'country' => :'String',
80
+ :'currency' => :'String',
81
+ :'method' => :'String'
82
+ }
83
+ end
84
+
85
+ # Initializes the object
86
+ # @param [Hash] attributes Model attributes in the form of hash
87
+ def initialize(attributes = {})
88
+ if (!attributes.is_a?(Hash))
89
+ fail ArgumentError, "The input argument (attributes) must be a hash in `TransferZero::AccountValidationRequest` initialize method"
119
90
  end
120
91
 
121
- # Show invalid properties with the reasons. Usually used together with valid?
122
- # @return Array for valid properties with the reasons
123
- def list_invalid_properties
124
- invalid_properties = Array.new
125
- if @country.nil?
126
- invalid_properties.push('invalid value for "country", country cannot be nil.')
92
+ # check to see if the attribute exists and convert string to symbol for hash key
93
+ attributes = attributes.each_with_object({}) { |(k, v), h|
94
+ if (!self.class.attribute_map.key?(k.to_sym))
95
+ fail ArgumentError, "`#{k}` is not a valid attribute in `TransferZero::AccountValidationRequest`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
127
96
  end
97
+ h[k.to_sym] = v
98
+ }
128
99
 
129
- if @currency.nil?
130
- invalid_properties.push('invalid value for "currency", currency cannot be nil.')
131
- end
100
+ if attributes.key?(:'bank_account')
101
+ self.bank_account = attributes[:'bank_account']
102
+ end
132
103
 
133
- if @method.nil?
134
- invalid_properties.push('invalid value for "method", method cannot be nil.')
135
- end
104
+ if attributes.key?(:'bank_code')
105
+ self.bank_code = attributes[:'bank_code']
106
+ end
136
107
 
137
- invalid_properties
108
+ if attributes.key?(:'phone_number')
109
+ self.phone_number = attributes[:'phone_number']
138
110
  end
139
111
 
140
- # Check to see if the all the properties in the model are valid
141
- # @return true if the model is valid
142
- def valid?
143
- return false if @country.nil?
144
- country_validator = EnumAttributeValidator.new('String', ["NG", "GH"])
145
- return false unless country_validator.valid?(@country)
146
- return false if @currency.nil?
147
- currency_validator = EnumAttributeValidator.new('String', ["NGN", "GHS"])
148
- return false unless currency_validator.valid?(@currency)
149
- return false if @method.nil?
150
- method_validator = EnumAttributeValidator.new('String', ["bank", "mobile"])
151
- return false unless method_validator.valid?(@method)
152
- true
112
+ if attributes.key?(:'mobile_provider')
113
+ self.mobile_provider = attributes[:'mobile_provider']
153
114
  end
154
115
 
155
- # Custom attribute writer method checking allowed values (enum).
156
- # @param [Object] country Object to be assigned
157
- def country=(country)
158
- validator = EnumAttributeValidator.new('String', ["NG", "GH"])
159
- unless validator.valid?(country)
160
- fail ArgumentError, "invalid value for \"country\", must be one of #{validator.allowable_values}."
161
- end
162
- @country = country
116
+ if attributes.key?(:'country')
117
+ self.country = attributes[:'country']
163
118
  end
164
119
 
165
- # Custom attribute writer method checking allowed values (enum).
166
- # @param [Object] currency Object to be assigned
167
- def currency=(currency)
168
- validator = EnumAttributeValidator.new('String', ["NGN", "GHS"])
169
- unless validator.valid?(currency)
170
- fail ArgumentError, "invalid value for \"currency\", must be one of #{validator.allowable_values}."
171
- end
172
- @currency = currency
120
+ if attributes.key?(:'currency')
121
+ self.currency = attributes[:'currency']
173
122
  end
174
123
 
175
- # Custom attribute writer method checking allowed values (enum).
176
- # @param [Object] method Object to be assigned
177
- def method=(method)
178
- validator = EnumAttributeValidator.new('String', ["bank", "mobile"])
179
- unless validator.valid?(method)
180
- fail ArgumentError, "invalid value for \"method\", must be one of #{validator.allowable_values}."
181
- end
182
- @method = method
124
+ if attributes.key?(:'method')
125
+ self.method = attributes[:'method']
183
126
  end
127
+ end
184
128
 
185
- # Checks equality by comparing each attribute.
186
- # @param [Object] Object to be compared
187
- def ==(o)
188
- return true if self.equal?(o)
189
- self.class == o.class &&
190
- bank_account == o.bank_account &&
191
- bank_code == o.bank_code &&
192
- phone_number == o.phone_number &&
193
- country == o.country &&
194
- currency == o.currency &&
195
- method == o.method
129
+ # Show invalid properties with the reasons. Usually used together with valid?
130
+ # @return Array for valid properties with the reasons
131
+ def list_invalid_properties
132
+ invalid_properties = Array.new
133
+ if @country.nil?
134
+ invalid_properties.push('invalid value for "country", country cannot be nil.')
196
135
  end
197
136
 
198
- # @see the `==` method
199
- # @param [Object] Object to be compared
200
- def eql?(o)
201
- self == o
137
+ if @currency.nil?
138
+ invalid_properties.push('invalid value for "currency", currency cannot be nil.')
202
139
  end
203
140
 
204
- # Calculates hash code according to all attributes.
205
- # @return [Integer] Hash code
206
- def hash
207
- [bank_account, bank_code, phone_number, country, currency, method].hash
141
+ if @method.nil?
142
+ invalid_properties.push('invalid value for "method", method cannot be nil.')
208
143
  end
209
144
 
145
+ invalid_properties
146
+ end
147
+
148
+ # Check to see if the all the properties in the model are valid
149
+ # @return true if the model is valid
150
+ def valid?
151
+ return false if @country.nil?
152
+ country_validator = EnumAttributeValidator.new('String', ["NG", "GH"])
153
+ return false unless country_validator.valid?(@country)
154
+ return false if @currency.nil?
155
+ currency_validator = EnumAttributeValidator.new('String', ["NGN", "GHS"])
156
+ return false unless currency_validator.valid?(@currency)
157
+ return false if @method.nil?
158
+ method_validator = EnumAttributeValidator.new('String', ["bank", "mobile"])
159
+ return false unless method_validator.valid?(@method)
160
+ true
161
+ end
162
+
163
+ # Custom attribute writer method checking allowed values (enum).
164
+ # @param [Object] country Object to be assigned
165
+ def country=(country)
166
+ validator = EnumAttributeValidator.new('String', ["NG", "GH"])
167
+ unless validator.valid?(country) || country.empty?
168
+ fail ArgumentError, "invalid value for \"country\", must be one of #{validator.allowable_values}."
169
+ end
170
+ @country = country
171
+ end
172
+
173
+ # Custom attribute writer method checking allowed values (enum).
174
+ # @param [Object] currency Object to be assigned
175
+ def currency=(currency)
176
+ validator = EnumAttributeValidator.new('String', ["NGN", "GHS"])
177
+ unless validator.valid?(currency) || currency.empty?
178
+ fail ArgumentError, "invalid value for \"currency\", must be one of #{validator.allowable_values}."
179
+ end
180
+ @currency = currency
181
+ end
182
+
183
+ # Custom attribute writer method checking allowed values (enum).
184
+ # @param [Object] method Object to be assigned
185
+ def method=(method)
186
+ validator = EnumAttributeValidator.new('String', ["bank", "mobile"])
187
+ unless validator.valid?(method) || method.empty?
188
+ fail ArgumentError, "invalid value for \"method\", must be one of #{validator.allowable_values}."
189
+ end
190
+ @method = method
191
+ end
192
+
193
+ # Checks equality by comparing each attribute.
194
+ # @param [Object] Object to be compared
195
+ def ==(o)
196
+ return true if self.equal?(o)
197
+ self.class == o.class &&
198
+ bank_account == o.bank_account &&
199
+ bank_code == o.bank_code &&
200
+ phone_number == o.phone_number &&
201
+ mobile_provider == o.mobile_provider &&
202
+ country == o.country &&
203
+ currency == o.currency &&
204
+ method == o.method
205
+ end
206
+
207
+ # @see the `==` method
208
+ # @param [Object] Object to be compared
209
+ def eql?(o)
210
+ self == o
211
+ end
212
+
213
+ # Calculates hash code according to all attributes.
214
+ # @return [Integer] Hash code
215
+ def hash
216
+ [bank_account, bank_code, phone_number, mobile_provider, country, currency, method].hash
217
+ end
218
+
210
219
  require 'active_support/core_ext/hash'
211
220
  require 'active_support/hash_with_indifferent_access.rb'
212
221
  # Builds the object from hash
@@ -321,5 +330,6 @@ def _to_hash(value)
321
330
  end
322
331
  end
323
332
 
324
- end
333
+ end
334
+
325
335
  end