# DocumentType

KYC/onboarding document type. Identifies what a `Document` represents and drives validation rules.

* `CENSUS_CERT` - Spanish census certificate (Certificado de situación censal) for self-employed.
* `GIPUZKOA_CENSUS_CERT` - Census certificate issued by the Gipuzkoa regional tax authority.
* `NAVARRA_CENSUS_CERT` - Census certificate issued by the Navarra regional tax authority.
* `BIZKAIA_CENSUS_CERT` - Census certificate issued by the Bizkaia regional tax authority.
* `ALAVA_CENSUS_CERT` - Census certificate issued by the Álava regional tax authority.
* `BANK_OWNERSHIP_CERT` - Bank ownership certificate for the settlement account.
* `CONTRACT` - Signed MONEI service contract.
* `PASSPORT` - Passport (representative ID).
* `ID_CARD` - National ID card (representative ID).
* `COMPANY_TAX_ID` - Company tax ID document (e.g. CIF in Spain).
* `RESIDENCE_PERMIT` - Residence permit (representative ID).
* `DRIVERS_LICENSE` - Driver's license (representative ID).
* `DEED_OF_INCORPORATION` - Deed of incorporation of the company.
* `BENEFICIAL_OWNERSHIP_REPORT` - Beneficial ownership report.
* `DEED_OF_COMPANY_REPRESENTATIVE` - Deed appointing the company's legal representative.
* `POWER_OF_ATTORNEY` - Power of attorney.
* `OTHER` - Document not covered by the categories above.

```
enum DocumentType {

  CENSUS_CERT

  GIPUZKOA_CENSUS_CERT

  NAVARRA_CENSUS_CERT

  BIZKAIA_CENSUS_CERT

  ALAVA_CENSUS_CERT

  BANK_OWNERSHIP_CERT

  CONTRACT

  PASSPORT

  ID_CARD

  COMPANY_TAX_ID

  RESIDENCE_PERMIT

  DRIVERS_LICENSE

  DEED_OF_INCORPORATION

  BENEFICIAL_OWNERSHIP_REPORT

  DEED_OF_COMPANY_REPRESENTATIVE

  POWER_OF_ATTORNEY

  OTHER

}
```

### Values[​](#values "Direct link to Values")

#### [`DocumentType.CENSUS_CERT`](#census-cert)[​](#census-cert "Direct link to census-cert")

#### [`DocumentType.GIPUZKOA_CENSUS_CERT`](#gipuzkoa-census-cert)[​](#gipuzkoa-census-cert "Direct link to gipuzkoa-census-cert")

#### [`DocumentType.NAVARRA_CENSUS_CERT`](#navarra-census-cert)[​](#navarra-census-cert "Direct link to navarra-census-cert")

#### [`DocumentType.BIZKAIA_CENSUS_CERT`](#bizkaia-census-cert)[​](#bizkaia-census-cert "Direct link to bizkaia-census-cert")

#### [`DocumentType.ALAVA_CENSUS_CERT`](#alava-census-cert)[​](#alava-census-cert "Direct link to alava-census-cert")

#### [`DocumentType.BANK_OWNERSHIP_CERT`](#bank-ownership-cert)[​](#bank-ownership-cert "Direct link to bank-ownership-cert")

#### [`DocumentType.CONTRACT`](#contract)[​](#contract "Direct link to contract")

#### [`DocumentType.PASSPORT`](#passport)[​](#passport "Direct link to passport")

#### [`DocumentType.ID_CARD`](#id-card)[​](#id-card "Direct link to id-card")

#### [`DocumentType.COMPANY_TAX_ID`](#company-tax-id)[​](#company-tax-id "Direct link to company-tax-id")

#### [`DocumentType.RESIDENCE_PERMIT`](#residence-permit)[​](#residence-permit "Direct link to residence-permit")

#### [`DocumentType.DRIVERS_LICENSE`](#drivers-license)[​](#drivers-license "Direct link to drivers-license")

#### [`DocumentType.DEED_OF_INCORPORATION`](#deed-of-incorporation)[​](#deed-of-incorporation "Direct link to deed-of-incorporation")

#### [`DocumentType.BENEFICIAL_OWNERSHIP_REPORT`](#beneficial-ownership-report)[​](#beneficial-ownership-report "Direct link to beneficial-ownership-report")

#### [`DocumentType.DEED_OF_COMPANY_REPRESENTATIVE`](#deed-of-company-representative)[​](#deed-of-company-representative "Direct link to deed-of-company-representative")

#### [`DocumentType.POWER_OF_ATTORNEY`](#power-of-attorney)[​](#power-of-attorney "Direct link to power-of-attorney")

#### [`DocumentType.OTHER`](#other)[​](#other "Direct link to other")

### Member Of[​](#member-of "Direct link to Member Of")

[`CreateDocumentInput`](https://docs.monei.com/apis/graphql/types/inputs/create-document-input/.md) input ● [`Document`](https://docs.monei.com/apis/graphql/types/objects/document/.md) object
