Show / Hide Table of Contents

Class ReturnPolicyOnlineRestockingFee

The restocking fee. This can either be a fixed fee or a micro percent.

Inheritance
object
ReturnPolicyOnlineRestockingFee
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.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class ReturnPolicyOnlineRestockingFee : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FixedFee

Fixed restocking fee.

Declaration
[JsonProperty("fixedFee")]
public virtual PriceAmount FixedFee { get; set; }
Property Value
Type Description
PriceAmount

MicroPercent

Percent of total price in micros. 15,000,000 means 15% of the total price would be charged.

Declaration
[JsonProperty("microPercent")]
public virtual int? MicroPercent { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX