Class UnitInvoice
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class UnitInvoice : IDirectResponseSchema
Properties
AdditionalCharges
Additional charges for a unit, for example, shipping costs.
Declaration
[JsonProperty("additionalCharges")]
public virtual IList<UnitInvoiceAdditionalCharge> AdditionalCharges { get; set; }
Property Value
Type | Description |
---|---|
IList<UnitInvoiceAdditionalCharge> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
UnitPrice
[required] Pre-tax or post-tax price of one unit depending on the locality of the order. Note: Invoicing
works on a per unit basis. The unitPrice
is the price of a single unit, and will be multiplied by the
number of entries in shipmentUnitId
.
Declaration
[JsonProperty("unitPrice")]
public virtual Price UnitPrice { get; set; }
Property Value
Type | Description |
---|---|
Price |
UnitPriceTaxes
Tax amounts to apply to the unit price.
Declaration
[JsonProperty("unitPriceTaxes")]
public virtual IList<UnitInvoiceTaxLine> UnitPriceTaxes { get; set; }
Property Value
Type | Description |
---|---|
IList<UnitInvoiceTaxLine> |