public enum PaymentInstrumentType
The method by which the payment was made.
public static PaymentInstrumentType CARD_PRESENT
A card transaction where the card is used directly.
public static PaymentInstrumentType CARD_NOT_PRESENT
A card transaction where the card is not present.
public static PaymentInstrumentType CARD_KEYED
A card transaction where the card details are manually entered.
public static PaymentInstrumentType CARD_TOKEN
A token transaction for subscriptions
public static PaymentInstrumentType CASH
A cash transaction.
public static PaymentInstrumentType ALIPAY_BARCODE
An AliPay barcode transaction.
public static PaymentInstrumentType CARD_KEYED_RECOVERY
An Card Recovery transaction.