module:model/ConciergeQueryResponse

module:model/ConciergeQueryResponse

new module:model/ConciergeQueryResponse()

Source:

Constructs a new ConciergeQueryResponse.

Members

(inner) entityLocale :String

Source:
Type:
  • String

(inner) entityTimeZone :String

Source:
Type:
  • String

(inner) message :String

Source:
Type:
  • String

(inner) zuoraEntityName :String

Source:
Type:
  • String

Methods

(static) constructFromObject(data, obj) → {module:model/ConciergeQueryResponse}

Source:

Constructs a ConciergeQueryResponse 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:
Name Type Description
data Object

The plain JavaScript object bearing properties of interest.

obj module:model/ConciergeQueryResponse

Optional instance to populate.

Returns:

The populated ConciergeQueryResponse instance.

Type
module:model/ConciergeQueryResponse