@fenil265/fundly-payment-sdk
Version:
Fundly Payment SDK for seamless integration with Fundly Pay systems.
45 lines • 2.51 kB
TypeScript
export interface PaymentInvoice {
invoiceId: string;
paidAmount: number;
}
export declare function setChequePayNumber(number: string): void;
export declare function getChequePayNumber(): string | null;
export declare function setDistributorIdnum(id: string): void;
export declare function getDistributorIdnum(): string | null;
export declare function setDistributor(name: string): void;
export declare function getDistributor(): string | null;
export declare function setTenureMappings(mappings: Array<any>): void;
export declare function getTenureMappings(): Array<any>;
export declare function setPayableValue(value: string): void;
export declare function getPayableValue(): string | null;
export declare function setTypeOfApp(type: string): void;
export declare function getTypeOfApp(): string | null;
export declare function setMobileNumber(mobile: string): void;
export declare function getMobileNumber(): string | null;
export declare function setChemistId(id: string): void;
export declare function getChemistId(): string | null;
export declare function setPaymentInvoice(invoices: PaymentInvoice[]): void;
export declare function getPaymentInvoice(): PaymentInvoice[];
export declare function setInvoices(ids: number[]): void;
export declare function getInvoices(): number[];
export declare function setPaymentType(type: string): void;
export declare function getPaymentType(): string | null;
export declare function setFiCode(code: string): void;
export declare function getFiCode(): string | null;
export declare function setSalesmanPhoneNumber(phone: string): void;
export declare function getSalesmanPhoneNumber(): string | null;
export declare function setSalesmanId(id: number): void;
export declare function getSalesmanId(): number | null;
export declare function setChequePayment(value: boolean): void;
export declare function getChequePayment(): boolean;
export declare function setFundlyPayPayment(value: boolean): void;
export declare function getFundlyPayPayment(): boolean;
export declare function setCashPayment(value: boolean): void;
export declare function getCashPayment(): boolean;
export declare function setScheduleDatePayment(date: string): void;
export declare function getScheduleDatePayment(): string | null;
export declare function setDueDatePayment(date: string): void;
export declare function getDueDatePayment(): string | null;
export declare function setSandbox(value: boolean): void;
export declare function getSandbox(): boolean;
//# sourceMappingURL=details.d.ts.map