Show / Hide Table of Contents

Class UnitInvoice

Inheritance
object
UnitInvoice
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX