Skip to main content

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

NomTypeDescription
chargeReferences[ChargeReference!]! non-null object
chargesTypeChargesType! non-null enum
createdDateDateTime! non-null scalarThe creation date-time of the entity
depositAmountInt scalar
depositLengthInt scalar
idUUID! non-null scalarUnique identifier of the entity
organizationIdUUID! non-null scalarUnique identifier of the entity's parent organization. Used for tenancy separation.
rentExcludingChargesInt scalar
rentIndexTypeRentIndexType! non-null enum
updatedDateDateTime! non-null scalarThe last update date-time of the entity ApartmentUnit HouseUnit OtherUnit ParkingUnit Unit UnitV2