Show / Hide Table of Contents

Class MonetaryAmount

Inheritance
object
MonetaryAmount
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX