Class MonetaryAmount
Implements
Inherited Members
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 |
---|---|
string |
PriceAmount
The pre-tax or post-tax price depends on the location of the order. - For countries (for example, "US". where price attribute excludes tax, this field corresponds to the pre-tax value. - For coutries (for example, "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 (for example, "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 |