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.

11 lines (10 loc) 255 B
export declare class Guid { static newGuid(): Guid; static get empty(): string; get empty(): string; static isValid(str: string): boolean; private value; constructor(value?: string); toString(): string; toJSON(): string; }