Show / Hide Table of Contents

Class UnitInvoiceTaxLine

Inheritance
object
UnitInvoiceTaxLine
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 UnitInvoiceTaxLine : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
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
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
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX