Home > @poq/sdk-sfcc > PriceAdjustmentLimits
Document representing a list of PriceAdjustmentLimit items. It returns all the price adjustment limits for a particular user across various Access Roles.
Signature:
export declare class PriceAdjustmentLimits extends BaseModel<PriceAdjustmentLimits>
Extends: BaseModel<PriceAdjustmentLimits
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(params) | Constructs a new instance of the PriceAdjustmentLimits class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| limits? | Array<PriceAdjustmentLimit> | (Optional) The list of price adjustment limits applicable for a user across all roles. |