Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.37 KB

ChargeResponse.md

File metadata and controls

32 lines (27 loc) · 1.37 KB

conekta.model.ChargeResponse

Load the model package

import 'package:conekta/api.dart';

Properties

Name Type Description Notes
amount int [optional]
channel ChargeResponseChannel [optional]
createdAt int [optional]
currency String [optional]
customerId String [optional]
description String [optional]
deviceFingerprint String [optional]
failureCode String [optional]
failureMessage String [optional]
id String Charge ID [optional]
livemode bool Whether the charge was made in live mode or not [optional]
object String [optional]
orderId String Order ID [optional]
paidAt int Payment date [optional]
paymentMethod ChargeResponsePaymentMethod [optional]
referenceId String Reference ID of the charge [optional]
refunds ChargeResponseRefunds [optional]
status String [optional]

[Back to Model list] [Back to API list] [Back to README]