CheckoutTokenIssueExecuteError

public enum CheckoutTokenIssueExecuteError : Decodable, Encodable, JsonApiResponse, WalletErrorApiResponse

Undocumented

  • Failed authorization. The application should proceed to authorization

    Declaration

    Swift

    case authRequired
  • The process of issuing a payment token expired or token has already been issued in the framework of this process.

    Declaration

    Swift

    case authExpired

Decodable

  • Declaration

    Swift

    public init(from decoder: Decoder) throws

Encodable

  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws