# CashTrackingAdjustment - admin-graphql - OBJECT Version: 2024-10 ## Description Tracks an adjustment to the cash in a cash tracking session for a point of sale device over the course of a shift. ### Access Scopes `read_cash_tracking` access scope. ## Fields * [cash](/docs/api/admin-graphql/2024-10/objects/MoneyV2): MoneyV2! - The amount of cash being added or removed. * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - A globally-unique ID. * [note](/docs/api/admin-graphql/2024-10/scalars/String): String - The note entered when the adjustment was made. * [staffMember](/docs/api/admin-graphql/2024-10/objects/StaffMember): StaffMember! - The staff member who made the adjustment. * [time](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime! - The time when the adjustment was made. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples