Method: TransferZero::PayinMethod.openapi_types
- Defined in:
- lib/transferzero-sdk/models/payin_method.rb
.openapi_types ⇒ Object
Attribute type mapping.
44 45 46 47 48 49 50 51 52 |
# File 'lib/transferzero-sdk/models/payin_method.rb', line 44 def self.openapi_types { :'type' => :'String', :'in_details' => :'PayinMethodDetails', :'out_details' => :'Object', :'instructions' => :'Object', :'provider' => :'String' } end |