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

Latest commit

 

History

History
20 lines (14 loc) · 1.1 KB

V1PaymentTax.md

File metadata and controls

20 lines (14 loc) · 1.1 KB

V1PaymentTax

squareconnect.models.v1_payment_tax

Description

V1PaymentTax

Properties

Name Type Description Notes
errors list[Error] Any errors that occurred during the request. [optional]
name str The merchant-defined name of the tax. [optional]
applied_money V1Money The amount of money that this tax adds to the payment. [optional]
rate str The 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_type str Whether the tax is an ADDITIVE tax or an INCLUSIVE tax. See V1PaymentTaxInclusionType for possible values [optional]
fee_id str The 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]