CheckoutTokenIssueInitError

public enum CheckoutTokenIssueInitError : Decodable, Encodable, JsonApiResponse, WalletErrorApiResponse

Undocumented

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

    Declaration

    Swift

    case accountNotFound
  • Declaration

    Swift

    public init(from decoder: Decoder) throws
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws