Show / Hide Table of Contents

Class OnlineReturnPolicy.Types.RestockingFee

The restocking fee. This can be a flat fee or a micro percent.

Inheritance
object
OnlineReturnPolicy.Types.RestockingFee
Implements
IMessage<OnlineReturnPolicy.Types.RestockingFee>
IEquatable<OnlineReturnPolicy.Types.RestockingFee>
IDeepCloneable<OnlineReturnPolicy.Types.RestockingFee>
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.RestockingFee : IMessage<OnlineReturnPolicy.Types.RestockingFee>, IEquatable<OnlineReturnPolicy.Types.RestockingFee>, IDeepCloneable<OnlineReturnPolicy.Types.RestockingFee>, IBufferMessage, IMessage

Constructors

RestockingFee()

Declaration
public RestockingFee()

RestockingFee(RestockingFee)

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

Properties

FixedFee

Fixed restocking fee.

Declaration
public Price FixedFee { get; set; }
Property Value
Type Description
Price

HasMicroPercent

Gets whether the "micro_percent" field is set

Declaration
public bool HasMicroPercent { get; }
Property Value
Type Description
bool

MicroPercent

Percent of total price in micros. 15,000,000 means 15% of the total price would be charged.

Declaration
public int MicroPercent { get; set; }
Property Value
Type Description
int

TypeCase

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