Show / Hide Table of Contents

Class ReturnPolicyOnlineReturnReasonCategoryInfo

The return reason category info wrapper.

Inheritance
object
ReturnPolicyOnlineReturnReasonCategoryInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class ReturnPolicyOnlineReturnReasonCategoryInfo : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ReturnLabelSource

The corresponding return label source. If the ReturnMethod field includes BY_MAIL, it is required to specify ReturnLabelSource for both BUYER_REMORSE and ITEM_DEFECT return reason categories.

Declaration
[JsonProperty("returnLabelSource")]
public virtual string ReturnLabelSource { get; set; }
Property Value
Type Description
string

ReturnReasonCategory

The return reason category.

Declaration
[JsonProperty("returnReasonCategory")]
public virtual string ReturnReasonCategory { get; set; }
Property Value
Type Description
string

ReturnShippingFee

The corresponding return shipping fee. This is only applicable when returnLabelSource is not the customer's responsibility.

Declaration
[JsonProperty("returnShippingFee")]
public virtual ReturnPolicyOnlineReturnShippingFee ReturnShippingFee { get; set; }
Property Value
Type Description
ReturnPolicyOnlineReturnShippingFee

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX