INPUT_OBJECT

UpdateDepositSlipMutationInput

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

link GraphQL Schema definition

  • input UpdateDepositSlipMutationInput {
  • # A date
  • date: Date
  • # The bank account name/number
  • bank_account_line: String
  • # The memo.
  • memo: Text
  • # The payment IDs.
  • payment_ids: [Int64Bit]
  • # A note about this entity.
  • note: NoteMutationInput
  • # A single file to associate with this object. Any existing file will be
  • # overwritten.
  • file: AssociateFileMutationInput
  • # Setting this value to `true` will set `memo` to null.
  • unset_memo: Boolean
  • }

link Require by