All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.content.model.RepricingRuleRestrictionBoundary.html Maven / Gradle / Ivy

There is a newer version: v2.1-rev20241217-2.0.0
Show newest version






RepricingRuleRestrictionBoundary (Content API for Shopping v2.1-rev20210325-1.31.0)












com.google.api.services.content.model

Class RepricingRuleRestrictionBoundary

    • Constructor Detail

      • RepricingRuleRestrictionBoundary

        public RepricingRuleRestrictionBoundary()
    • Method Detail

      • getPercentageDelta

        public Integer getPercentageDelta()
        The percentage delta relative to the offer selling price. This field is signed. It must be negative in floor. When it is used in floor, it should be > -100. For example, if an offer is selling at $10 and this field is -30 in floor, the repricing rule only applies if the calculated new price is >= $7.
        Returns:
        value or null for none
      • setPercentageDelta

        public RepricingRuleRestrictionBoundary setPercentageDelta(Integer percentageDelta)
        The percentage delta relative to the offer selling price. This field is signed. It must be negative in floor. When it is used in floor, it should be > -100. For example, if an offer is selling at $10 and this field is -30 in floor, the repricing rule only applies if the calculated new price is >= $7.
        Parameters:
        percentageDelta - percentageDelta or null for none
      • getPriceDelta

        public String getPriceDelta()
        The price micros relative to the offer selling price. This field is signed. It must be negative in floor. For example, if an offer is selling at $10 and this field is -$2 in floor, the repricing rule only applies if the calculated new price is >= $8.
        Returns:
        value or null for none
      • setPriceDelta

        public RepricingRuleRestrictionBoundary setPriceDelta(String priceDelta)
        The price micros relative to the offer selling price. This field is signed. It must be negative in floor. For example, if an offer is selling at $10 and this field is -$2 in floor, the repricing rule only applies if the calculated new price is >= $8.
        Parameters:
        priceDelta - priceDelta or null for none

Copyright © 2011–2021 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy