Class ReturnPolicyOnlineRestockingFee
The restocking fee. This can either be a fixed fee or a micro percent.
Implements
Inherited Members
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? |