Method: Aimastering::Payment.swagger_types
- Defined in:
- lib/aimastering/models/payment.rb
.swagger_types ⇒ Object
Attribute type mapping.
68 69 70 71 72 73 74 75 76 77 78 |
# File 'lib/aimastering/models/payment.rb', line 68 def self.swagger_types { :'id' => :'Integer', :'service' => :'String', :'product_given' => :'BOOLEAN', :'product' => :'Object', :'transaction_id' => :'String', :'transaction_detail' => :'Object', :'created_at' => :'DateTime' } end |