All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.content.model.OrdersCreateTestOrderRequest.html Maven / Gradle / Ivy

There is a newer version: v2.1-rev20241217-2.0.0
Show newest version






OrdersCreateTestOrderRequest (Content API for Shopping v2.1-rev20240609-2.0.0)












com.google.api.services.content.model

Class OrdersCreateTestOrderRequest

    • Constructor Detail

      • OrdersCreateTestOrderRequest

        public OrdersCreateTestOrderRequest()
    • Method Detail

      • getCountry

        public String getCountry()
        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`".
        Returns:
        value or null for none
      • setCountry

        public OrdersCreateTestOrderRequest setCountry(String 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`".
        Parameters:
        country - country or null for none
      • getTemplateName

        public String getTemplateName()
        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`"
        Returns:
        value or null for none
      • setTemplateName

        public OrdersCreateTestOrderRequest setTemplateName(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`"
        Parameters:
        templateName - templateName or null for none
      • getTestOrder

        public TestOrder getTestOrder()
        The test order to create.
        Returns:
        value or null for none

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy