paymentMethod property

  1. @BuiltValueField.new(wireName: r'paymentMethod')
BuiltMap<String, String> get paymentMethod

The collection that contains the type of the payment method and its specific information if available

Implementation

@BuiltValueField(wireName: r'paymentMethod')
BuiltMap<String, String> get paymentMethod;