ChargeOrderResponsePaymentMethod class abstract
ChargeOrderResponsePaymentMethod
Properties:
type
object
authCode
cashierId
reference
barcodeUrl
expiresAt
serviceName
store
storeName
accountType
brand
contractId
- Id sent for recurrent charges.country
expMonth
expYear
fraudIndicators
issuer
last4
name
bank
clabe
description
executedAt
issuingAccountBank
issuingAccountNumber
issuingAccountHolderName
issuingAccountTaxId
paymentAttempts
receivingAccountHolderName
receivingAccountNumber
receivingAccountBank
receivingAccountTaxId
referenceNumber
trackingCode
- Available extensions
- Annotations
-
- @BuiltValue()
Constructors
- ChargeOrderResponsePaymentMethod([void updates(ChargeOrderResponsePaymentMethodBuilder b)])
-
factory
Properties
- discriminatorValue → String?
-
Available on ChargeOrderResponsePaymentMethod, provided by the ChargeOrderResponsePaymentMethodDiscriminatorExt extension
no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- oneOf → OneOf
-
One Of PaymentMethodBankTransfer, PaymentMethodCard, PaymentMethodCash
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(ChargeOrderResponsePaymentMethodBuilder)) → ChargeOrderResponsePaymentMethod -
Rebuilds the instance.
inherited
-
toBuilder(
) → ChargeOrderResponsePaymentMethodBuilder -
Converts the instance to a builder
B
.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
ChargeOrderResponsePaymentMethod> -
no setter
Constants
- discriminatorFieldName → const String
-
discriminatorMapping
→ const Map<
String, Type>