OrderRoundingAdjustment

August 15, 2019 ยท View on GitHub

Description

A rounding adjustment of the money being returned. Commonly used to apply Cash Rounding when the minimum unit of account is smaller than the lowest physical denomination of currency.

Properties

NameGetterSetterTypeDescriptionNotes
uidgetUid()setUid($value)stringUnique ID that identifies the rounding adjustment only within this order.[optional]
namegetName()setName($value)stringThe name of the rounding adjustment from the original sale Order.[optional]
amount_moneygetAmountMoney()setAmountMoney($value)\SquareConnect\Model\MoneyActual rounding adjustment amount.[optional]

Note: All properties are protected and only accessed via getters and setters.

[Back to Model list] [Back to API list] [Back to README]