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

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

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






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












com.google.api.services.content.model

Class AccountTax

    • Constructor Detail

      • AccountTax

        public AccountTax()
    • Method Detail

      • getAccountId

        public BigInteger getAccountId()
        Required. The ID of the account to which these account tax settings belong.
        Returns:
        value or null for none
      • setAccountId

        public AccountTax setAccountId(BigInteger accountId)
        Required. The ID of the account to which these account tax settings belong.
        Parameters:
        accountId - accountId or null for none
      • getKind

        public String getKind()
        Identifies what kind of resource this is. Value: the fixed string "`content#accountTax`".
        Returns:
        value or null for none
      • setKind

        public AccountTax setKind(String kind)
        Identifies what kind of resource this is. Value: the fixed string "`content#accountTax`".
        Parameters:
        kind - kind or null for none
      • getRules

        public List<AccountTaxTaxRule> getRules()
        Tax rules. Updating the tax rules will enable "US" taxes (not reversible). Defining no rules is equivalent to not charging tax at all.
        Returns:
        value or null for none
      • setRules

        public AccountTax setRules(List<AccountTaxTaxRule> rules)
        Tax rules. Updating the tax rules will enable "US" taxes (not reversible). Defining no rules is equivalent to not charging tax at all.
        Parameters:
        rules - rules or null for none
      • set

        public AccountTax set(String fieldName,
                              Object value)
        Overrides:
        set in class com.google.api.client.json.GenericJson
      • clone

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

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy