Class MonetaryAmount
Inheritance
System.Object
MonetaryAmount
Implements
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_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class MonetaryAmount : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PriceAmount
The pre-tax or post-tax price depends on the location of the order. - For countries (e.g. US) where price attribute excludes tax, this field corresponds to the pre-tax value. - For coutries (e.g. France) where price attribute includes tax, this field corresponds to the post-tax value .
Declaration
[JsonProperty("priceAmount")]
public virtual Price PriceAmount { get; set; }
Property Value
Type | Description |
---|---|
Price |
TaxAmount
Tax value, present only for countries where price attribute excludes tax (e.g. US). No tax is referenced as
0 value with the corresponding currency
.
Declaration
[JsonProperty("taxAmount")]
public virtual Price TaxAmount { get; set; }
Property Value
Type | Description |
---|---|
Price |