@atomixdesign/nodepay-paystream
Version:
Nodepay strategy for the Paystream payment gateway.
3 lines (2 loc) • 332 B
TypeScript
export { Paystream as Strategy } from './paystream';
export { PaystreamPaymentFrequency, PaystreamAddress as Address, PaystreamConfig as Config, PaystreamCharge as Charge, PaystreamCreditCard as CreditCard, PaystreamCustomer as Customer, PaystreamPaymentPlan as PaymentPlan, PaystreamSubscription as Subscription, } from './types';