UNPKG

ordercloud-javascript-sdk

Version:

The offical Javascript SDK for the Ordercloud ecommerce API

12 lines (11 loc) 291 B
export interface ImpersonationConfig { ID?: string; ImpersonationBuyerID?: string; ImpersonationGroupID?: string; ImpersonationUserID?: string; BuyerID?: string; GroupID?: string; UserID?: string; SecurityProfileID: string; ClientID: string; }