UNPKG

ordercloud-javascript-sdk

Version:

The offical Javascript SDK for the Ordercloud ecommerce API

7 lines (6 loc) 233 B
export interface SubscriptionIntegrationResponse<TSubscriptionIntegrationResponseXp = any> { HttpStatusCode?: number; UnhandledErrorBody?: string; xp?: TSubscriptionIntegrationResponseXp; Succeeded?: boolean; }