RentReferenceInput
No description
input RentReferenceInput {
chargeReferences: [ChargeReferenceInput]
chargesType: ChargesType!
depositAmount: Int
depositLength: Int
id: UUID
rentExcludingCharges: Int
rentIndexType: RentIndexType!
}
Fields
| Nom | Type | Description |
|---|---|---|
| chargeReferences | [ChargeReferenceInput] list input | — |
| chargesType | ChargesType! non-null enum | — |
| depositAmount | Int scalar | — |
| depositLength | Int scalar | — |
| id | UUID scalar | Unique identifier of the entity |
| rentExcludingCharges | Int scalar | — |
| rentIndexType | RentIndexType! non-null enum | InspectionUnitDataInput |