Show / Hide Table of Contents

Class GetOnlineReturnPolicyRequest

Request message for the GetOnlineReturnPolicy method.

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

Constructors

GetOnlineReturnPolicyRequest()

Declaration
public GetOnlineReturnPolicyRequest()

GetOnlineReturnPolicyRequest(GetOnlineReturnPolicyRequest)

Declaration
public GetOnlineReturnPolicyRequest(GetOnlineReturnPolicyRequest other)
Parameters
Type Name Description
GetOnlineReturnPolicyRequest other

Properties

Name

Required. The name of the return policy to retrieve. Format: accounts/{account}/onlineReturnPolicies/{return_policy}

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

OnlineReturnPolicyName

OnlineReturnPolicyName-typed view over the Name resource name property.

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