card property
Hash describing the card used to make the charge.
Implementation
@JsonKey(name: "bank_account") BankAccountToken? get bankAccount;/// Hash describing the card used to make the charge.
CardToken? get card;
Hash describing the card used to make the charge.
@JsonKey(name: "bank_account") BankAccountToken? get bankAccount;/// Hash describing the card used to make the charge.
CardToken? get card;