Staged changes on a Standalone Price. To update the value property of a Staged Standalone Price, use the corresponding update action. To apply all staged changes to the Standalone Price, use the applyStagedChanges update action.

interface StagedStandalonePrice {
    discounted?: DiscountedPrice;
    value: TypedMoney;
}

Properties

Properties

discounted?: DiscountedPrice

Discounted price for the StagedStandalonePrice.

value: TypedMoney

Money value of the StagedStandalonePrice.

Generated using TypeDoc