Method: TransferZero::PayinMethod.openapi_types
- Defined in:
- lib/transferzero-sdk/models/payin_method.rb
.openapi_types ⇒ Object
Attribute type mapping.
56 57 58 59 60 61 62 63 64 65 66 67 68 |
# File 'lib/transferzero-sdk/models/payin_method.rb', line 56 def self.openapi_types { :'type' => :'String', :'ux_flow' => :'PayinMethodUxFlow', :'in_details' => :'PayinMethodDetails', :'id' => :'String', :'state' => :'PayinMethodState', :'state_reason_details' => :'StateReasonDetails', :'out_details' => :'Object', :'instructions' => :'Object', :'errors' => :'Hash<String, Array<ValidationErrorDescription>>' } end |