Class ReturnPolicyOnlineRestockingFee
The restocking fee. This can either be a fixed fee or a micro percent.
Inheritance
System.Object
ReturnPolicyOnlineRestockingFee
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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 |
---|---|
System.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 |
---|---|
System.Nullable<System.Int32> |