V1PaymentTax

March 13, 2019 ยท View on GitHub

Description

V1PaymentTax

Properties

NameGetterSetterTypeDescriptionNotes
errorsgetErrors()setErrors($value)\SquareConnect\Model\Error[]Any errors that occurred during the request.[optional]
namegetName()setName($value)stringThe merchant-defined name of the tax.[optional]
applied_moneygetAppliedMoney()setAppliedMoney($value)\SquareConnect\Model\V1MoneyThe amount of money that this tax adds to the payment.[optional]
rategetRate()setRate($value)stringThe rate of the tax, as a string representation of a decimal number. A value of 0.07 corresponds to a rate of 7%.[optional]
inclusion_typegetInclusionType()setInclusionType($value)stringWhether the tax is an ADDITIVE tax or an INCLUSIVE tax. See V1PaymentTaxInclusionType for possible values[optional]
fee_idgetFeeId()setFeeId($value)stringThe ID of the tax, if available. Taxes 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]