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.

BoxModel

  • Declaration

    Swift

    public private(set) var rawData: [String : Any] { get }

Properties

  • Files that signing events will occur on - these are copies of the original source files.

    Declaration

    Swift

    public let files: [File]?
  • Indicates whether the signFiles documents are processing and the PDFs may be out of date. A change to any document requires processing on all signFiles. 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]) throws

    Parameters

    json

    JSON dictionary.