Structures
The following structures are available globally.
-
Response for a request of check the authorization code.
See moreDeclaration
Swift
public struct CheckoutAuthCheck : Decodable, Encodable
extension CheckoutAuthCheck: JsonApiResponse
extension CheckoutAuthCheck: WalletApiResponse
-
Response for request authorization context api method.
See moreDeclaration
Swift
public struct CheckoutAuthContextGet : Decodable, Encodable
extension CheckoutAuthContextGet: JsonApiResponse
extension CheckoutAuthContextGet: WalletApiResponse
-
Response for a request of creating an auth session.
See moreDeclaration
Swift
public struct CheckoutAuthSessionGenerate : Decodable, Encodable
extension CheckoutAuthSessionGenerate: JsonApiResponse
extension CheckoutAuthSessionGenerate: WalletApiResponse
-
Generate payment token
See moreDeclaration
Swift
public struct CheckoutTokenIssueExecute : Decodable, Encodable
extension CheckoutTokenIssueExecute: JsonApiResponse
extension CheckoutTokenIssueExecute: WalletApiResponse
-
The process is initiated with the payment token.
See moreDeclaration
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 moreDeclaration
Swift
public struct MerchantClientInfo : Decodable, Encodable
extension MerchantClientInfo: JsonApiResponse
extension MerchantClientInfo: WalletApiResponse
-
Application authorization parameters
See moreDeclaration
Swift
public struct AuthParams : Decodable, Encodable
-
Output format description of user authorization status
See moreDeclaration
Swift
public struct AuthTypeState : Decodable, Encodable
-
Undocumented
See moreDeclaration
Swift
public struct MonetaryAmount : Decodable, Encodable