UNPKG

ordercloud-javascript-sdk

Version:

The offical Javascript SDK for the Ordercloud ecommerce API

9 lines (8 loc) 193 B
export interface Buyer<TBuyerXp = any> { ID?: string; Name: string; DefaultCatalogID?: string; Active?: boolean; readonly DateCreated?: string; xp?: TBuyerXp; }