Class CaptureOrderResponse
Response message for the CaptureOrder method.
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class CaptureOrderResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExecutionStatus
The status of the execution. Only defined if the request was successful. Acceptable values are: * "duplicate" * "executed"
Declaration
[JsonProperty("executionStatus")]
public virtual string ExecutionStatus { get; set; }
Property Value
Type | Description |
---|---|
string |