Class ProductFee
The product fee attribute containing type and amount.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.products_v1.Data
Assembly: Google.Apis.Merchant.products_v1.dll
Syntax
public class ProductFee : IDirectResponseSchema
Properties
Amount
The amount of product fee.
Declaration
[JsonProperty("amount")]
public virtual Price Amount { get; set; }
Property Value
| Type | Description |
|---|---|
| Price |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
The type of product fee.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |