templateName property

String? templateName
getter/setter pair

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"

Implementation

core.String? templateName;