RemotePaymentOutputData

public struct RemotePaymentOutputData : Sendable

This is a struct representing the data returned from the generateRemotePayment(withDigitalCardID:remotePaymentInputData:userPrompt:) API.

  • pan

    The String of PAN.

    Declaration

    Swift

    public let pan: String
  • The String of PANSequenceNumber.

    Declaration

    Swift

    public let panSequenceNumber: Int
  • par

    The String of PAR.

    Declaration

    Swift

    public let par: String
  • The String of expirationDate.

    Declaration

    Swift

    public let expirationDate: Date?
  • The track2EquivalentData string 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