DigitalPayStoreData

interface DigitalPayStoreData : 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

rrn
Link copied to clipboard

The in-store payment transaction store id. This is a 12 digit \"0\" zero padded numeric string.

abstract val rrn: String
storeId
Link copied to clipboard

The in-store payment transaction store id.

abstract val storeId: String
transactionTimestamp
Link copied to clipboard

The in-store payment transaction timestamp. The timestamp format is milliseconds since epoch.

abstract val transactionTimestamp: BigDecimal