DigitalPayTransactionType

interface DigitalPayTransactionType : Serializable

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

applePay
Link copied to clipboard

The container transaction type to use for apple pay instruments.

abstract val applePay: ApplePayTransactionDetail?
creditCard
Link copied to clipboard

The container transaction type to use for credit card instruments.

abstract val creditCard: PreauthPurchase?
giftCard
Link copied to clipboard

The container transaction type to use for gift card instruments.

abstract val giftCard: Purchase?
googlePay
Link copied to clipboard

The container transaction type to use for google pay instruments.

abstract val googlePay: GooglePayTransactionDetail?
payPal
Link copied to clipboard

The container transaction type to use for paypal instruments.

abstract val payPal: Purchase?