UNPKG

@atomixdesign/nodepay-paystream

Version:

Nodepay strategy for the Paystream payment gateway.

8 lines (7 loc) 255 B
export declare class PaystreamPaymentPlan { readonly name: string; readonly amount: number; readonly reference: string; readonly description: string; constructor(name: string, amount: number, reference: string, description: string); }