# 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[​](#values "Enlace directo al Values")

#### [`ContractStatus.completed`](#completed)[​](#completed "Enlace directo al completed")

#### [`ContractStatus.created`](#created)[​](#created "Enlace directo al created")

#### [`ContractStatus.declined`](#declined)[​](#declined "Enlace directo al declined")

#### [`ContractStatus.delivered`](#delivered)[​](#delivered "Enlace directo al delivered")

#### [`ContractStatus.sent`](#sent)[​](#sent "Enlace directo al sent")

#### [`ContractStatus.signed`](#signed)[​](#signed "Enlace directo al signed")

#### [`ContractStatus.voided`](#voided)[​](#voided "Enlace directo al voided")

### Member Of[​](#member-of "Enlace directo al Member Of")

[`AccountContract`](https://docs.monei.com/es/es/apis/graphql/types/objects/account-contract/.md) object
