SignRequestSignFiles
public class SignRequestSignFiles : BoxModel
List of files that will be signed, which are copies of the original source files. A new version of these files are created as signers sign and can be downloaded at any point in the signing process.
-
Declaration
Swift
public private(set) var rawData: [String : Any] { get }
-
Files that signing events will occur on - these are copies of the original source files.
Declaration
Swift
public let files: [File]? -
Indicates whether the
signFilesdocuments are processing and the PDFs may be out of date. A change to any document requires processing on allsignFiles. We recommended waiting until processing is finished (and this value is true) before downloading the PDFs.Declaration
Swift
public let isReadyForDownload: Bool? -
Initializer.
Throws
Decoding error.Declaration
Swift
public required init(json: [String : Any]) throwsParameters
jsonJSON dictionary.
SignRequestSignFiles Class Reference