ReopenBillingPeriodInput
Represents the input required to reopen a billing period.
We can only reopen billing periods as long as there is no issued invoice.
You can reopen a subset by passing the serviceArea prop.
input ReopenBillingPeriodInput {
clientId: ClientID!
month: Date!
serviceArea: ServiceArea
}
Fields
ReopenBillingPeriodInput.clientId ● ClientID! non-null scalar
The unique identifier for the client. This identifies the client for whom the billing period is being reopened.
ReopenBillingPeriodInput.month ● Date! non-null scalar
The month for which the billing period is being reopened.
ReopenBillingPeriodInput.serviceArea ● ServiceArea enum
This service area is used to reopen only parts of the billing period. This will not work if any invoice in this area is already issued.
Member Of
reopenBillingPeriod mutation