INPUT_OBJECT

AddPackageToAccountMutationInput

The input object that defines the fields for the addPackageToAccount mutation.

link GraphQL Schema definition

  • input AddPackageToAccountMutationInput {
  • # The ID of an Account.
  • account_id: Int64Bit!
  • # The ID of a `Package`.
  • package_id: Int64Bit!
  • # Whether or not to prorate the transaction.
  • prorate: Boolean
  • # The date to prorate the transaction as of.
  • proration_date: Date
  • # Items specific to a voice service. Includes the quantity, price override, and
  • # related configuration parameter of each.
  • account_voice_service_details: [AccountVoiceServiceDetailMutationInput]
  • }

link Require by