Enum OnlineReturnPolicy.ReturnLabelSource (0.20.0)

public enum OnlineReturnPolicy.ReturnLabelSource extends Enum<OnlineReturnPolicy.ReturnLabelSource> implements ProtocolMessageEnum

The available return label sources.

Protobuf enum google.shopping.merchant.accounts.v1beta.OnlineReturnPolicy.ReturnLabelSource

Implements

ProtocolMessageEnum

Static Fields

Name Description
CUSTOMER_RESPONSIBILITY

Customer to provide.

CUSTOMER_RESPONSIBILITY = 3;

CUSTOMER_RESPONSIBILITY_VALUE

Customer to provide.

CUSTOMER_RESPONSIBILITY = 3;

DOWNLOAD_AND_PRINT

Download and print.

DOWNLOAD_AND_PRINT = 1;

DOWNLOAD_AND_PRINT_VALUE

Download and print.

DOWNLOAD_AND_PRINT = 1;

IN_THE_PACKAGE

Label include in the package.

IN_THE_PACKAGE = 2;

IN_THE_PACKAGE_VALUE

Label include in the package.

IN_THE_PACKAGE = 2;

RETURN_LABEL_SOURCE_UNSPECIFIED

Default value. This value is unused.

RETURN_LABEL_SOURCE_UNSPECIFIED = 0;

RETURN_LABEL_SOURCE_UNSPECIFIED_VALUE

Default value. This value is unused.

RETURN_LABEL_SOURCE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()