Class ReturnaddressResource.GetRequest
Gets a return address of the Merchant Center account.
Inheritance
ReturnaddressResource.GetRequest
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class ReturnaddressResource.GetRequest : ShoppingContentBaseServiceRequest<ReturnAddress>, IClientServiceRequest<ReturnAddress>, IClientServiceRequest
Constructors
GetRequest(IClientService, ulong, string)
Constructs a new Get request.
Declaration
public GetRequest(IClientService service, ulong merchantId, string returnAddressId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
ulong | merchantId | |
string | returnAddressId |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MerchantId
The Merchant Center account to get a return address for.
Declaration
[RequestParameter("merchantId", RequestParameterType.Path)]
public virtual ulong MerchantId { get; }
Property Value
Type | Description |
---|---|
ulong |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
ReturnAddressId
Return address ID generated by Google.
Declaration
[RequestParameter("returnAddressId", RequestParameterType.Path)]
public virtual string ReturnAddressId { get; }
Property Value
Type | Description |
---|---|
string |
Methods
InitParameters()
Initializes Get parameter list.
Declaration
protected override void InitParameters()