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,131 +13,131 @@ OpenAPI Generator version: 4.0.0-beta3
13
13
  require 'date'
14
14
 
15
15
  module TransferZero
16
- # Describes an available payment provider
17
- class PaymentMethod
18
- # Details currency and type of payment.
19
- attr_accessor :type
20
-
21
- # Identifies the payment provider.
22
- attr_accessor :provider
23
-
24
- # Are over the counter transactions permitted?
25
- attr_accessor :otc_permitted
26
-
27
- # Fields required to make the payment depending on type.
28
- attr_accessor :details
29
-
30
- # Boolean revealing whether this is the default payout method. Only present on payout methods
31
- attr_accessor :default
32
-
33
- # The fields needed for payments with this payment method with details on validation requirements
34
- attr_accessor :fields
35
-
36
- # Attribute mapping from ruby-style variable name to JSON key.
37
- def self.attribute_map
38
- {
39
- :'type' => :'type',
40
- :'provider' => :'provider',
41
- :'otc_permitted' => :'otc_permitted',
42
- :'details' => :'details',
43
- :'default' => :'default',
44
- :'fields' => :'fields'
45
- }
46
- end
47
-
48
- # Attribute type mapping.
49
- def self.openapi_types
50
- {
51
- :'type' => :'String',
52
- :'provider' => :'String',
53
- :'otc_permitted' => :'Boolean',
54
- :'details' => :'Array<String>',
55
- :'default' => :'Boolean',
56
- :'fields' => :'Hash<String, FieldDescription>'
57
- }
58
- end
16
+ # Describes an available payment provider
17
+ class PaymentMethod
18
+ # Details currency and type of payment.
19
+ attr_accessor :type
20
+
21
+ # Identifies the payment provider.
22
+ attr_accessor :provider
23
+
24
+ # Are over the counter transactions permitted?
25
+ attr_accessor :otc_permitted
26
+
27
+ # Fields required to make the payment depending on type.
28
+ attr_accessor :details
29
+
30
+ # Boolean revealing whether this is the default payout method. Only present on payout methods
31
+ attr_accessor :default
32
+
33
+ # The fields needed for payments with this payment method with details on validation requirements
34
+ attr_accessor :fields
35
+
36
+ # Attribute mapping from ruby-style variable name to JSON key.
37
+ def self.attribute_map
38
+ {
39
+ :'type' => :'type',
40
+ :'provider' => :'provider',
41
+ :'otc_permitted' => :'otc_permitted',
42
+ :'details' => :'details',
43
+ :'default' => :'default',
44
+ :'fields' => :'fields'
45
+ }
46
+ end
59
47
 
60
- # Initializes the object
61
- # @param [Hash] attributes Model attributes in the form of hash
62
- def initialize(attributes = {})
63
- if (!attributes.is_a?(Hash))
64
- fail ArgumentError, "The input argument (attributes) must be a hash in `TransferZero::PaymentMethod` initialize method"
48
+ # Attribute type mapping.
49
+ def self.openapi_types
50
+ {
51
+ :'type' => :'String',
52
+ :'provider' => :'String',
53
+ :'otc_permitted' => :'Boolean',
54
+ :'details' => :'Array<String>',
55
+ :'default' => :'Boolean',
56
+ :'fields' => :'Hash<String, FieldDescription>'
57
+ }
65
58
  end
66
59
 
67
- # check to see if the attribute exists and convert string to symbol for hash key
68
- attributes = attributes.each_with_object({}) { |(k, v), h|
69
- if (!self.class.attribute_map.key?(k.to_sym))
70
- fail ArgumentError, "`#{k}` is not a valid attribute in `TransferZero::PaymentMethod`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
60
+ # Initializes the object
61
+ # @param [Hash] attributes Model attributes in the form of hash
62
+ def initialize(attributes = {})
63
+ if (!attributes.is_a?(Hash))
64
+ fail ArgumentError, "The input argument (attributes) must be a hash in `TransferZero::PaymentMethod` initialize method"
71
65
  end
72
- h[k.to_sym] = v
73
- }
74
66
 
