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

Latest commit

 

History

History
17 lines (11 loc) · 1.22 KB

CatalogQuickAmountsSettings.md

File metadata and controls

17 lines (11 loc) · 1.22 KB

CatalogQuickAmountsSettings

Description

A parent Catalog Object model represents a set of Quick Amounts and the settings control the amounts.

Properties

Name Getter Setter Type Description Notes
option getOption() setOption($value) string Represents the option seller currently uses on Quick Amounts. See CatalogQuickAmountsSettingsOption for possible values
eligible_for_auto_amounts getEligibleForAutoAmounts() setEligibleForAutoAmounts($value) bool Represents location's eligibility for auto amounts The boolean should be consistent with whether there are AUTO amounts in the `amounts`. [optional]
amounts getAmounts() setAmounts($value) \SquareConnect\Model\CatalogQuickAmount[] Represents a set of Quick Amounts at this location. [optional]

Note: All properties are protected and only accessed via getters and setters.

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