Method: Api::Customer.openapi_types
- Defined in:
- lib/jamm/api/models/v1_customer.rb
.openapi_types ⇒ Object
Attribute type mapping.
52 53 54 55 56 57 58 59 60 61 62 |
# File 'lib/jamm/api/models/v1_customer.rb', line 52 def self.openapi_types { :'id' => :'String', :'email' => :'String', :'activated' => :'Boolean', :'status' => :'Apiv1Status', :'bank_information' => :'BankInformation', :'created_at' => :'Time', :'updated_at' => :'Time' } end |