Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 1.04 KB

OrderRoundingAdjustment.md

File metadata and controls

17 lines (11 loc) · 1.04 KB

OrderRoundingAdjustment

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

Name Getter Setter Type Description Notes
uid getUid() setUid($value) string Unique ID that identifies the rounding adjustment only within this order. [optional]
name getName() setName($value) string The name of the rounding adjustment from the original sale Order. [optional]
amount_money getAmountMoney() setAmountMoney($value) \SquareConnect\Model\Money Actual 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]