CancelPosPaymentForSaleInput
Input object
Input for canceling a POS card reader payment for a sale.
Fields
| Field | Description | Type |
|---|---|---|
paymentId | The POS payment (`PosPayment`) ID to cancel. | String! |
saleId | The ID of the `Sale`. | ID! |
Used By (1)
CancelPosPaymentForSaleInput is referenced by the following fields, arguments, and input fields:
| Type | Field |
|---|---|
Mutation | cancelPosPaymentForSale(input) |