RemotePaymentOutputData
public struct RemotePaymentOutputData : Sendable
This is a struct representing the data returned from the generateRemotePayment(withDigitalCardID:remotePaymentInputData:userPrompt:) API.
-
The String of PAN.
Declaration
Swift
public let pan: String -
The String of PANSequenceNumber.
Declaration
Swift
public let panSequenceNumber: Int -
The String of PAR.
Declaration
Swift
public let par: String -
The String of expirationDate.
Declaration
Swift
public let expirationDate: Date? -
The
track2EquivalentDatastring of the transaction.Declaration
Swift
public let track2EquivalentData: String -
The Cryptogram Data type of the transaction
CryptogramType.Declaration
Swift
public let cryptogramType: CryptogramType -
The byte array of CryptogramData.
Declaration
Swift
public let cryptogramData: Data
RemotePaymentOutputData Structure Reference