Struct google_content2::api::OrdersCreateTestOrderRequest [−][src]
pub struct OrdersCreateTestOrderRequest {
pub country: Option<String>,
pub template_name: Option<String>,
pub test_order: Option<TestOrder>,
}Expand description
There is no detailed description.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- createtestorder orders (request)
Fields
country: Option<String>The CLDR territory code of the country of the test order to create. Affects the currency and addresses of orders created via template_name, or the addresses of orders created via test_order. Acceptable values are: - “US” - “FR” Defaults to US.
template_name: Option<String>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”
test_order: Option<TestOrder>The test order to create.
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl Send for OrdersCreateTestOrderRequest
impl Sync for OrdersCreateTestOrderRequest
impl Unpin for OrdersCreateTestOrderRequest
impl UnwindSafe for OrdersCreateTestOrderRequest
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more