new IdentityDocument()
- Source:
Methods
(static) IdentityDocument#getCreatedTime() → {Number}
Get the field value
Created timestamp.
- Source:
Returns:
must be a long integer
- Type
- Number
(static) IdentityDocument#getDeletedTime() → {Number}
Get the field value
Deleted timestamp.
- Source:
Returns:
must be a long integer
- Type
- Number
(static) IdentityDocument#getId() → {String}
Get the field value
Unique identifier
- Source:
Returns:
- Type
- String
(static) IdentityDocument#getModifiedTime() → {Number}
Get the field value
Modified timestamp.
- Source:
Returns:
must be a long integer
- Type
- Number
(static) IdentityDocument#getNumber() → {String}
Get the field value
The identification number
- Source:
Returns:
- Type
- String
(static) IdentityDocument#getPayment() → {base.Reference}
Get the field value
- Source:
Returns:
- Type
- base.Reference
(static) IdentityDocument#getType() → {String}
Get the field value
Type of personal identification: National Document, Passport, etc
- Source:
Returns:
- Type
- String
(static) IdentityDocument#setCreatedTime(createdTime)
Set the field value
Created timestamp.
Parameters:
Name | Type | Description |
---|---|---|
createdTime |
Number | must be a long integer |
- Source:
(static) IdentityDocument#setDeletedTime(deletedTime)
Set the field value
Deleted timestamp.
Parameters:
Name | Type | Description |
---|---|---|
deletedTime |
Number | must be a long integer |
- Source:
(static) IdentityDocument#setId(id)
Set the field value
Unique identifier
Parameters:
Name | Type | Description |
---|---|---|
id |
String |
- Source:
(static) IdentityDocument#setModifiedTime(modifiedTime)
Set the field value
Modified timestamp.
Parameters:
Name | Type | Description |
---|---|---|
modifiedTime |
Number | must be a long integer |
- Source:
(static) IdentityDocument#setNumber(number)
Set the field value
The identification number
Parameters:
Name | Type | Description |
---|---|---|
number |
String |
- Source:
(static) IdentityDocument#setPayment(payment)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
payment |
base.Reference |
- Source:
(static) IdentityDocument#setType(type)
Set the field value
Type of personal identification: National Document, Passport, etc
Parameters:
Name | Type | Description |
---|---|---|
type |
String |
- Source: