# CashRoundingAdjustment - admin - OBJECT
Version: 2025-01

## 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/2025-01/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/2025-01/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