Skip to main content
Anchor to PointOfSaleDevicePaymentSessionAdjustPayload

PointOfSaleDevicePaymentSessionAdjustPayload

payload

Return type for pointOfSaleDevicePaymentSessionAdjust mutation.

Anchor to pointOfSaleDevicePaymentSessionpointOfSaleDevicePaymentSession
•PointOfSaleDevicePaymentSession

The adjusted point of sale device payment session.

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

Adds an adjustment to a point of sale device payment session.

Arguments

Anchor to pointOfSaleDevicePaymentSessionIdpointOfSaleDevicePaymentSessionId
•ID!
required

The point of sale device payment session to be adjusted.

•MoneyInput!
required

The amount of cash being added or removed.

•ID!
required

The staff member who made the adjustment.

•ID

The reason code for the adjustment.

•String

The note entered when the adjustment was made.

•DateTime

The time when the adjustment was made. Defaults to the current time.



Was this section helpful?