Enumerations

The following enumerations are available globally.

  • The authorization type of the user

    See more

    Declaration

    Swift

    public enum AuthType : String, Decodable, Encodable
  • Undocumented

    See more

    Declaration

    Swift

    public enum CurrencyCode : String, Decodable, Encodable
  • How many times are allowed to pay a generated token: one-time or unlimited.

    See more

    Declaration

    Swift

    public enum PaymentUsageLimit : String, Decodable, Encodable