Sha256: 0c472ba821b4dc745721497f968fb5c873d875e1cec0a4a15505683c08bbd42d
Contents?: true
Size: 1.82 KB
Versions: 4
Compression:
Stored size: 1.82 KB
Contents
# Conekta::ChargeOrderResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **amount** | **Integer** | | [optional] | | **channel** | [**ChargeResponseChannel**](ChargeResponseChannel.md) | | [optional] | | **created_at** | **Integer** | | [optional] | | **currency** | **String** | | [optional] | | **customer_id** | **String** | | [optional] | | **description** | **String** | | [optional] | | **device_fingerprint** | **String** | | [optional] | | **failure_code** | **String** | | [optional] | | **failure_message** | **String** | | [optional] | | **id** | **String** | | [optional] | | **livemode** | **Boolean** | | [optional] | | **monthly_installments** | **Integer** | | [optional] | | **object** | **String** | | [optional] | | **order_id** | **String** | | [optional] | | **paid_at** | **Integer** | | [optional] | | **payment_method** | [**ChargeOrderResponsePaymentMethod**](ChargeOrderResponsePaymentMethod.md) | | [optional] | | **reference_id** | **String** | Reference ID of the charge | [optional] | | **refunds** | **Array<Object>** | | [optional] | | **status** | **String** | | [optional] | ## Example ```ruby require 'conekta' instance = Conekta::ChargeOrderResponse.new( amount: 4321, channel: null, created_at: 1676386026, currency: MXN, customer_id: null, description: Payment from order, device_fingerprint: 6FR3chaU4Y1nGAW5NAGd1rcjAKa142Ba, failure_code: suspected_fraud, failure_message: Este cargo ha sido declinado porque el comportamiento del comprador es sospechoso., id: 63efa757cf65380001aec040, livemode: true, monthly_installments: null, object: null, order_id: ord_2tN73UdUSNrYRPD9r, paid_at: 1676390742, payment_method: null, reference_id: ref_2tN73UdUSNrYRPD9r, refunds: null, status: pending_payment ) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
conekta-6.0.4 | docs/ChargeOrderResponse.md |
conekta-6.0.3 | docs/ChargeOrderResponse.md |
conekta-6.0.2 | docs/ChargeOrderResponse.md |
conekta-6.0.1 | docs/ChargeOrderResponse.md |