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.

7 lines (6 loc) 396 B
import { IAddress } from "./IAddress"; import { IPaymentSource } from "./IPaymentSource"; import { IPhoneNumber } from "./IPhoneNumber"; import { ICustomer } from "./ICustomer"; import { IPaymentRequest } from "./IPaymentRequest"; export { IAddress as BillingAddress, IPaymentSource as PaymentSource, IPhoneNumber as PhoneNumber, ICustomer as Customer, IPaymentRequest as PaymentRequest };