Options
All
  • Public
  • Public/Protected
  • All
Menu

Class InvoiceItem

Individual items to be charged on invoices.

Hierarchy

Index

Constructors

constructor

  • new InvoiceItem(V: VasatConnection, args?: any): InvoiceItem
  • Parameters

    • V: VasatConnection
    • Optional args: any

    Returns InvoiceItem

Properties

account

account: Account

canDelete

canDelete: boolean

canWrite

canWrite: boolean

fromDate

fromDate: number

invoice

invoice: Invoice

plan

toDate

toDate: number

units

units: number

Methods

fetchObservable

  • fetchObservable(): any

set

  • set(a: any): any
  • Updates values of this object with parameter object values.

    Parameters

    • a: any

      The object that you want to copy values of.

    Returns any

toJSON

  • toJSON(): any
  • Parse this object to JSON format.

    Returns any

Generated using TypeDoc