/** * 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. */ /** * * @export * @enum {string} */ export declare const EnumCurrencyUnit: { readonly TRY: "TRY"; readonly EUR: "EUR"; readonly USD: "USD"; readonly IRR: "IRR"; readonly GBP: "GBP"; readonly NOK: "NOK"; readonly RUB: "RUB"; readonly CHF: "CHF"; }; export type EnumCurrencyUnit = typeof EnumCurrencyUnit[keyof typeof EnumCurrencyUnit];