CheckoutTokenIssueInitError

public enum CheckoutTokenIssueInitError : Decodable, Encodable, JsonApiResponse, WalletErrorApiResponse

Undocumented

  • There is no user account in YooMoney wallet. The application should proceed to the process of opening the wallet.

    Declaration

    Swift

    case accountNotFound

Decodable

  • Declaration

    Swift

    public init(from decoder: Decoder) throws

Encodable

  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws