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

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

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






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












com.google.api.services.content.model

Class ShipmentInvoiceLineItemInvoice

    • Constructor Detail

      • ShipmentInvoiceLineItemInvoice

        public ShipmentInvoiceLineItemInvoice()
    • Method Detail

      • getLineItemId

        public String getLineItemId()
        ID of the line item. Either lineItemId or productId must be set.
        Returns:
        value or null for none
      • setLineItemId

        public ShipmentInvoiceLineItemInvoice setLineItemId(String lineItemId)
        ID of the line item. Either lineItemId or productId must be set.
        Parameters:
        lineItemId - lineItemId or null for none
      • getProductId

        public String getProductId()
        ID of the product. This is the REST ID used in the products service. Either lineItemId or productId must be set.
        Returns:
        value or null for none
      • setProductId

        public ShipmentInvoiceLineItemInvoice setProductId(String productId)
        ID of the product. This is the REST ID used in the products service. Either lineItemId or productId must be set.
        Parameters:
        productId - productId or null for none
      • getShipmentUnitIds

        public List<String> getShipmentUnitIds()
        [required] The shipment unit ID is assigned by the merchant and defines individual quantities within a line item. The same ID can be assigned to units that are the same while units that differ must be assigned a different ID (for example: free or promotional units).
        Returns:
        value or null for none
      • setShipmentUnitIds

        public ShipmentInvoiceLineItemInvoice setShipmentUnitIds(List<String> shipmentUnitIds)
        [required] The shipment unit ID is assigned by the merchant and defines individual quantities within a line item. The same ID can be assigned to units that are the same while units that differ must be assigned a different ID (for example: free or promotional units).
        Parameters:
        shipmentUnitIds - shipmentUnitIds or null for none
      • getUnitInvoice

        public UnitInvoice getUnitInvoice()
        [required] Invoice details for a single unit.
        Returns:
        value or null for none

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy