# OpenapiClient::Document ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | **String** | Document type. | **number** | **String** | Document number. | ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::Document.new(type: NATIONAL_IDENTITY, number: 12345666544) ```