Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BillingPeriodsListOptionalParams

Package version

interface

An interface representing BillingPeriodsListOptionalParams. Optional Parameters.

extends

RequestOptionsBase

Hierarchy

  • any
    • BillingPeriodsListOptionalParams

Index

Properties

Properties

Optional filter

filter: undefined | string
member

{string} [filter] May be used to filter billing periods by billingPeriodEndDate. The filter supports 'eq', 'lt', 'gt', 'le', 'ge', and 'and'. It does not currently support 'ne', 'or', or 'not'.

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 most recent N billing periods.

Generated using TypeDoc