INPUT_OBJECT

CreateAccountAdjustmentTransactionMutationInput

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

link GraphQL Schema definition

  • input CreateAccountAdjustmentTransactionMutationInput {
  • # The ID of a Service.
  • service_id: Int64Bit!
  • # The ID of an Account.
  • account_id: Int64Bit!
  • # The amount to apply this adjustment service for.
  • amount: Int!
  • # A description for the transaction.
  • description: String
  • }

link Require by