paymentMethod property

  1. @BuiltValueField.new(wireName: r'paymentMethod')
String? get paymentMethod

The payment method associated with the card (e.g. visa, mc, or amex).

Implementation

@BuiltValueField(wireName: r'paymentMethod')
String? get paymentMethod;