Show / Hide Table of Contents

Class ShippingsettingsCustomBatchRequestEntry

A batch entry encoding a single non-batch shippingsettings request.

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

Properties

AccountId

The ID of the account for which to get/update account shipping 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?

ETag

The ETag of the item.

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

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" - "update"

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

ShippingSettings

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

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX