recreateBillingPeriod
This mutation allows for the recreation of a billing period. It's typically used when significant changes have been made to the billing information.
Arguments:
- input: The
RecreateBillingPeriodInputobject containing all necessary information to recreate the billing period.
Returns:
- Boolean: A result indicating the success (true) or failure (false) of the operation.
recreateBillingPeriod(
input: RecreateBillingPeriodInput!
): Boolean!
Arguments
recreateBillingPeriod.input ● RecreateBillingPeriodInput! non-null input
Type
Boolean scalar
The Boolean scalar type represents true or false.