75
- if attributes.key?(:'type')
76
- self.type = attributes[:'type']
77
- end
67
+ # check to see if the attribute exists and convert string to symbol for hash key
68
+ attributes = attributes.each_with_object({}) { |(k, v), h|
69
+ if (!self.class.attribute_map.key?(k.to_sym))
70
+ fail ArgumentError, "`#{k}` is not a valid attribute in `TransferZero::PaymentMethod`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
71
+ end
72
+ h[k.to_sym] = v
73
+ }
78
74
 
79
- if attributes.key?(:'provider')
80
- self.provider = attributes[:'provider']
81
- end
75
+ if attributes.key?(:'type')
76
+ self.type = attributes[:'type']
77
+ end
82
78
 
83
- if attributes.key?(:'otc_permitted')
84
- self.otc_permitted = attributes[:'otc_permitted']
85
- end
79
+ if attributes.key?(:'provider')
80
+ self.provider = attributes[:'provider']
81
+ end
86
82
 
87
- if attributes.key?(:'details')
88
- if (value = attributes[:'details']).is_a?(Array)
89
- self.details = value
83
+ if attributes.key?(:'otc_permitted')
84
+ self.otc_permitted = attributes[:'otc_permitted']
90
85
  end
91
- end
92
86
 
93
- if attributes.key?(:'default')
94
- self.default = attributes[:'default']
95
- end
87
+ if attributes.key?(:'details')
88
+ if (value = attributes[:'details']).is_a?(Array)
89
+ self.details = value
90
+ end
91
+ end
96
92
 
97
- if attributes.key?(:'fields')
98
- if (value = attributes[:'fields']).is_a?(Hash)
99
- self.fields = value
93
+ if attributes.key?(:'default')
94
+ self.default = attributes[:'default']
95
+ end
96
+
97
+ if attributes.key?(:'fields')
98
+ if (value = attributes[:'fields']).is_a?(Hash)
99
+ self.fields = value
100
+ end
100
101
  end
101
102
  end
102
- end
103
103
 
104
- # Show invalid properties with the reasons. Usually used together with valid?
105
- # @return Array for valid properties with the reasons
106
- def list_invalid_properties
107
- invalid_properties = Array.new
108
- invalid_properties
109
- end
104
+ # Show invalid properties with the reasons. Usually used together with valid?
105
+ # @return Array for valid properties with the reasons
106
+ def list_invalid_properties
107
+ invalid_properties = Array.new
108
+ invalid_properties
109
+ end
110
110
 
111
- # Check to see if the all the properties in the model are valid
112
- # @return true if the model is valid
113
- def valid?
114
- true
115
- end
111
+ # Check to see if the all the properties in the model are valid
112
+ # @return true if the model is valid
113
+ def valid?
114
+ true
115
+ end
116
116
 
117
- # Checks equality by comparing each attribute.
118
- # @param [Object] Object to be compared
119
- def ==(o)
120
- return true if self.equal?(o)
121
- self.class == o.class &&
122
- type == o.type &&
123
- provider == o.provider &&
124
- otc_permitted == o.otc_permitted &&
125
- details == o.details &&
126
- default == o.default &&
127
- fields == o.fields
128
- end
117
+ # Checks equality by comparing each attribute.
118
+ # @param [Object] Object to be compared
119
+ def ==(o)
120
+ return true if self.equal?(o)
121
+ self.class == o.class &&
122
+ type == o.type &&
123
+ provider == o.provider &&
124
+ otc_permitted == o.otc_permitted &&
125
+ details == o.details &&
126
+ default == o.default &&
127
+ fields == o.fields
128
+ end
129
129
 
130
- # @see the `==` method
131
- # @param [Object] Object to be compared
132
- def eql?(o)
133
- self == o
134
- end
130
+ # @see the `==` method
131
+ # @param [Object] Object to be compared
132
+ def eql?(o)
133
+ self == o
134
+ end
135
135
 
136
- # Calculates hash code according to all attributes.
137
- # @return [Integer] Hash code
138
- def hash
139
- [type, provider, otc_permitted, details, default, fields].hash
140
- end
136
+ # Calculates hash code according to all attributes.
137
+ # @return [Integer] Hash code
138
+ def hash
139
+ [type, provider, otc_permitted, details, default, fields].hash
140
+ end
141
141
 
142
142
  require 'active_support/core_ext/hash'
143
143
  require 'active_support/hash_with_indifferent_access.rb'
@@ -253,6 +253,5 @@ def _to_hash(value)
253
253
  end
254
254
  end
255
255
 
256
- end
257
-
256
+ end
258
257
  end
@@ -13,77 +13,77 @@ OpenAPI Generator version: 4.0.0-beta3
13
13
  require 'date'
14
14
 
15
15
  module TransferZero
16
- class PaymentMethodListResponse
17
- attr_accessor :object
18
-
19
- # Attribute mapping from ruby-style variable name to JSON key.
20
- def self.attribute_map
21
- {
22
- :'object' => :'object'
23
- }
24
- end
25
-
26
- # Attribute type mapping.
27
- def self.openapi_types
28
- {
29
- :'object' => :'Array<PaymentMethodOpposite>'
30
- }
31
- end
16
+ class PaymentMethodListResponse
17
+ attr_accessor :object
18
+
19
+ # Attribute mapping from ruby-style variable name to JSON key.
20
+ def self.attribute_map
21
+ {
22
+ :'object' => :'object'
23
+ }
24
+ end
32
25
 
33
- # Initializes the object
34
- # @param [Hash] attributes Model attributes in the form of hash
35
- def initialize(attributes = {})
36
- if (!attributes.is_a?(Hash))
37
- fail ArgumentError, "The input argument (attributes) must be a hash in `TransferZero::PaymentMethodListResponse` initialize method"
26
+ # Attribute type mapping.
27
+ def self.openapi_types
28
+ {
29
+ :'object' => :'Array<PaymentMethodOpposite>'
30
+ }
38
31
  end
39
32
 
40
- # check to see if the attribute exists and convert string to symbol for hash key
41
- attributes = attributes.each_with_object({}) { |(k, v), h|
42
- if (!self.class.attribute_map.key?(k.to_sym))
43
- fail ArgumentError, "`#{k}` is not a valid attribute in `TransferZero::PaymentMethodListResponse`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
33
+ # Initializes the object
34
+ # @param [Hash] attributes Model attributes in the form of hash
35
+ def initialize(attributes = {})
36
+ if (!attributes.is_a?(Hash))
37
+ fail ArgumentError, "The input argument (attributes) must be a hash in `TransferZero::PaymentMethodListResponse` initialize method"
44
38
  end
45
- h[k.to_sym] = v
46
- }
47
39
 
48
- if attributes.key?(:'object')
49
- if (value = attributes[:'object']).is_a?(Array)
50
- self.object = value
40
+ # check to see if the attribute exists and convert string to symbol for hash key
41
+ attributes = attributes.each_with_object({}) { |(k, v), h|
42
+ if (!self.class.attribute_map.key?(k.to_sym))
43
+ fail ArgumentError, "`#{k}` is not a valid attribute in `TransferZero::PaymentMethodListResponse`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
44
+ end
45
+ h[k.to_sym] = v
46
+ }
47
+
48
+ if attributes.key?(:'object')
49
+ if (value = attributes[:'object']).is_a?(Array)
50
+ self.object = value
51
+ end
51
52
  end
52
53
  end
53
- end
54
54
 
