Show / Hide Table of Contents

Class OnlineReturnPolicy.Types.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.

Inheritance
object
OnlineReturnPolicy.Types.ReturnShippingFee
Implements
IMessage<OnlineReturnPolicy.Types.ReturnShippingFee>
IEquatable<OnlineReturnPolicy.Types.ReturnShippingFee>
IDeepCloneable<OnlineReturnPolicy.Types.ReturnShippingFee>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Accounts.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.dll
Syntax
public sealed class OnlineReturnPolicy.Types.ReturnShippingFee : IMessage<OnlineReturnPolicy.Types.ReturnShippingFee>, IEquatable<OnlineReturnPolicy.Types.ReturnShippingFee>, IDeepCloneable<OnlineReturnPolicy.Types.ReturnShippingFee>, IBufferMessage, IMessage

Constructors

ReturnShippingFee()

Declaration
public ReturnShippingFee()

ReturnShippingFee(ReturnShippingFee)

Declaration
public ReturnShippingFee(OnlineReturnPolicy.Types.ReturnShippingFee other)
Parameters
Type Name Description
OnlineReturnPolicy.Types.ReturnShippingFee other

Properties

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
public Price FixedFee { get; set; }
Property Value
Type Description
Price

Type

Required. Type of return shipping fee.

Declaration
public OnlineReturnPolicy.Types.ReturnShippingFee.Types.Type Type { get; set; }
Property Value
Type Description
OnlineReturnPolicy.Types.ReturnShippingFee.Types.Type
In this article
Back to top Generated by DocFX