Class OrdersCreateTestOrderRequest
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class OrdersCreateTestOrderRequest : IDirectResponseSchema
Properties
Country
The CLDR territory code of the country of the test order to create. Affects the currency and addresses of
orders created through template_name
, or the addresses of orders created through test_order
. Acceptable
values are: - "US
" - "FR
" Defaults to "US
".
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 |
TemplateName
The test order template to use. Specify as an alternative to testOrder
as a shortcut for retrieving a
template and then creating an order using that template. Acceptable values are: - "template1
" -
"template1a
" - "template1b
" - "template2
" - "template3
"
Declaration
[JsonProperty("templateName")]
public virtual string TemplateName { get; set; }
Property Value
Type | Description |
---|---|
string |
TestOrder
The test order to create.
Declaration
[JsonProperty("testOrder")]
public virtual TestOrder TestOrder { get; set; }
Property Value
Type | Description |
---|---|
TestOrder |