Show / Hide Table of Contents

Class LiasettingsCustomBatchRequestEntry

Inheritance
System.Object
LiasettingsCustomBatchRequestEntry
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.ShoppingContent.v2.Data
Assembly: Google.Apis.ShoppingContent.v2.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
System.Nullable<System.UInt64>

BatchId

An entry ID, unique within the batch request.

Declaration
[JsonProperty("batchId")]
public virtual long? BatchId { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

ContactEmail

Inventory validation contact email. Required only for SetInventoryValidationContact.

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

ContactName

Inventory validation contact name. Required only for SetInventoryValidationContact.

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

Country

The country code. Required only for RequestInventoryVerification.

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

ETag

The ETag of the item.

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

GmbEmail

The GMB account. Required only for RequestGmbAccess.

Declaration
[JsonProperty("gmbEmail")]
public virtual string GmbEmail { get; set; }
Property Value
Type Description
System.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
System.Nullable<System.UInt64>

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
System.String

PosDataProviderId

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

Declaration
[JsonProperty("posDataProviderId")]
public virtual ulong? PosDataProviderId { get; set; }
Property Value
Type Description
System.Nullable<System.UInt64>

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
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top