paymentMethod property

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

Only returned for resultCode: Authorised. Details about the payment method used in the transaction.

Implementation

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