Show / Hide Table of Contents

Class PickupCost

The pickup cost of the item.

Inheritance
object
PickupCost
Implements
IMessage<PickupCost>
IEquatable<PickupCost>
IDeepCloneable<PickupCost>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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
In this article
Back to top Generated by DocFX