Show / Hide Table of Contents

Class RestockingFee

The restocking fee. This can be a flat fee or a micro percent.

Inheritance
object
RestockingFee
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.accounts_v1beta.Data
Assembly: Google.Apis.Merchant.accounts_v1beta.dll
Syntax
public class RestockingFee : 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 Price FixedFee { get; set; }
Property Value
Type Description
Price

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