paymentMethod property
Details about the payment method used in the transaction. Only returned if resultCode is Authorised.
Implementation
@BuiltValueField(wireName: r'paymentMethod')
ResponsePaymentMethod? get paymentMethod;
Details about the payment method used in the transaction. Only returned if resultCode is Authorised.
@BuiltValueField(wireName: r'paymentMethod')
ResponsePaymentMethod? get paymentMethod;