Google Shopping Merchant Accounts V1beta Client - Class ReturnMethod (0.1.0)

Reference documentation and code samples for the Google Shopping Merchant Accounts V1beta Client class ReturnMethod.

The available return methods.

Protobuf type google.shopping.merchant.accounts.v1beta.OnlineReturnPolicy.ReturnMethod

Namespace

Google \ Shopping \ Merchant \ Accounts \ V1beta \ OnlineReturnPolicy

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

RETURN_METHOD_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum RETURN_METHOD_UNSPECIFIED = 0;

BY_MAIL

Value: 1

Return by mail.

Generated from protobuf enum BY_MAIL = 1;

IN_STORE

Value: 2

Return in store.

Generated from protobuf enum IN_STORE = 2;

AT_A_KIOSK

Value: 3

Return at a kiosk.

Generated from protobuf enum AT_A_KIOSK = 3;