ENUM
BillDayModeOption
The setting which dictates how the bill day and invoice day should be set when activating an account.
link GraphQL Schema definition
- enum BillDayModeOption {
- # Fixed bill day
- # Anniversary Invoice Day
- # Anniversary Bill Day
- }
link Require by
- AccountA customer account.
- AccountBillingParameterParameters that define the billing settings for an `Account`.
- AddressA geographical address.
- BillingDefaultDefault billing settings that are applied to some accounts on creation.
- BillingServiceThe service items and overrides for linked billing defaults.
- CreateBillingDefaultLinkedInputThe input object that defines the fields for the createBillingDefault mutation.
- CreateBillingDefaultMutationInputThe input object that defines the fields for the createBillingDefault mutation.
- Querynull
- UpdateAccountBillingParameterMutationInputThe input object that defines the fields for the updateAccountBillingParameter mutation.
- UpdateBillingDefaultLinkedInputThe input object that defines the fields for the updateBillingDefault mutation.
- UpdateBillingDefaultMutationInputThe input object that defines the fields for the updateBillingDefault mutation.