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