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
  • Response for request authorization context api method.

    See more

    Declaration

    Swift

    public struct CheckoutAuthContextGet : Decodable, Encodable
  • The process is initiated with the payment token to the merchant Yandex.Checkout.

    See more

    Declaration

    Swift

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

    See more

    Declaration

    Swift

    public struct MerchantClientInfo : Decodable, Encodable
  • 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