55
- # Show invalid properties with the reasons. Usually used together with valid?
56
- # @return Array for valid properties with the reasons
57
- def list_invalid_properties
58
- invalid_properties = Array.new
59
- invalid_properties
60
- end
55
+ # Show invalid properties with the reasons. Usually used together with valid?
56
+ # @return Array for valid properties with the reasons
57
+ def list_invalid_properties
58
+ invalid_properties = Array.new
59
+ invalid_properties
60
+ end
61
61
 
62
- # Check to see if the all the properties in the model are valid
63
- # @return true if the model is valid
64
- def valid?
65
- true
66
- end
62
+ # Check to see if the all the properties in the model are valid
63
+ # @return true if the model is valid
64
+ def valid?
65
+ true
66
+ end
67
67
 
68
- # Checks equality by comparing each attribute.
69
- # @param [Object] Object to be compared
70
- def ==(o)
71
- return true if self.equal?(o)
72
- self.class == o.class &&
73
- object == o.object
74
- end
68
+ # Checks equality by comparing each attribute.
69
+ # @param [Object] Object to be compared
70
+ def ==(o)
71
+ return true if self.equal?(o)
72
+ self.class == o.class &&
73
+ object == o.object
74
+ end
75
75
 
76
- # @see the `==` method
77
- # @param [Object] Object to be compared
78
- def eql?(o)
79
- self == o
80
- end
76
+ # @see the `==` method
77
+ # @param [Object] Object to be compared
78
+ def eql?(o)
79
+ self == o
80
+ end
81
81
 
82
- # Calculates hash code according to all attributes.
83
- # @return [Integer] Hash code
84
- def hash
85
- [object].hash
86
- end
82
+ # Calculates hash code according to all attributes.
83
+ # @return [Integer] Hash code
84
+ def hash
85
+ [object].hash
86
+ end
87
87
 
88
88
  require 'active_support/core_ext/hash'
89
89
  require 'active_support/hash_with_indifferent_access.rb'
@@ -199,6 +199,5 @@ def _to_hash(value)
199
199
  end
200
200
  end
201
201
 
202
- end
203
-
202
+ end
204
203
  end
@@ -13,149 +13,149 @@ OpenAPI Generator version: 4.0.0-beta3
13
13
  require 'date'
14
14
 
15
15
  module TransferZero
16
- class PaymentMethodOpposite
17
- # Details currency and type of payment.
18
- attr_accessor :type
19
-
20
- # Identifies the payment provider.
21
- attr_accessor :provider
22
-
23
- # Are over the counter transactions permitted?
24
- attr_accessor :otc_permitted
25
-
26
- # Fields required to make the payment depending on type.
27
- attr_accessor :details
28
-
29
- # Boolean revealing whether this is the default payout method. Only present on payout methods
30
- attr_accessor :default
31
-
32
- # The fields needed for payments with this payment method with details on validation requirements
33
- attr_accessor :fields
34
-
35
- # List of all providers that can be used in conjunction with the main provider
36
- attr_accessor :opposites
37
-
38
- # Attribute mapping from ruby-style variable name to JSON key.
39
- def self.attribute_map
40
- {
41
- :'type' => :'type',
42
- :'provider' => :'provider',
43
- :'otc_permitted' => :'otc_permitted',
44
- :'details' => :'details',
45
- :'default' => :'default',
46
- :'fields' => :'fields',
47
- :'opposites' => :'opposites'
48
- }
49
- end
50
-
51
- # Attribute type mapping.
52
- def self.openapi_types
53
- {
54
- :'type' => :'String',
55
- :'provider' => :'String',
56
- :'otc_permitted' => :'Boolean',
57
- :'details' => :'Array<String>',
58
- :'default' => :'Boolean',
59
- :'fields' => :'Hash<String, FieldDescription>',
60
- :'opposites' => :'Array<PaymentMethod>'
61
- }
62
- end
16
+ class PaymentMethodOpposite
17
+ # Details currency and type of payment.
18
+ attr_accessor :type
19
+
20
+ # Identifies the payment provider.
21
+ attr_accessor :provider
22
+
23
+ # Are over the counter transactions permitted?
24
+ attr_accessor :otc_permitted
25
+
26
+ # Fields required to make the payment depending on type.
27
+ attr_accessor :details
28
+
29
+ # Boolean revealing whether this is the default payout method. Only present on payout methods
30
+ attr_accessor :default
31
+
32
+ # The fields needed for payments with this payment method with details on validation requirements
33
+ attr_accessor :fields
34
+
35
+ # List of all providers that can be used in conjunction with the main provider
36
+ attr_accessor :opposites
37
+
38
+ # Attribute mapping from ruby-style variable name to JSON key.
39
+ def self.attribute_map
40
+ {
41
+ :'type' => :'type',
42
+ :'provider' => :'provider',
43
+ :'otc_permitted' => :'otc_permitted',
44
+ :'details' => :'details',
45
+ :'default' => :'default',
46
+ :'fields' => :'fields',
47
+ :'opposites' => :'opposites'
48
+ }
49
+ end
63
50
 
64
- # List of class defined in allOf (OpenAPI v3)
65
- def self.openapi_all_of
66
- [
67
- :'PaymentMethod'
68
- ]
69
- end
51
+ # Attribute type mapping.
52
+ def self.openapi_types
53
+ {
54
+ :'type' => :'String',
55
+ :'provider' => :'String',
56
+ :'otc_permitted' => :'Boolean',
57
+ :'details' => :'Array<String>',
58
+ :'default' => :'Boolean',
59
+ :'fields' => :'Hash<String, FieldDescription>',
60
+ :'opposites' => :'Array<PaymentMethod>'
61
+ }
62
+ end
70
63
 
71
- # Initializes the object
72
- # @param [Hash] attributes Model attributes in the form of hash
73
- def initialize(attributes = {})
74
- if (!attributes.is_a?(Hash))
75
- fail ArgumentError, "The input argument (attributes) must be a hash in `TransferZero::PaymentMethodOpposite` initialize method"
64
+ # List of class defined in allOf (OpenAPI v3)
65
+ def self.openapi_all_of
66
+ [
67
+ :'PaymentMethod'
68
+ ]
76
69
  end
77
70
 
78
- # check to see if the attribute exists and convert string to symbol for hash key
79
- attributes = attributes.each_with_object({}) { |(k, v), h|
80
- if (!self.class.attribute_map.key?(k.to_sym))
81
- fail ArgumentError, "`#{k}` is not a valid attribute in `TransferZero::PaymentMethodOpposite`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
71
+ # Initializes the object
72
+ # @param [Hash] attributes Model attributes in the form of hash
73
+ def initialize(attributes = {})
74
+ if (!attributes.is_a?(Hash))
75
+ fail ArgumentError, "The input argument (attributes) must be a hash in `TransferZero::PaymentMethodOpposite` initialize method"
82
76
  end
83
- h[k.to_sym] = v
84
- }
85
77
 
86
- if attributes.key?(:'type')
87
- self.type = attributes[:'type']
88
- end
78
+ # check to see if the attribute exists and convert string to symbol for hash key
79
+ attributes = attributes.each_with_object({}) { |(k, v), h|
80
+ if (!self.class.attribute_map.key?(k.to_sym))
81
+ fail ArgumentError, "`#{k}` is not a valid attribute in `TransferZero::PaymentMethodOpposite`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
82
+ end
83
+ h[k.to_sym] = v
84
+ }
89
85
 
90
- if attributes.key?(:'provider')
91
- self.provider = attributes[:'provider']
92
- end
86
+ if attributes.key?(:'type')
87
+ self.type = attributes[:'type']
88
+ end
93
89
 
