Class UnitInvoiceTaxLine
Implements
Inherited Members
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 |