Pro Button Reference
Complete property reference for the Axle Pro button.
All Lite Properties
The Pro button includes all Lite button properties.
Additional Properties
| Property | Type | Description |
|---|---|---|
| paymentType | string | "one-time" or "subscription" |
| interval | string | "monthly", "yearly" (subscriptions) |
| trialDays | number | Free trial period |
| quantity | boolean | Enable quantity selector |
| minQuantity | number | Minimum quantity |
| maxQuantity | number | Maximum quantity |
Custom Fields
| Property | Type | Description |
|---|---|---|
| fields | array | Array of field configurations |
| field.type | string | "text", "email", "number", "select" |
| field.label | string | Field label |
| field.required | boolean | Is field required? |
| field.options | array | Options for select fields |