UNPKG

bc-clearpay-sdk

Version:

BetterCommerce's ClearPay NodeJS SDK enables BC client applications to integrate with ClearPay merchant API system. It publishes an interface to interact with [ClearPay API v2](https://developers.clearpay.co.uk/clearpay-online/reference) endpoints.

12 lines (11 loc) 308 B
export interface IAddress { readonly name: string; readonly line1: string; readonly line2: string; readonly area1: string; readonly area2: string; readonly region: string; readonly postcode: string; readonly countryCode: string; readonly phoneNumber: string; }