INPUT_OBJECT

BillingPackageMutationInput

Details for a billing package on a Linked billing default.

link GraphQL Schema definition

  • input BillingPackageMutationInput {
  • # The ID of a `Package`.
  • package_id: Int64Bit!
  • # Overriding the service name will alter the service name printed on an invoice.
  • name_override: String
  • # Overriding the setting to indicate if services in this package should be rolled
  • # up into a package total when this package is displayed.
  • rollup_services_override: Boolean!
  • # Services specific to a Linked billing default. Includes the service, name
  • # override, price override, and anchor allowance of each.
  • billing_services: [BillingServiceMutationInput]
  • }