EndRentContractInput
Input for endRentContractMutation.
input EndRentContractInput {
endsAt: Date!
id: OccupancyID!
movingOut: Date
movingOutReason: String!
}
Fields
EndRentContractInput.endsAt ● Date! non-null scalar
The end date of this occupancy.
EndRentContractInput.id ● OccupancyID! non-null scalar
Unique identifier of the rent contract which should be ended.
EndRentContractInput.movingOut ● Date scalar
Expected date when the client moves out. (Optional) If not set the client is expected to move out at the last day of the contract.
EndRentContractInput.movingOutReason ● String! non-null scalar
The reason why this client moves out.
Member Of
endRentContract mutation