INPUT_OBJECT
UpdateDepositSlipMutationInput
The input object that defines the fields for the updateDepositSlip mutation.
link GraphQL Schema definition
- input UpdateDepositSlipMutationInput {
- # A date
- : Date
- # The bank account name/number
- : String
- # The memo.
- : Text
- # The payment IDs.
- : [Int64Bit]
- # A note about this entity.
- : NoteMutationInput
- # A single file to associate with this object. Any existing file will be
- # overwritten.
- : AssociateFileMutationInput
- # Setting this value to `true` will set `memo` to null.
- : Boolean
- }