paymentMethod property

String? paymentMethod
getter/setter pair

The payment method for the transaction.

The allowed values are: * credit-card * debit-card * gift-card * processor-{name} (If a third-party is used, for example, processor-paypal)

  • custom-{name} (If an alternative method is used, for example, custom-crypto)

Optional.

Implementation

core.String? paymentMethod;