SignRequestSignerDecision
public class SignRequestSignerDecision : BoxModel
Final decision made by the signer
-
Declaration
Swift
public private(set) var rawData: [String : Any] { get }
-
Type of decision made by the signer
Declaration
Swift
public let type: SignRequestSignerDecisionType?
-
Date and Time that the decision was made
Declaration
Swift
public let finalizedAt: Date?
-
Initializer.
Throws
Decoding error.Declaration
Swift
public required init(json: [String : Any]) throws
Parameters
json
JSON dictionary.