Class LiasettingsResource.SetinventoryverificationcontactRequest
Sets the inventory verification contract for the specified country.
Inheritance
LiasettingsResource.SetinventoryverificationcontactRequest
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class LiasettingsResource.SetinventoryverificationcontactRequest : ShoppingContentBaseServiceRequest<LiasettingsSetInventoryVerificationContactResponse>, IClientServiceRequest<LiasettingsSetInventoryVerificationContactResponse>, IClientServiceRequest
Constructors
SetinventoryverificationcontactRequest(IClientService, ulong, ulong, string, string, string, string)
Constructs a new Setinventoryverificationcontact request.
Declaration
public SetinventoryverificationcontactRequest(IClientService service, ulong merchantId, ulong accountId, string country, string language, string contactName, string contactEmail)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
ulong | merchantId | |
ulong | accountId | |
string | country | |
string | language | |
string | contactName | |
string | contactEmail |
Properties
AccountId
The ID of the account that manages the order. This cannot be a multi-client account.
Declaration
[RequestParameter("accountId", RequestParameterType.Path)]
public virtual ulong AccountId { get; }
Property Value
Type | Description |
---|---|
ulong |
ContactEmail
The email of the inventory verification contact.
Declaration
[RequestParameter("contactEmail", RequestParameterType.Query)]
public virtual string ContactEmail { get; }
Property Value
Type | Description |
---|---|
string |
ContactName
The name of the inventory verification contact.
Declaration
[RequestParameter("contactName", RequestParameterType.Query)]
public virtual string ContactName { get; }
Property Value
Type | Description |
---|---|
string |
Country
The country for which inventory verification is requested.
Declaration
[RequestParameter("country", RequestParameterType.Query)]
public virtual string Country { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Language
The language for which inventory verification is requested.
Declaration
[RequestParameter("language", RequestParameterType.Query)]
public virtual string Language { get; }
Property Value
Type | Description |
---|---|
string |
MerchantId
The ID of the managing account. If this parameter is not the same as accountId, then this account must
be a multi-client account and accountId
must be the ID of a sub-account of this account.
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
Methods
InitParameters()
Initializes Setinventoryverificationcontact parameter list.
Declaration
protected override void InitParameters()