SignerTypes
Overview
The SignerTypes schema contains the signer types supported by eOriginal: borrower, cosigner, signer, trustee, and an "unknown" type.
integer($int32)
Supported Signer types for EOriginal: Unknown = 0 Borrower = 1 CoSigner = 2 Signer = 3 Trustee = 4.
Enum:
[ 0, 1, 2, 3, 4 ]