Anchor to pointOfSaleDevicePaymentSessionClosepoint
mutationpoint Of Sale Device Payment Session Close
Requires access scope.
Closes a point of sale device payment session.
Anchor to Arguments
Arguments
- balance (MoneyInput!)
- note (String)
- pointOfSaleDevicePaymentSessionId (ID!)
- reasonCodeId (ID)
- staffMemberId (ID!)
- time (DateTime)
- Anchor to balancebalance•Money
Input! required The counted cash drawer balance when the session was closed.
- Anchor to notenote•String
The note entered when the session was closed.
- Anchor to pointOfSaleDevicePaymentSessionIdpoint•ID!
Of Sale Device Payment Session Id required The point of sale device payment session to be closed.
- Anchor to reasonCodeIdreason•ID
Code Id The reason code for closing the session.
- Anchor to staffMemberIdstaff•ID!
Member Id required The staff member who closed the session.
- Anchor to timetime•Date
Time When the session was closed. Defaults to the current time.
Was this section helpful?
Anchor to PointOfSaleDevicePaymentSessionClosePayload returnsPoint Of Sale Device Payment Session Close Payload returns
- pointOfSaleDevicePaymentSession (PointOfSaleDevicePaymentSession)
- userErrors ([PointOfSaleDevicePaymentSessionCloseUserError!]!)
- Anchor to pointOfSaleDevicePaymentSessionpoint•Point
Of Sale Device Payment Session Of Sale Device Payment Session The closed point of sale device payment session.
- Anchor to userErrorsuser•[Point
Errors Of Sale Device Payment Session Close User Error!]! non-null The list of errors that occurred from executing the mutation.
Was this section helpful?