RentReferenceV2
No description
type RentReferenceV2 {
chargesType: ChargesType!
id: UUID
rentItems: [RentItem!]!
warrantyDepositItem: WarrantyDepositItem
}
Fields
| Nom | Type | Description |
|---|---|---|
| chargesType | ChargesType! non-null enum | — |
| id | UUID scalar | — |
| rentItems | [RentItem!]! non-null object | — |
| warrantyDepositItem | WarrantyDepositItem object | ApartmentUnit HouseUnit OtherUnit ParkingUnit Unit UnitV2 |