DigitalPayRecieptData

interface DigitalPayRecieptData

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

cardSuffix
Link copied to clipboard

The suffix (last 4 digits) of the credit card number used in the WebPay transaction.

abstract val cardSuffix: String
expiryMonth
Link copied to clipboard

The month of the expiry date of the credit card.

abstract val expiryMonth: String
expiryYear
Link copied to clipboard

The year of the expiry date of the credit card.

abstract val expiryYear: String
scheme
Link copied to clipboard

The credit card scheme.

abstract val scheme: String