@getopenpay/client
Version:
OpenPay API TypeScript SDK
42 lines (41 loc) • 1.33 kB
TypeScript
/**
* OpenPay API
* super charge your subscription management.
*
* The version of the OpenAPI document: 1.2.1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
/**
*
* @export
*/
export declare const CustomerLanguage: {
readonly En: "en";
readonly EnUs: "en_us";
readonly Pt: "pt";
readonly Es: "es";
readonly De: "de";
readonly Fr: "fr";
readonly It: "it";
readonly Nl: "nl";
readonly Ro: "ro";
readonly Zh: "zh";
readonly ZhHk: "zh_hk";
readonly ZhTw: "zh_tw";
readonly Ru: "ru";
readonly Ja: "ja";
readonly Ko: "ko";
readonly Ar: "ar";
readonly Tr: "tr";
readonly Hi: "hi";
};
export type CustomerLanguage = typeof CustomerLanguage[keyof typeof CustomerLanguage];
export declare function instanceOfCustomerLanguage(value: any): boolean;
export declare function CustomerLanguageFromJSON(json: any): CustomerLanguage;
export declare function CustomerLanguageFromJSONTyped(json: any, ignoreDiscriminator: boolean): CustomerLanguage;
export declare function CustomerLanguageToJSON(value?: CustomerLanguage | null): any;
export declare function CustomerLanguageToJSONTyped(value: any, ignoreDiscriminator: boolean): CustomerLanguage;