Square.Connect.Model.V1PaymentTax

July 10, 2019 ยท View on GitHub

Description

V1PaymentTax

Properties

NameTypeDescriptionNotes
ErrorsList<Error>Any errors that occurred during the request.[optional]
NamestringThe merchant-defined name of the tax.[optional]
AppliedMoneyV1MoneyThe amount of money that this tax adds to the payment.[optional]
RatestringThe rate of the tax, as a string representation of a decimal number. A value of 0.07 corresponds to a rate of 7%.[optional]
InclusionTypestringWhether the tax is an ADDITIVE tax or an INCLUSIVE tax. See V1PaymentTaxInclusionType for possible values[optional]
FeeIdstringThe ID of the tax, if available. Taxes applied in older versions of Square Register might not have an ID.[optional]

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