Skip to main content
Anchor to PointOfSaleDevicePaymentSessionCountPayload

PointOfSaleDevicePaymentSessionCountPayload

payload

Return type for pointOfSaleDevicePaymentSessionCount mutation.

Anchor to pointOfSaleDevicePaymentSessionpointOfSaleDevicePaymentSession
•PointOfSaleDevicePaymentSession

The point of sale device payment session after recording the count.

•[PointOfSaleDevicePaymentSessionCountUserError!]!
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

Records a mid-session cash count for a point of sale device payment session.

Arguments

Anchor to pointOfSaleDevicePaymentSessionIdpointOfSaleDevicePaymentSessionId
•ID!
required

The point of sale device payment session to record a count for.

•MoneyInput!
required

The counted cash drawer balance.

•ID!
required

The staff member who performed the count.

•DateTime

When the count was performed. Defaults to the current time.

•ID

The reason code for the count.

•String

The note entered when the count was performed.



Was this section helpful?