UNPKG

@arc-publishing/sdk-sales

Version:
4 lines (3 loc) 428 B
import { APIErrorResponse } from '@arc-publishing/sdk-subs-core/lib/utils/APIErrorResponse'; import { ProductChangesType, CurrentTermTypes, SubscriptionUpgradeDowngrade } from './upgradeDowngradeTypes'; export default function initializeSubscriptionChange(subscriptionId: number, newPriceCode: string, productChanges: ProductChangesType, currentTerm: CurrentTermTypes): Promise<APIErrorResponse | SubscriptionUpgradeDowngrade>;