RentBillingConfiguration
No description
type RentBillingConfiguration {
daysBeforeEnd: Int!
id: ID!
nextDueDate: Date!
}
Fields
RentBillingConfiguration.daysBeforeEnd ● Int! non-null scalar
Number of weekdays before the end of the month the billing is performed.
RentBillingConfiguration.id ● ID! non-null scalar
Unique identifier of this object.
RentBillingConfiguration.nextDueDate ● Date! non-null scalar
The date when the next billing is due. It's always billed at 3:00 am.
Returned By
updateRentConfiguration mutation
Member Of
ResidentialPark object