PriceSheet interface
Interface representing a PriceSheet.
Methods
get(Price |
Gets the price sheet for a subscription. Price sheet is available via this API only for May 1, 2014 or later. |
get |
Get the price sheet for a scope by subscriptionId and billing period. Price sheet is available via this API only for May 1, 2014 or later. |
Method Details
get(PriceSheetGetOptionalParams)
Gets the price sheet for a subscription. Price sheet is available via this API only for May 1, 2014 or later.
function get(options?: PriceSheetGetOptionalParams): Promise<PriceSheetResult>
Parameters
- options
- PriceSheetGetOptionalParams
The options parameters.
Returns
Promise<PriceSheetResult>
getByBillingPeriod(string, PriceSheetGetByBillingPeriodOptionalParams)
Get the price sheet for a scope by subscriptionId and billing period. Price sheet is available via this API only for May 1, 2014 or later.
function getByBillingPeriod(billingPeriodName: string, options?: PriceSheetGetByBillingPeriodOptionalParams): Promise<PriceSheetResult>
Parameters
- billingPeriodName
-
string
Billing Period Name.
The options parameters.
Returns
Promise<PriceSheetResult>