A parent Catalog Object model represents a set of Quick Amounts and the settings control the amounts.
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.