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

Latest commit

 

History

History
23 lines (15 loc) · 1.52 KB

V1PaymentSurcharge.md

File metadata and controls

23 lines (15 loc) · 1.52 KB

Square.Connect.Model.V1PaymentSurcharge

Description

V1PaymentSurcharge

Properties

Name Type Description Notes
Name string The name of the surcharge. [optional]
AppliedMoney V1Money The amount of money applied to the order as a result of the surcharge. [optional]
Rate string The amount of the surcharge as a percentage. The percentage is provided as a string representing the decimal equivalent of the percentage. For example, "0.7" corresponds to a 7% surcharge. Exactly one of rate or amount_money should be set. [optional]
AmountMoney V1Money The amount of the surcharge as a Money object. Exactly one of rate or amount_money should be set. [optional]
Type string Indicates the source of the surcharge. For example, if it was applied as an automatic gratuity for a large group. See V1PaymentSurchargeType for possible values [optional]
Taxable bool? Indicates whether the surcharge is taxable. [optional]
Taxes List<V1PaymentTax> The list of taxes that should be applied to the surcharge. [optional]
SurchargeId string A Square-issued unique identifier associated with the surcharge. [optional]

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