paymentMethod property

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

Details about the payment method used in the transaction. Only returned if resultCode is Authorised.

Implementation

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