UNPKG

@atomixdesign/nodepay-paystream

Version:

Nodepay strategy for the Paystream payment gateway.

5 lines (4 loc) 166 B
import { IBaseResponse } from '@atomixdesign/nodepay-core/build/network'; export interface IPaystreamAPIResponse extends IBaseResponse { originalResponse: any; }