INPUT_OBJECT
CreateDepositSlipMutationInput
The input object that defines the fields for the createDepositSlip mutation.
link GraphQL Schema definition
- input CreateDepositSlipMutationInput {
- # 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 :
- }