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.
- Int64Bit! :
- # The ID of a `Package`.
- Int64Bit! :
- # Whether or not to prorate the transaction.
- Boolean :
- # The date to prorate the transaction as of.
- Date :
- # Items specific to a voice service. Includes the quantity, price override, and
- # related configuration parameter of each.
- AccountVoiceServiceDetailMutationInput] : [
- }