ConfigureClientApartmentRentInput
Input for configureClientApartmentRent mutation.
input ConfigureClientApartmentRentInput {
clientId: ClientID!
rentBenefitId: BenefitID
}
Fields
ConfigureClientApartmentRentInput.clientId ● ClientID! non-null scalar
Unique identifier of the client.
ConfigureClientApartmentRentInput.rentBenefitId ● BenefitID scalar
The id of the rent benefit. Set null to remove the rent of the client.
Member Of
configureClientApartmentRent mutation