V1PaymentDiscount

March 13, 2019 ยท View on GitHub

Description

V1PaymentDiscount

Properties

NameGetterSetterTypeDescriptionNotes
namegetName()setName($value)stringThe discount's name.[optional]
applied_moneygetAppliedMoney()setAppliedMoney($value)\SquareConnect\Model\V1MoneyThe amount of money that this discount adds to the payment (note that this value is always negative or zero).[optional]
discount_idgetDiscountId()setDiscountId($value)stringThe ID of the applied discount, if available. Discounts applied in older versions of Square Register might not have an ID.[optional]

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

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