Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Branch

Index

Constructors

Properties

city: any
contact_info: any
country_code: any
created_at: any
currency: any
date_format: any
deleted: any
id: any
language: any
main_office: any
name: any
state: any
street: any
time_zone: any
updated_at: any
zip: any

Methods

  • constructFromObject(data: any, obj: any): any
  • Constructs a Branch from a plain JavaScript object, optionally creating a new instance. Copies all relevant properties from data to obj if supplied or a new instance if not.

    Parameters

    • data: any

      The plain JavaScript object bearing properties of interest.

    • obj: any

      Optional instance to populate.

    Returns any

    The populated Branch instance.

  • initialize(obj: any): void
  • Initializes the fields of this object. This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins). Only for internal use.

    Parameters

    • obj: any

    Returns void

Generated using TypeDoc