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

Latest commit

 

History

History
19 lines (12 loc) · 945 Bytes

V1PaymentTax.md

File metadata and controls

19 lines (12 loc) · 945 Bytes

V1PaymentTax

Description

V1PaymentTax

Properties

Name Type Description Notes
errors List<Error> Any errors that occurred during the request. [optional]
name String The merchant-defined name of the tax. [optional]
appliedMoney V1Money The amount of money that this tax adds to the payment. [optional]
rate String 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]
inclusionType String Whether the tax is an ADDITIVE tax or an INCLUSIVE tax. See V1PaymentTaxInclusionType for possible values [optional]
feeId String The ID of the tax, if available. Taxes applied in older versions of Square Register might not have an ID. [optional]