IssuerData

public struct IssuerData : Sendable

IssuerData contains the information of the issuer.

  • The name of the issuer.

    Declaration

    Swift

    public let name: String
  • The phone number of the customer service and support.

    Declaration

    Swift

    public let phoneNumber: String
  • The URL for customer service and support.

    Declaration

    Swift

    public let website: String?
  • The email address of the customer service and support.

    Declaration

    Swift

    public let email: String?