Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.78 KB

V1Fee.md

File metadata and controls

24 lines (18 loc) · 1.78 KB

V1Fee

squareconnect.models.v1_fee

Description

V1Fee

Properties

Name Type Description Notes
id str The fee's unique ID. [optional]
name str The fee's name. [optional]
rate str The rate of the fee, as a string representation of a decimal number. A value of 0.07 corresponds to a rate of 7%. [optional]
calculation_phase str Forthcoming See V1FeeCalculationPhase for possible values [optional]
adjustment_type str The type of adjustment the fee applies to a payment. Currently, this value is TAX for all fees. See V1FeeAdjustmentType for possible values [optional]
applies_to_custom_amounts bool If true, the fee applies to custom amounts entered into Square Register that are not associated with a particular item. [optional]
enabled bool If true, the fee is applied to all appropriate items. If false, the fee is not applied at all. [optional]
inclusion_type str Whether the fee is ADDITIVE or INCLUSIVE. See V1FeeInclusionType for possible values [optional]
type str In countries with multiple classifications for sales taxes, indicates which classification the fee falls under. Currently relevant only to Canadian merchants. See V1FeeType for possible values [optional]
v2_id str The ID of the CatalogObject in the Connect v2 API. Objects that are shared across multiple locations share the same v2 ID. [optional]

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