/** * 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. */ import { ApiV2PayPaymentCreatePost200ResponseOneOf } from './ApiV2PayPaymentCreatePost200ResponseOneOf'; import { ApiV2PayPaymentCreatePost200ResponseOneOf1 } from './ApiV2PayPaymentCreatePost200ResponseOneOf1'; import { ApiV2PayPaymentCreatePost200ResponseOneOf2 } from './ApiV2PayPaymentCreatePost200ResponseOneOf2'; import { ApiV2PayPaymentCreatePost200ResponseOneOf3 } from './ApiV2PayPaymentCreatePost200ResponseOneOf3'; import { ApiV2PayPaymentCreatePost200ResponseOneOf4 } from './ApiV2PayPaymentCreatePost200ResponseOneOf4'; import { ApiV2PayPaymentCreatePost200ResponseOneOf5 } from './ApiV2PayPaymentCreatePost200ResponseOneOf5'; import { ApiV2PayPaymentGetPost200ResponseOneOf1 } from './ApiV2PayPaymentGetPost200ResponseOneOf1'; import { ApiV2PayPaymentGetPost200ResponseOneOf2 } from './ApiV2PayPaymentGetPost200ResponseOneOf2'; import { ApiV2PayPaymentGetPost200ResponseOneOf3 } from './ApiV2PayPaymentGetPost200ResponseOneOf3'; /** * @type ApiV2PayPaymentCreatePost200Response * * @export */ export type ApiV2PayPaymentCreatePost200Response = ApiV2PayPaymentCreatePost200ResponseOneOf | ApiV2PayPaymentCreatePost200ResponseOneOf1 | ApiV2PayPaymentCreatePost200ResponseOneOf2 | ApiV2PayPaymentCreatePost200ResponseOneOf3 | ApiV2PayPaymentCreatePost200ResponseOneOf4 | ApiV2PayPaymentCreatePost200ResponseOneOf5 | ApiV2PayPaymentGetPost200ResponseOneOf1 | ApiV2PayPaymentGetPost200ResponseOneOf2 | ApiV2PayPaymentGetPost200ResponseOneOf3; export declare function ApiV2PayPaymentCreatePost200ResponseFromJSON(json: any): ApiV2PayPaymentCreatePost200Response; export declare function ApiV2PayPaymentCreatePost200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiV2PayPaymentCreatePost200Response; export declare function ApiV2PayPaymentCreatePost200ResponseToJSON(value?: ApiV2PayPaymentCreatePost200Response | null): any; //# sourceMappingURL=ApiV2PayPaymentCreatePost200Response.d.ts.map