new module:model/NotaryJurisdiction()
- Source:
Constructs a new NotaryJurisdiction
.
A notary jurisdiction.
Members
(inner) commissionExpiration :String
- Source:
Type:
- String
(inner) commissionId :String
- Source:
Type:
- String
(inner) county :String
- Source:
Type:
- String
(inner) errorDetails :module:model/ErrorDetails
- Source:
Array or errors.
Type:
(inner) jurisdiction :module:model/Jurisdiction
- Source:
Description of the jurisdiction for this notary. This is a read-only property.
Type:
(inner) registeredName :String
- Source:
Type:
- String
(inner) sealType :String
- Source:
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/NotaryJurisdiction}
- Source:
Constructs a NotaryJurisdiction
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/NotaryJurisdiction | Optional instance to populate. |
Returns:
The populated NotaryJurisdiction
instance.