Class ReturnShippingFee
The return shipping fee. This can either be a fixed fee or a boolean to indicate that the customer pays the actual shipping cost.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.accounts_v1beta.Data
Assembly: Google.Apis.Merchant.accounts_v1beta.dll
Syntax
public class ReturnShippingFee : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FixedFee
Fixed return shipping fee amount. This value is only applicable when type is FIXED
. We will treat the
return shipping fee as free if type is FIXED
and this value is not set.
Declaration
[JsonProperty("fixedFee")]
public virtual Price FixedFee { get; set; }
Property Value
Type | Description |
---|---|
Price |
Type
Type of return shipping fee.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |