Method: TransferZero::PayinMethod.attribute_map
- Defined in:
- lib/transferzero-sdk/models/payin_method.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
33 34 35 36 37 38 39 40 41 |
# File 'lib/transferzero-sdk/models/payin_method.rb', line 33 def self.attribute_map { :'type' => :'type', :'in_details' => :'in_details', :'out_details' => :'out_details', :'instructions' => :'instructions', :'provider' => :'provider' } end |