Structures

The following structures are available globally.

  • The class that contains the Application Identifier Information stored in PPSE FCI It is used for MPA to manage the priority and lock status of a particular Application Identifier (AID) for VISA contactless payment combo product.

    Since

    7.1.0
    See more

    Declaration

    Swift

    public struct AIDInfo : Sendable
    extension AIDInfo: Hashable
    extension AIDInfo: Equatable
  • Encapsulates the input required to start a contactless payment.

    ContactlessPaymentInputData defines whether wallet transaction data should be provided directly (ephemeral) or retrieved from storage.

    See more

    Declaration

    Swift

    public struct ContactlessPaymentInputData : Sendable
  • The class that contains transaction details.

    Since

    7.0.0
    See more

    Declaration

    Swift

    public struct TransactionContext : Sendable