Method: Conekta::ChargeResponse.openapi_types
- Defined in:
- lib/conekta/models/charge_response.rb
.openapi_types ⇒ Object
Attribute type mapping.
90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 |
# File 'lib/conekta/models/charge_response.rb', line 90 def self.openapi_types { :'amount' => :'Integer', :'channel' => :'ChargeResponseChannel', :'created_at' => :'Integer', :'currency' => :'String', :'customer_id' => :'String', :'description' => :'String', :'device_fingerprint' => :'String', :'failure_code' => :'String', :'failure_message' => :'String', :'id' => :'String', :'livemode' => :'Boolean', :'object' => :'String', :'order_id' => :'String', :'paid_at' => :'Integer', :'payment_method' => :'ChargeResponsePaymentMethod', :'reference_id' => :'String', :'refunds' => :'ChargeResponseRefunds', :'status' => :'String' } end |