Structures

The following structures are available globally.

  • Response for a request of check the authorization code.

    See more

    Declaration

    Swift

    public struct CheckoutAuthCheck : Decodable, Encodable
    extension CheckoutAuthCheck: JsonApiResponse
    extension CheckoutAuthCheck: WalletApiResponse
  • Response for request authorization context api method.

    See more

    Declaration

    Swift

    public struct CheckoutAuthContextGet : Decodable, Encodable
    extension CheckoutAuthContextGet: JsonApiResponse
    extension CheckoutAuthContextGet: WalletApiResponse
  • Response for a request of creating an auth session.

    See more

    Declaration

    Swift

    public struct CheckoutAuthSessionGenerate : Decodable, Encodable
    extension CheckoutAuthSessionGenerate: JsonApiResponse
    extension CheckoutAuthSessionGenerate: WalletApiResponse
  • Generate payment token

    See more

    Declaration

    Swift

    public struct CheckoutTokenIssueExecute : Decodable, Encodable
    extension CheckoutTokenIssueExecute: JsonApiResponse
    extension CheckoutTokenIssueExecute: WalletApiResponse
  • The process is initiated with the payment token.

    See more

    Declaration

    Swift

    public struct CheckoutTokenIssueInit : Decodable, Encodable
    extension CheckoutTokenIssueInit: JsonApiResponse
    extension CheckoutTokenIssueInit: WalletApiResponse
  • Get information about the merchant’s customer, such as a mobile app.

    See more

    Declaration

    Swift

    public struct MerchantClientInfo : Decodable, Encodable
    extension MerchantClientInfo: JsonApiResponse
    extension MerchantClientInfo: WalletApiResponse
  • Application authorization parameters

    See more

    Declaration

    Swift

    public struct AuthParams : Decodable, Encodable
  • Output format description of user authorization status

    See more

    Declaration

    Swift

    public struct AuthTypeState : Decodable, Encodable
  • Undocumented

    See more

    Declaration

    Swift

    public struct MonetaryAmount : Decodable, Encodable