UNPKG

bc-payments-sdk

Version:

BetterCommerce's Payments NodeJS SDK is a complete solution for storefront clients that integrate payments. `bc-payments-sdk` is a single point interface for storefront clients for interacting with payment gateways.

6 lines (5 loc) 159 B
export interface IPaymentHookProcessingData { readonly paymentMethodType: string; readonly paymentMethodTypeId: number; readonly data: any; }