react-monnify-2
Version:
This is an reactJS library for implementing monnify payment gateway
21 lines (20 loc) • 474 B
TypeScript
export declare const config: {
amount: number;
currency: string;
reference: string;
customerFullName: string;
customerEmail: string;
apiKey: string;
contractCode: string;
paymentDescription: string;
metadata: {
name: string;
age: number;
};
incomeSplitConfig: {
subAccountCode: string;
feePercentage: number;
splitAmount: number;
feeBearer: boolean;
}[];
};