Method: TogaiClient::PurchaseListResponse.attribute_map

Defined in:
lib/togai_client/models/purchase_list_response.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
# File 'lib/togai_client/models/purchase_list_response.rb', line 72

def self.attribute_map
  {
    :'id' => :'id',
    :'price_plan_id' => :'pricePlanId',
    :'price_plan_name' => :'pricePlanName',
    :'quantity' => :'quantity',
    :'rate_card_quantities' => :'rateCardQuantities',
    :'price_plan_version' => :'pricePlanVersion',
    :'status' => :'status',
    :'idempotency_key' => :'idempotencyKey',
    :'purchase_plan' => :'purchasePlan',
    :'wallet_topup_details' => :'walletTopupDetails',
    :'price' => :'price',
    :'invoice_currency' => :'invoiceCurrency',
    :'created_at' => :'createdAt',
    :'updated_at' => :'updatedAt',
    :'type' => :'type'
  }
end