new module:model/Jurisdiction()
- Source:
Constructs a new Jurisdiction
.
Describes the jurisdiction of a notary. This is read-only object.
Members
(inner) allowSystemCreatedSeal :String
- Source:
Type:
- String
(inner) allowUserUploadedSeal :String
- Source:
Type:
- String
(inner) commissionIdInSeal :String
- Source:
Type:
- String
(inner) county :String
- Source:
Type:
- String
(inner) countyInSeal :String
- Source:
Type:
- String
(inner) enabled :String
- Source:
Type:
- String
(inner) jurisdictionId :String
- Source:
Type:
- String
(inner) name :String
- Source:
Type:
- String
(inner) notaryPublicInSeal :String
- Source:
Type:
- String
(inner) stateNameInSeal :String
- Source:
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/Jurisdiction}
- Source:
Constructs a Jurisdiction
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/Jurisdiction | Optional instance to populate. |
Returns:
The populated Jurisdiction
instance.