Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BillingSetup

Stores information related to plan and pay cycle etc.

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

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

    • V: VasatConnection
    • Optional args: any

    Returns BillingSetup

Properties

account

account: Account

canDelete

canDelete: boolean

canWrite

canWrite: boolean

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