card property

CardToken? get card
inherited

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;