Anchor to pointOfSaleDevicePaymentSessionOpenpoint
mutationpoint Of Sale Device Payment Session Open
Requires access scope.
Opens a point of sale device payment session.
Anchor to Arguments
Arguments
- balance (MoneyInput)
- note (String)
- pointOfSaleDeviceId (ID!)
- reasonCodeId (ID)
- staffMemberId (ID!)
- time (DateTime)
- Anchor to balancebalance•Money
Input The counted cash drawer balance when the session was opened.
- Anchor to notenote•String
The note entered when the session was opened.
- Anchor to pointOfSaleDeviceIdpoint•ID!
Of Sale Device Id required The point of sale device to which this session belongs.
- Anchor to reasonCodeIdreason•ID
Code Id The reason code for the session opening.
- Anchor to staffMemberIdstaff•ID!
Member Id required The staff member who opened the session.
- Anchor to timetime•Date
Time The time the session was opened. Defaults to the current time.
Was this section helpful?
Anchor to PointOfSaleDevicePaymentSessionOpenPayload returnsPoint Of Sale Device Payment Session Open Payload returns
- pointOfSaleDevicePaymentSession (PointOfSaleDevicePaymentSession)
- userErrors ([PointOfSaleDevicePaymentSessionOpenUserError!]!)
- Anchor to pointOfSaleDevicePaymentSessionpoint•Point
Of Sale Device Payment Session Of Sale Device Payment Session The created point of sale device payment session.
- Anchor to userErrorsuser•[Point
Errors Of Sale Device Payment Session Open User Error!]! non-null The list of errors that occurred from executing the mutation.
Was this section helpful?