# CashRoundingAdjustment - admin-graphql - OBJECT Version: 2024-10 ## Description The rounding adjustment applied to total payment or refund received for an Order involving cash payments. ### Access Scopes `read_orders` access scope. ## Fields * [paymentSet](/docs/api/admin-graphql/2024-10/objects/MoneyBag): MoneyBag! - The rounding adjustment that can be applied to totalReceived for an Order involving cash payments in shop and presentment currencies. Could be a positive or negative value. Value is 0 if there's no rounding, or for non-cash payments. * [refundSet](/docs/api/admin-graphql/2024-10/objects/MoneyBag): MoneyBag! - The rounding adjustment that can be applied to totalRefunded for an Order involving cash payments in shop and presentment currencies. Could be a positive or negative value. Value is 0 if there's no rounding, or for non-cash refunds. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples