Name | Getter | Setter | Type | Description | Notes |
---|---|---|---|---|---|
name | getName() | setName($value) | string | The modifier option's name. | [optional] |
applied_money | getAppliedMoney() | setAppliedMoney($value) | \SquareConnect\Model\V1Money | The amount of money that this modifier option adds to the payment. | [optional] |
modifier_option_id | getModifierOptionId() | setModifierOptionId($value) | string | TThe ID of the applied modifier option, if available. Modifier options applied in older versions of Square Register might not have an ID. | [optional] |
Note: All properties are protected and only accessed via getters and setters.