Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PriceSheetGetByBillingPeriodOptionalParams

Package version

interface

An interface representing PriceSheetGetByBillingPeriodOptionalParams. Optional Parameters.

extends

RequestOptionsBase

Hierarchy

  • any
    • PriceSheetGetByBillingPeriodOptionalParams

Index

Properties

Properties

Optional expand

expand: undefined | string
member

{string} [expand] May be used to expand the properties/meterDetails within a price sheet. By default, these fields are not included when returning price sheet.

Optional skiptoken

skiptoken: undefined | string
member

{string} [skiptoken] Skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls.

Optional top

top: undefined | number
member

{number} [top] May be used to limit the number of results to the top N results.

Generated using TypeDoc