PaymentType

public enum PaymentType : UInt, Sendable

The types of payment methods supported by the DigitalCard.

  • qr

    QR Code payment.

    Declaration

    Swift

    case qr = 1
  • Contactless payment.

    Declaration

    Swift

    case contactless = 2
  • Remote payment.

    Declaration

    Swift

    case dsrp = 3
  • Description of the payment method.

    Declaration

    Swift

    public var description: String { get }