Represents a comprehensive PriceModifier record within the OnTime API.
![]() |
PriceModifier
Represents a comprehensive PriceModifier record within the OnTime API.
|
| Name | Description | Data Type |
|---|---|---|
| ID | The unique identifier for this PriceModifier record. | string |
| Name | The name of this PriceModifier. | string |
| CustomValue | The user-defined custom value assigned to this PriceModifier. | number |
| PercentCommissionable | The percentage-based value used to determine the commissionable amount for this PriceModifier. | number |
| Price | The calculated price of this PriceModifier. | number |
| Type | The pre-defined {OnTime.Extensions.SDK.PriceModifierBase.PriceModifierType} detailing the pricing calculation behavior of this PriceModifier. Available Values: [Other, SignatureCapture, CashOnDelivery, DistanceBasePrice, AdHocCharge, Tax] | string |
| Input | The pre-defined {OnTime.Extensions.SDK.PriceModifierBase.InputFieldType} detailing the field-specific behavior used when calculating the pricing of this PriceModifier. Available Values: [None, Weight, Quantity, Mileage, Dimensions, Custom, DeclaredValue, BasePrice, Height, Width, Depth, ZoneLookupTable] | string |