Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BillingPeriod

Package version

interface

An interface representing BillingPeriod. A billing period resource.

extends

Resource

Hierarchy

Index

Properties

Optional billingPeriodEndDate

billingPeriodEndDate: Date
member

{Date} [billingPeriodEndDate] The end of the date range covered by the billing period. NOTE: This property will not be serialized. It can only be populated by the server.

Optional billingPeriodStartDate

billingPeriodStartDate: Date
member

{Date} [billingPeriodStartDate] The start of the date range covered by the billing period. NOTE: This property will not be serialized. It can only be populated by the server.

Optional id

id: undefined | string
member

{string} [id] Resource Id. NOTE: This property will not be serialized. It can only be populated by the server.

Optional invoiceIds

invoiceIds: string[]
member

{string[]} [invoiceIds] Array of invoice ids that associated with. NOTE: This property will not be serialized. It can only be populated by the server.

Optional name

name: undefined | string
member

{string} [name] Resource name. NOTE: This property will not be serialized. It can only be populated by the server.

Optional type

type: undefined | string
member

{string} [type] Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc