module:model/JurisdictionSummary

module:model/JurisdictionSummary

new module:model/JurisdictionSummary()

Source:

Constructs a new JurisdictionSummary.

Members

(inner) authorizedForIPen :String

Source:
Type:
  • String

(inner) authorizedForRon :String

Source:
Type:
  • String

(inner) jurisdictionId :String

Source:
Type:
  • String

(inner) jurisdictionName :String

Source:
Type:
  • String

Methods

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

Source:

Constructs a JurisdictionSummary 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/JurisdictionSummary

Optional instance to populate.

Returns:

The populated JurisdictionSummary instance.

Type
module:model/JurisdictionSummary