Warranty
No description
type Warranty {
agreementNumber: String
createdDate: DateTime!
endDateValidity: Date
id: UUID!
organizationId: UUID!
securityAmount: Int
startDateValidity: Date
updatedDate: DateTime!
}
Fields
| Nom | Type | Description |
|---|---|---|
| agreementNumber | String scalar | — |
| createdDate | DateTime! non-null scalar | The creation date-time of the entity |
| endDateValidity | Date scalar | — |
| id | UUID! non-null scalar | Unique identifier of the entity |
| organizationId | UUID! non-null scalar | Unique identifier of the entity's parent organization. Used for tenancy separation. |
| securityAmount | Int scalar | — |
| startDateValidity | Date scalar | — |
| updatedDate | DateTime! non-null scalar | The last update date-time of the entity MoralProfile |