RecreateBillingPeriodInput
Represents the input required to recreate a billing period. Includes client identification and the specific month for which the billing period pertains.
input RecreateBillingPeriodInput {
clientId: ClientID!
month: LocalDateTime!
}
Fields
RecreateBillingPeriodInput.clientId ● ClientID! non-null scalar
The unique identifier for the client. This identifies the client for whom the billing period is being recreated.
RecreateBillingPeriodInput.month ● LocalDateTime! non-null scalar
The month for which the billing period is being recreated.
Member Of
recreateBillingPeriod mutation