/** * Iyzico API * Iyzico Open API Declaration * * The version of the OpenAPI document: 0.1.15 * Contact: oguz.ozcan@vennyx.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import type { InitializeSubscriptionResponseFields } from './initialize-subscription-response-fields'; import type { LocaleAndConversationId } from './locale-and-conversation-id'; import type { StatusAndSystemTime } from './status-and-system-time'; /** * @type InitializeSubscriptionCheckoutForm2XXResponse * @export */ export type InitializeSubscriptionCheckoutForm2XXResponse = InitializeSubscriptionResponseFields & LocaleAndConversationId & StatusAndSystemTime;