Show / Hide Table of Contents

Class PickupCost

The pickup cost of the item.

Inheritance
object
PickupCost
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX