/** * Kanga Exchange API * API documentation generated from Kanga Exchange source code. * * The version of the OpenAPI document: 1.0.0 * Contact: support@kanga.exchange * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * Insufficient balance * @export * @interface ApiV2KposRefillPost200ResponseOneOf2 */ export interface ApiV2KposRefillPost200ResponseOneOf2 { /** * * @type {string} * @memberof ApiV2KposRefillPost200ResponseOneOf2 */ result: ApiV2KposRefillPost200ResponseOneOf2ResultEnum; /** * * @type {number} * @memberof ApiV2KposRefillPost200ResponseOneOf2 */ code: ApiV2KposRefillPost200ResponseOneOf2CodeEnum; } /** * @export */ export declare const ApiV2KposRefillPost200ResponseOneOf2ResultEnum: { readonly Fail: "fail"; }; export type ApiV2KposRefillPost200ResponseOneOf2ResultEnum = typeof ApiV2KposRefillPost200ResponseOneOf2ResultEnum[keyof typeof ApiV2KposRefillPost200ResponseOneOf2ResultEnum]; /** * @export */ export declare const ApiV2KposRefillPost200ResponseOneOf2CodeEnum: { readonly NUMBER_9003: 9003; }; export type ApiV2KposRefillPost200ResponseOneOf2CodeEnum = typeof ApiV2KposRefillPost200ResponseOneOf2CodeEnum[keyof typeof ApiV2KposRefillPost200ResponseOneOf2CodeEnum]; /** * Check if a given object implements the ApiV2KposRefillPost200ResponseOneOf2 interface. */ export declare function instanceOfApiV2KposRefillPost200ResponseOneOf2(value: object): boolean; export declare function ApiV2KposRefillPost200ResponseOneOf2FromJSON(json: any): ApiV2KposRefillPost200ResponseOneOf2; export declare function ApiV2KposRefillPost200ResponseOneOf2FromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiV2KposRefillPost200ResponseOneOf2; export declare function ApiV2KposRefillPost200ResponseOneOf2ToJSON(value?: ApiV2KposRefillPost200ResponseOneOf2 | null): any; //# sourceMappingURL=ApiV2KposRefillPost200ResponseOneOf2.d.ts.map