Method: TogaiClient::PurchaseListResponse.openapi_types
- Defined in:
- lib/togai_client/models/purchase_list_response.rb
.openapi_types ⇒ Object
Attribute type mapping.
98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 |
# File 'lib/togai_client/models/purchase_list_response.rb', line 98 def self.openapi_types { :'id' => :'String', :'price_plan_id' => :'String', :'price_plan_name' => :'String', :'quantity' => :'Integer', :'rate_card_quantities' => :'Hash<String, Float>', :'price_plan_version' => :'Integer', :'status' => :'PurchaseStatus', :'idempotency_key' => :'String', :'purchase_plan' => :'PricePlanDetails', :'wallet_topup_details' => :'WalletTopupDetails', :'price' => :'Float', :'invoice_currency' => :'String', :'created_at' => :'Time', :'updated_at' => :'Time', :'type' => :'PurchaseType' } end |