UNPKG

ordercloud-javascript-sdk

Version:

The offical Javascript SDK for the Ordercloud ecommerce API

10 lines (9 loc) 239 B
export interface SpendingAccount<TSpendingAccountXp = any> { ID?: string; Name: string; Balance: number; AllowAsPaymentMethod?: boolean; StartDate?: string; EndDate?: string; xp?: TSpendingAccountXp; }