UpdateRentConfigurationInput
No description
input UpdateRentConfigurationInput {
daysBeforeEnd: Int!
parkId: ResidentialParkID!
}
Fields
UpdateRentConfigurationInput.daysBeforeEnd ● Int! non-null scalar
Number of weekdays before the end of the month the billing is performed.
UpdateRentConfigurationInput.parkId ● ResidentialParkID! non-null scalar
Unique identifier of the park which configuration should be updated.
Member Of
updateRentConfiguration mutation