DigitalPayStoreData
public protocol DigitalPayStoreData
Undocumented
-
The in-store payment transaction store id.
Declaration
Swift
var storeId: String { get }
-
The in-store payment transaction store id. This is a 12 digit \“0\” [zero] padded numeric string.
Declaration
Swift
var rrn: String { get }
-
The in-store payment transaction timestamp. The timestamp format is milliseconds since epoch.
Declaration
Swift
var transactionTimestamp: Decimal { get }