/** * 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 ChannelsCategories: { readonly Bank: "BANK"; readonly CardlessCredit: "CARDLESS_CREDIT"; readonly Paylater: "PAYLATER"; readonly Cards: "CARDS"; readonly Cash: "CASH"; readonly DirectDebit: "DIRECT_DEBIT"; readonly Ewallet: "EWALLET"; readonly Invoice: "INVOICE"; readonly QrCode: "QR_CODE"; readonly RetailOutlet: "RETAIL_OUTLET"; readonly VirtualAccount: "VIRTUAL_ACCOUNT"; readonly Xenplatform: "XENPLATFORM"; readonly DirectBankTransfer: "DIRECT_BANK_TRANSFER"; readonly Other: "OTHER"; readonly XenditEnumDefaultFallback: "UNKNOWN_ENUM_VALUE"; }; export type ChannelsCategories = typeof ChannelsCategories[keyof typeof ChannelsCategories]; export declare function ChannelsCategoriesFromJSON(json: any): ChannelsCategories; export declare function ChannelsCategoriesFromJSONTyped(json: any, ignoreDiscriminator: boolean): ChannelsCategories; export declare function ChannelsCategoriesToJSON(value?: ChannelsCategories | null): any;