INPUT_OBJECT

CreateAccountOneTimeTransactionMutationInput

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

link GraphQL Schema definition

  • input CreateAccountOneTimeTransactionMutationInput {
  • # The ID of a Service.
  • service_id: Int64Bit!
  • # The ID of an Account.
  • account_id: Int64Bit!
  • # A description for the transaction.
  • description: String
  • # The quantity for this service.
  • quantity: Int!
  • # The amount to override the cost of the service to. If this is excluded, the
  • # service cost will be used.
  • price_override: Int
  • # Items specific to a voice service. Includes the quantity, price override, and
  • # related configuration parameter of each.
  • account_voice_service_details: [OneTimeTransactionAccountVoiceServiceDetailMutationInput]
  • }

link Require by