/** * NOTE: This file is auto generated by Xendit. * Do not edit the class manually. * Improvements? Share your ideas at https://github.com/xendit/xendit-node */ /** * * @export */ export declare const PaymentRequestCurrency: { readonly Idr: "IDR"; readonly Php: "PHP"; readonly Vnd: "VND"; readonly Thb: "THB"; readonly Myr: "MYR"; readonly Usd: "USD"; readonly XenditEnumDefaultFallback: "UNKNOWN_ENUM_VALUE"; }; export type PaymentRequestCurrency = typeof PaymentRequestCurrency[keyof typeof PaymentRequestCurrency]; export declare function PaymentRequestCurrencyFromJSON(json: any): PaymentRequestCurrency; export declare function PaymentRequestCurrencyFromJSONTyped(json: any, ignoreDiscriminator: boolean): PaymentRequestCurrency; export declare function PaymentRequestCurrencyToJSON(value?: PaymentRequestCurrency | null): any;