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

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

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






AccountTaxTaxRule (Content API for Shopping v2.1-rev20240609-2.0.0)












com.google.api.services.content.model

Class AccountTaxTaxRule

    • Constructor Detail

      • AccountTaxTaxRule

        public AccountTaxTaxRule()
    • Method Detail

      • getCountry

        public String getCountry()
        Country code in which tax is applicable.
        Returns:
        value or null for none
      • setCountry

        public AccountTaxTaxRule setCountry(String country)
        Country code in which tax is applicable.
        Parameters:
        country - country or null for none
      • getLocationId

        public BigInteger getLocationId()
        Required. State (or province) is which the tax is applicable, described by its location ID (also called criteria ID).
        Returns:
        value or null for none
      • setLocationId

        public AccountTaxTaxRule setLocationId(BigInteger locationId)
        Required. State (or province) is which the tax is applicable, described by its location ID (also called criteria ID).
        Parameters:
        locationId - locationId or null for none
      • getRatePercent

        public String getRatePercent()
        Explicit tax rate in percent, represented as a floating point number without the percentage character. Must not be negative.
        Returns:
        value or null for none
      • setRatePercent

        public AccountTaxTaxRule setRatePercent(String ratePercent)
        Explicit tax rate in percent, represented as a floating point number without the percentage character. Must not be negative.
        Parameters:
        ratePercent - ratePercent or null for none
      • getShippingTaxed

        public Boolean getShippingTaxed()
        If true, shipping charges are also taxed.
        Returns:
        value or null for none
      • setShippingTaxed

        public AccountTaxTaxRule setShippingTaxed(Boolean shippingTaxed)
        If true, shipping charges are also taxed.
        Parameters:
        shippingTaxed - shippingTaxed or null for none
      • getUseGlobalRate

        public Boolean getUseGlobalRate()
        Whether the tax rate is taken from a global tax table or specified explicitly.
        Returns:
        value or null for none
      • setUseGlobalRate

        public AccountTaxTaxRule setUseGlobalRate(Boolean useGlobalRate)
        Whether the tax rate is taken from a global tax table or specified explicitly.
        Parameters:
        useGlobalRate - useGlobalRate or null for none
      • clone

        public AccountTaxTaxRule clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy