WarrantyInput
No description
input WarrantyInput {
agreementNumber: String
endDateValidity: Date
foreignId: String
id: UUID
reference: String
securityAmount: Int
startDateValidity: Date
}
Fields
| Nom | Type | Description |
|---|---|---|
| agreementNumber | String scalar | — |
| endDateValidity | Date scalar | — |
| foreignId | String scalar | The unique ID of the entity in a foreign system. Used for synchronization, import and export purposes. |
| id | UUID scalar | Unique identifier of the entity |
| reference | String scalar | A human readable identifier for the entity. Can match external systems/applications. |
| securityAmount | Int scalar | — |
| startDateValidity | Date scalar | MoralProfileInput |