paypal-rest-api
Version:
A typescript module for integrating with PayPal REST APIs.
12 lines (11 loc) • 309 B
TypeScript
import { PayPalRestApi } from "./api";
export * from "./abstracts";
export * from "./api";
export * from "./client";
export * from "./invoice";
export * from "./oauth";
export * from "./payment";
export * from "./sale";
export * from "./webhook";
export * from "./webhookEvent";
export default PayPalRestApi;