Show / Hide Table of Contents

Class UnitInvoiceTaxLine

Inheritance
System.Object
UnitInvoiceTaxLine
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.ShoppingContent.v2.Data
Assembly: Google.Apis.ShoppingContent.v2.dll
Syntax
public class UnitInvoiceTaxLine : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

TaxAmount

[required] Tax amount for the tax type.

Declaration
[JsonProperty("taxAmount")]
public virtual Price TaxAmount { get; set; }
Property Value
Type Description
Price

TaxName

Optional name of the tax type. This should only be provided if taxType is otherFeeTax.

Declaration
[JsonProperty("taxName")]
public virtual string TaxName { get; set; }
Property Value
Type Description
System.String

TaxType

[required] Type of the tax. Acceptable values are: - "otherFee" - "otherFeeTax" - "sales"

Declaration
[JsonProperty("taxType")]
public virtual string TaxType { get; set; }
Property Value
Type Description
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top