Class PickupCost
The pickup cost of the item.
Implements
Namespace: Google.Shopping.Merchant.Products.V1
Assembly: Google.Shopping.Merchant.Products.V1.dll
Syntax
public sealed class PickupCost : IMessage<PickupCost>, IEquatable<PickupCost>, IDeepCloneable<PickupCost>, IBufferMessage, IMessage
Constructors
PickupCost()
Declaration
public PickupCost()
PickupCost(PickupCost)
Declaration
public PickupCost(PickupCost other)
Parameters
| Type | Name | Description |
|---|---|---|
| PickupCost | other |
Properties
FlatRate
Required. The flat rate pickup cost of the item.
Declaration
public Price FlatRate { get; set; }
Property Value
| Type | Description |
|---|---|
| Price |
FreeThreshold
Optional. The price threshold above which pickup is free of charge.
Declaration
public Price FreeThreshold { get; set; }
Property Value
| Type | Description |
|---|---|
| Price |