Schema Documentation
AddonCustomerDefinedPrice
Description
"Customer defined price" addon field object.
Fields
Field Name | Description |
---|---|
description - String | Field description |
fieldName - String! | Field unique name |
name - String | Field name |
price - Float | Addon's price |
priceRangeLimit - ProductAddonFloatRange | Range for whether the customer must set their desired payment amount within |
priceType - ProductAddonPriceAdjustEnum | Addon's method of price adjustment |
required - Boolean | Is this field required? |
titleFormat - ProductAddonTitleFormatEnum | The way the title should be displayed. |
type - ProductAddonFieldEnum | Field type |
Example
{"description":"xyz789","fieldName":"xyz789","name":"xyz789","price":123.45,"priceRangeLimit":ProductAddonFloatRange,"priceType":"FLAT_FEE","required":false,"titleFormat":"HEADING","type":"CHECKBOX"}