Skip to main content
Anchor to PointOfSaleDevicePaymentSessionOpenPayload

PointOfSaleDevicePaymentSessionOpenPayload

payload

Return type for pointOfSaleDevicePaymentSessionOpen mutation.

Anchor to pointOfSaleDevicePaymentSessionpointOfSaleDevicePaymentSession
•PointOfSaleDevicePaymentSession

The created point of sale device payment session.

•[PointOfSaleDevicePaymentSessionOpenUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•mutation

Opens a point of sale device payment session.

Arguments

•ID!
required

The point of sale device to which this session belongs.

•MoneyInput

The counted cash drawer balance when the session was opened.

•ID!
required

The staff member who opened the session.

•DateTime

The time the session was opened. Defaults to the current time.

•ID

The reason code for the session opening.

•String

The note entered when the session was opened.



Was this section helpful?