SignRequestSignerInput
public class SignRequestSignerInput : BoxModel
Prefill tags are used to prefill placeholders with signer input data. Only none value field can be included.
-
Declaration
Swift
public private(set) var rawData: [String : Any] { get }
-
Type of input
Declaration
Swift
public let type: SignRequestSignerInputType?
-
Index of page that the input is on
Declaration
Swift
public let pageIndex: Int
-
This references the ID of a specific tag contained in a file of the sign request
Declaration
Swift
public let documentTagId: String?
-
Text prefill value
Declaration
Swift
public let textValue: String?
-
Checkbox prefill value
Declaration
Swift
public let checkboxValue: Bool?
-
Date prefill value
Declaration
Swift
public let dateValue: Date?
-
Content type value
Declaration
Swift
public let contentType: SignRequestSignerInputContentType?
-
Initializer.
Throws
Decoding error.Declaration
Swift
public required init(json: [String : Any]) throws
Parameters
json
JSON dictionary.