sourcePaymentMethod property

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

The collection that contains the source payment method and its specific information if available. Note that type should not be included since it is inferred from the (target) payment method

Implementation

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