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.
- : Int64Bit!
- # The ID of an Account.
- : Int64Bit!
- # A description for the transaction.
- : String
- # The quantity for this service.
- : Int!
- # The amount to override the cost of the service to. If this is excluded, the
- # service cost will be used.
- : Int
- # Items specific to a voice service. Includes the quantity, price override, and
- # related configuration parameter of each.
- : [OneTimeTransactionAccountVoiceServiceDetailMutationInput]
- }