Show / Hide Table of Contents

Class OnlineReturnPolicy.Types.Policy

The available policies.

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

Constructors

Policy()

Declaration
public Policy()

Policy(Policy)

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

Properties

Days

The number of days items can be returned after delivery, where one day is defined as 24 hours after the delivery timestamp. Required for NUMBER_OF_DAYS_AFTER_DELIVERY returns.

Declaration
public long Days { get; set; }
Property Value
Type Description
long

Type

Policy type.

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