/** * 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 */ /** * EWallet Channel Code * @export */ export declare const EWalletChannelCode: { readonly Gcash: "GCASH"; readonly Grabpay: "GRABPAY"; readonly Paymaya: "PAYMAYA"; readonly Ovo: "OVO"; readonly Dana: "DANA"; readonly Linkaja: "LINKAJA"; readonly Shopeepay: "SHOPEEPAY"; readonly Sakuku: "SAKUKU"; readonly Nexcash: "NEXCASH"; readonly Astrapay: "ASTRAPAY"; readonly Jeniuspay: "JENIUSPAY"; readonly Appota: "APPOTA"; readonly Momo: "MOMO"; readonly Vnptwallet: "VNPTWALLET"; readonly Viettelpay: "VIETTELPAY"; readonly Zalopay: "ZALOPAY"; readonly Wechatpay: "WECHATPAY"; readonly Linepay: "LINEPAY"; readonly Truemoney: "TRUEMONEY"; readonly Alipay: "ALIPAY"; readonly Touchngo: "TOUCHNGO"; readonly XenditEnumDefaultFallback: "UNKNOWN_ENUM_VALUE"; }; export type EWalletChannelCode = typeof EWalletChannelCode[keyof typeof EWalletChannelCode]; export declare function EWalletChannelCodeFromJSON(json: any): EWalletChannelCode; export declare function EWalletChannelCodeFromJSONTyped(json: any, ignoreDiscriminator: boolean): EWalletChannelCode; export declare function EWalletChannelCodeToJSON(value?: EWalletChannelCode | null): any;