/** * 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 */ /** * Over The Counter Channel Code * @export */ export declare const OverTheCounterChannelCode: { readonly _7Eleven: "7ELEVEN"; readonly _7ElevenCliqq: "7ELEVEN_CLIQQ"; readonly Cebuana: "CEBUANA"; readonly Ecpay: "ECPAY"; readonly Palawan: "PALAWAN"; readonly Mlhuillier: "MLHUILLIER"; readonly EcpayDragonloan: "ECPAY_DRAGONLOAN"; readonly Lbc: "LBC"; readonly EcpaySchool: "ECPAY_SCHOOL"; readonly RdPawnshop: "RD_PAWNSHOP"; readonly Cvm: "CVM"; readonly Ussc: "USSC"; readonly SmBills: "SM_BILLS"; readonly RobinsonsBills: "ROBINSONS_BILLS"; readonly Alfamart: "ALFAMART"; readonly Indomaret: "INDOMARET"; readonly XenditEnumDefaultFallback: "UNKNOWN_ENUM_VALUE"; }; export type OverTheCounterChannelCode = typeof OverTheCounterChannelCode[keyof typeof OverTheCounterChannelCode]; export declare function OverTheCounterChannelCodeFromJSON(json: any): OverTheCounterChannelCode; export declare function OverTheCounterChannelCodeFromJSONTyped(json: any, ignoreDiscriminator: boolean): OverTheCounterChannelCode; export declare function OverTheCounterChannelCodeToJSON(value?: OverTheCounterChannelCode | null): any;