paymentMethod property

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

The payment method used by the shopper.

Implementation

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