Class PickupCost
The pickup cost of the item.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.products_v1.Data
Assembly: Google.Apis.Merchant.products_v1.dll
Syntax
public class PickupCost : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FlatRate
Required. The flat rate pickup cost of the item.
Declaration
[JsonProperty("flatRate")]
public virtual Price FlatRate { get; set; }
Property Value
| Type | Description |
|---|---|
| Price |
FreeThreshold
Optional. The price threshold above which pickup is free of charge.
Declaration
[JsonProperty("freeThreshold")]
public virtual Price FreeThreshold { get; set; }
Property Value
| Type | Description |
|---|---|
| Price |