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.

7 lines (6 loc) 162 B
export interface IConsumer { readonly phoneNumber: string; readonly givenNames: string; readonly surname: string; readonly email: string; }