Method: TransferZero::ProofOfPayment.openapi_types
- Defined in:
- lib/transferzero-sdk/models/proof_of_payment.rb
.openapi_types ⇒ Object
Attribute type mapping.
40 41 42 43 44 45 46 47 |
# File 'lib/transferzero-sdk/models/proof_of_payment.rb', line 40 def self.openapi_types { :'id' => :'String', :'file_name' => :'String', :'thumbnail' => :'String', :'url' => :'String' } end |