Maps a Dropbox Sign signature-request / signature state onto our normalized lifecycle.
Dropbox Sign exposes status via booleans on the request (is_complete, is_declined) and a
per-signature status_code (awaiting_signature, signed, declined, on_hold, error).
Maps a Dropbox Sign signature-request / signature state onto our normalized lifecycle.
Dropbox Sign exposes status via booleans on the request (
is_complete,is_declined) and a per-signaturestatus_code(awaiting_signature,signed,declined,on_hold,error).