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