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.
11 lines (10 loc) • 378 B
TypeScript
export interface IPaymentInfo {
readonly paymentInfo1?: string | null;
readonly paymentInfo2?: string | null;
readonly paymentInfo3?: string | null;
readonly paymentInfo4?: string | null;
readonly paymentInfo5?: string | null;
readonly paymentInfo6?: string | null;
readonly paymentInfo7?: string | null;
readonly paymentInfo8?: string | null;
}