RentReference
No description
type RentReference {
chargeReferences: [ChargeReference!]!
chargesType: ChargesType!
createdDate: DateTime!
depositAmount: Int
depositLength: Int
id: UUID!
organizationId: UUID!
rentExcludingCharges: Int
rentIndexType: RentIndexType!
updatedDate: DateTime!
}
Fields
| Nom | Type | Description |
|---|---|---|
| chargeReferences | [ChargeReference!]! non-null object | — |
| chargesType | ChargesType! non-null enum | — |
| createdDate | DateTime! non-null scalar | The creation date-time of the entity |
| depositAmount | Int scalar | — |
| depositLength | Int 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. |
| rentExcludingCharges | Int scalar | — |
| rentIndexType | RentIndexType! non-null enum | — |
| updatedDate | DateTime! non-null scalar | The last update date-time of the entity ApartmentUnit HouseUnit OtherUnit ParkingUnit Unit UnitV2 |