Method: OryClient::Invoice.openapi_types
- Defined in:
- lib/ory-client/models/invoice.rb
.openapi_types ⇒ Object
Attribute type mapping.
74 75 76 77 78 79 80 81 82 |
# File 'lib/ory-client/models/invoice.rb', line 74 def self.openapi_types { :'id' => :'String', :'invoiced_at' => :'Time', :'type' => :'String', :'updated_at' => :'Time', :'v1' => :'InvoiceDataV1' } end |