UNPKG

bc-checkout-sdk

Version:

BetterCommerce's Checkout NodeJS SDK enables BC client applications to integrate with Checkout merchant API system. It publishes an interface to interact with [Checkout API](https://api-reference.checkout.com/#operation/getPaymentDetails/) endpoints.

9 lines (8 loc) 221 B
export interface IAddress { readonly address_line1: string; readonly address_line2: string; readonly city: string; readonly state: string; readonly zip: string; readonly country: string; }