Class ReturnpolicyCustomBatchRequestEntry
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class ReturnpolicyCustomBatchRequestEntry : IDirectResponseSchema
Properties
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 Merchant Center account ID.
Declaration
[JsonProperty("merchantId")]
public virtual ulong? MerchantId { get; set; }
Property Value
| Type | Description |
|---|---|
| ulong? |
Method
Method of the batch request entry. Acceptable values are: - "delete" - "get" - "insert"
Declaration
[JsonProperty("method")]
public virtual string Method { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ReturnPolicy
The return policy to submit. This should be set only if the method is insert.
Declaration
[JsonProperty("returnPolicy")]
public virtual ReturnPolicy ReturnPolicy { get; set; }
Property Value
| Type | Description |
|---|---|
| ReturnPolicy |
ReturnPolicyId
The return policy ID. This should be set only if the method is delete or get.
Declaration
[JsonProperty("returnPolicyId")]
public virtual string ReturnPolicyId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |