card property
Contains information about the card payment instrument. Returned when you create a payment instrument with type card.
Implementation
@BuiltValueField(wireName: r'card')
Card? get card;
Contains information about the card payment instrument. Returned when you create a payment instrument with type card.
@BuiltValueField(wireName: r'card')
Card? get card;