Signer

Overview

The Signer schema contains the base class for the signer entity.

{
description:	
Base clase for signer entity.

id*	string
Unique id for signer.

roleName	string
nullable: true
Role Name for the signer.

email*	string($email)
Corresponding email for the signer.

sequence*	integer($int32)
Sequence number assigned to the signer.

required	boolean
default: false
Value to set if the signer is required.

firstName	string
nullable: true
First name for the signer.

middleName	string
nullable: true
Middle name for the signer.

lastName	string
nullable: true
Last name for the signer.

phone	string
maxLength: 10
minLength: 10
pattern: ^[0-9]*$
nullable: true
Phone number.

passcode*	string
Passcode.

powerOfAttorney	Signer{...}
type*	SignerTypesinteger($int32)
Supported Signer types for EOriginal: Unknown = 0 Borrower = 1 CoSigner = 2 Signer = 3 Trustee = 4.

Enum:
Array [ 5 ]
partyType	PartyTypesinteger($int32)
Supported Party types for EOriginal: Individual = 1 Entity = 2.

Enum:
Array [ 2 ]
entityType	EntityTypesinteger($int32)
Supported EntityTypes types for EOriginal when party type is equal to 1: Corporation = 0 SoleProprietorship = 1 LimitedLiabilityCompany = 2 GeneralPartnership = 3 LimitedLiabilityPartnership = 4 LimitedPartnership = 5 Association = 6 Cooperative = 7 Estate = 8 Trust = 9 FinancialInstitution = 10 DomesticGovernmentUnit = 11 ForeignGovernmentUnit = 12 Other = 13.

Enum:
Array [ 14 ]
description	string
nullable: true
Signer Power of Attorney Description.