CatalogQuickAmount

April 22, 2020 ยท View on GitHub

Description

Represents a Quick Amount in the Catalog.

Properties

NameGetterSetterTypeDescriptionNotes
typegetType()setType($value)stringRepresents the type of the Quick Amount. See CatalogQuickAmountType for possible values
amountgetAmount()setAmount($value)\SquareConnect\Model\MoneyRepresents the actual amount of the Quick Amount with Money type.
scoregetScore()setScore($value)intDescribes the ranking of the Quick Amount provided by machine learning model, in the range [0, 100]. MANUAL type amount will always have score = 100.[optional]
ordinalgetOrdinal()setOrdinal($value)intThe order in which this Quick Amount should be displayed.[optional]

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

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