returnLabelSource property

String? returnLabelSource
getter/setter pair

The corresponding return label source. Possible string values are:

  • "RETURN_LABEL_SOURCE_UNSPECIFIED" : Default value. This value is unused.
  • "DOWNLOAD_AND_PRINT" : Download and print the label.
  • "IN_THE_BOX" : Label in the box.
  • "CUSTOMER_RESPONSIBILITY" : Customers' responsibility to get the label.

Implementation

core.String? returnLabelSource;