94
- if attributes.key?(:'otc_permitted')
95
- self.otc_permitted = attributes[:'otc_permitted']
96
- end
90
+ if attributes.key?(:'provider')
91
+ self.provider = attributes[:'provider']
92
+ end
97
93
 
98
- if attributes.key?(:'details')
99
- if (value = attributes[:'details']).is_a?(Array)
100
- self.details = value
94
+ if attributes.key?(:'otc_permitted')
95
+ self.otc_permitted = attributes[:'otc_permitted']
101
96
  end
102
- end
103
97
 
104
- if attributes.key?(:'default')
105
- self.default = attributes[:'default']
106
- end
98
+ if attributes.key?(:'details')
99
+ if (value = attributes[:'details']).is_a?(Array)
100
+ self.details = value
101
+ end
102
+ end
107
103
 
108
- if attributes.key?(:'fields')
109
- if (value = attributes[:'fields']).is_a?(Hash)
110
- self.fields = value
104
+ if attributes.key?(:'default')
105
+ self.default = attributes[:'default']
106
+ end
107
+
108
+ if attributes.key?(:'fields')
109
+ if (value = attributes[:'fields']).is_a?(Hash)
110
+ self.fields = value
111
+ end
111
112
  end
112
- end
113
113
 
114
- if attributes.key?(:'opposites')
115
- if (value = attributes[:'opposites']).is_a?(Array)
116
- self.opposites = value
114
+ if attributes.key?(:'opposites')
115
+ if (value = attributes[:'opposites']).is_a?(Array)
116
+ self.opposites = value
117
+ end
117
118
  end
118
119
  end
119
- end
120
120
 
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
- invalid_properties
126
- end
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
+ invalid_properties
126
+ end
127
127
 
128
- # Check to see if the all the properties in the model are valid
129
- # @return true if the model is valid
130
- def valid?
131
- true
132
- end
128
+ # Check to see if the all the properties in the model are valid
129
+ # @return true if the model is valid
130
+ def valid?
131
+ true
132
+ end
133
133
 
134
- # Checks equality by comparing each attribute.
135
- # @param [Object] Object to be compared
136
- def ==(o)
137
- return true if self.equal?(o)
138
- self.class == o.class &&
139
- type == o.type &&
140
- provider == o.provider &&
141
- otc_permitted == o.otc_permitted &&
142
- details == o.details &&
143
- default == o.default &&
144
- fields == o.fields &&
145
- opposites == o.opposites
146
- end
134
+ # Checks equality by comparing each attribute.
135
+ # @param [Object] Object to be compared
136
+ def ==(o)
137
+ return true if self.equal?(o)
138
+ self.class == o.class &&
139
+ type == o.type &&
140
+ provider == o.provider &&
141
+ otc_permitted == o.otc_permitted &&
142
+ details == o.details &&
143
+ default == o.default &&
144
+ fields == o.fields &&
145
+ opposites == o.opposites
146
+ end
147
147
 
148
- # @see the `==` method
149
- # @param [Object] Object to be compared
150
- def eql?(o)
151
- self == o
152
- end
148
+ # @see the `==` method
149
+ # @param [Object] Object to be compared
150
+ def eql?(o)
151
+ self == o
152
+ end
153
153
 
154
- # Calculates hash code according to all attributes.
155
- # @return [Integer] Hash code
156
- def hash
157
- [type, provider, otc_permitted, details, default, fields, opposites].hash
158
- end
154
+ # Calculates hash code according to all attributes.
155
+ # @return [Integer] Hash code
156
+ def hash
157
+ [type, provider, otc_permitted, details, default, fields, opposites].hash
158
+ end
159
159
 
160
160
  require 'active_support/core_ext/hash'
161
161
  require 'active_support/hash_with_indifferent_access.rb'
@@ -271,6 +271,5 @@ def _to_hash(value)
271
271
  end
272
272
  end
273
273
 
274
- end
275
-
274
+ end
276
275
  end