paymentMethod property

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

The payment method used in the transaction.

Implementation

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