SignRequestSignerRole
public enum SignRequestSignerRole : BoxEnum
Defines the role of the signer in the sign request.
-
Role needed to sign the document.
Declaration
Swift
case signer
-
Role needed to approve the document.
Declaration
Swift
case approver
-
Role which receives the final signded document and signing log.
Declaration
Swift
case finalCopyReader
-
Custom value for enum values not yet implemented in the SDK
Declaration
Swift
case customValue(String)
-
Declaration
Swift
public init(_ value: String)
-
Declaration
Swift
public var description: String { get }