Show / Hide Table of Contents

Class LiasettingsCustomBatchRequestEntry

Inheritance
object
LiasettingsCustomBatchRequestEntry
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 LiasettingsCustomBatchRequestEntry : IDirectResponseSchema

Properties

AccountId

The ID of the account for which to get/update account LIA settings.

Declaration
[JsonProperty("accountId")]
public virtual ulong? AccountId { get; set; }
Property Value
Type Description
ulong?

BatchId

An entry ID, unique within the batch request.

Declaration
[JsonProperty("batchId")]
public virtual long? BatchId { get; set; }
Property Value
Type Description
long?

ContactEmail

Inventory validation contact email. Required only for SetInventoryValidationContact.

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

ContactName

Inventory validation contact name. Required only for SetInventoryValidationContact.

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

Country

The country code. Required only for RequestInventoryVerification.

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

ETag

The ETag of the item.

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

GmbEmail

The Business Profile. Required only for RequestGmbAccess.

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

LiaSettings

The account Lia settings to update. Only defined if the method is update.

Declaration
[JsonProperty("liaSettings")]
public virtual LiaSettings LiaSettings { get; set; }
Property Value
Type Description
LiaSettings

MerchantId

The ID of the managing account.

Declaration
[JsonProperty("merchantId")]
public virtual ulong? MerchantId { get; set; }
Property Value
Type Description
ulong?

Method

The method of the batch entry. Acceptable values are: - "get" - "getAccessibleGmbAccounts" - "requestGmbAccess" - "requestInventoryVerification" - "setInventoryVerificationContact" - "update"

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

OmnichannelExperience

The omnichannel experience for a country. Required only for SetOmnichannelExperience.

Declaration
[JsonProperty("omnichannelExperience")]
public virtual LiaOmnichannelExperience OmnichannelExperience { get; set; }
Property Value
Type Description
LiaOmnichannelExperience

PosDataProviderId

The ID of POS data provider. Required only for SetPosProvider.

Declaration
[JsonProperty("posDataProviderId")]
public virtual ulong? PosDataProviderId { get; set; }
Property Value
Type Description
ulong?

PosExternalAccountId

The account ID by which this merchant is known to the POS provider.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX