INPUT_OBJECT
BillingPackageMutationInput
Details for a billing package on a Linked billing default.
link GraphQL Schema definition
- input BillingPackageMutationInput {
- # The ID of a `Package`.
- : Int64Bit!
- # Overriding the service name will alter the service name printed on an invoice.
- : String
- # Overriding the setting to indicate if services in this package should be rolled
- # up into a package total when this package is displayed.
- : Boolean!
- # Services specific to a Linked billing default. Includes the service, name
- # override, price override, and anchor allowance of each.
- : [BillingServiceMutationInput]
- }
link Require by
- CreateBillingDefaultLinkedInputThe input object that defines the fields for the createBillingDefault mutation.
- CreateBillingDefaultMutationInputThe input object that defines the fields for the createBillingDefault mutation.
- UpdateBillingDefaultLinkedInputThe input object that defines the fields for the updateBillingDefault mutation.
- UpdateBillingDefaultMutationInputThe input object that defines the fields for the updateBillingDefault mutation.