paystackly
Version:
A Typescript/Javascript library written on top of paystack.
20 lines (19 loc) • 585 B
TypeScript
export { PayStack } from "./core";
export * from "./applePay";
export * from "./bulkCharge";
export * from "./charge";
export * from "./customer";
export * from "./integration";
export * from "./refund";
export * from "./settlement";
export * from "./subaccount";
export * from "./terminal";
export * from "./transaction";
export * from "./transfer";
export * from "./transactionSplit";
export * from "./transferControl";
export * from "./transferRecipient";
export * from "./verification";
export * from "./product";
export * from "./plan";
export * from "./dedicatedVirtualAccount";