Saltar al contenido principal

ContractStatus

E-signature status of the merchant's MONEI contract.

  • created - Contract created, not yet sent.
  • sent - Contract sent to the signer.
  • delivered - Signer opened the contract.
  • signed - Contract signed by the signer.
  • completed - All parties signed; contract finalized.
  • declined - Signer declined to sign.
  • voided - Contract voided before completion.
enum ContractStatus {
completed
created
declined
delivered
sent
signed
voided
}

Values​

ContractStatus.completed​

ContractStatus.created​

ContractStatus.declined​

ContractStatus.delivered​

ContractStatus.sent​

ContractStatus.signed​

ContractStatus.voided​

Member Of​

AccountContract object