card property

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

Contains information about the card. Required when you create a payment instrument of type card.

Implementation

@BuiltValueField(wireName: r'card')
CardInfo? get card;