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.

8 lines (7 loc) 198 B
export interface IPaymentProcessingData { readonly isCOD: boolean; readonly orderId: string; readonly txnOrderId: string; readonly bankOfferDetails: any; readonly extras: any; }