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

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

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






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












com.google.api.services.content.model

Class UnitInvoiceTaxLine

    • Constructor Detail

      • UnitInvoiceTaxLine

        public UnitInvoiceTaxLine()
    • Method Detail

      • getTaxAmount

        public Price getTaxAmount()
        [required] Tax amount for the tax type.
        Returns:
        value or null for none
      • setTaxAmount

        public UnitInvoiceTaxLine setTaxAmount(Price taxAmount)
        [required] Tax amount for the tax type.
        Parameters:
        taxAmount - taxAmount or null for none
      • getTaxName

        public String getTaxName()
        Optional name of the tax type. This should only be provided if `taxType` is `otherFeeTax`.
        Returns:
        value or null for none
      • setTaxName

        public UnitInvoiceTaxLine setTaxName(String taxName)
        Optional name of the tax type. This should only be provided if `taxType` is `otherFeeTax`.
        Parameters:
        taxName - taxName or null for none
      • getTaxType

        public String getTaxType()
        [required] Type of the tax. Acceptable values are: - "`otherFee`" - "`otherFeeTax`" - "`sales`"
        Returns:
        value or null for none
      • setTaxType

        public UnitInvoiceTaxLine setTaxType(String taxType)
        [required] Type of the tax. Acceptable values are: - "`otherFee`" - "`otherFeeTax`" - "`sales`"
        Parameters:
        taxType - taxType or null for none
      • clone

        public UnitInvoiceTaxLine 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