returnLabelSource property

String? returnLabelSource
getter/setter pair

The field specifies the return label source.

Optional. Possible string values are:

  • "RETURN_LABEL_SOURCE_UNSPECIFIED" : Default value. This value is unused.
  • "DOWNLOAD_AND_PRINT" : Download and print.
  • "IN_THE_PACKAGE" : Label include in the package.
  • "CUSTOMER_RESPONSIBILITY" : Customer to provide.

Implementation

core.String? returnLabelSource;