card property

  1. @BuiltValueField.new(wireName: r'card')
Card? get card

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;