Google Shopping Merchant Accounts V1beta Client - Class Type (1.3.0)

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

Return policy types.

Protobuf type google.shopping.merchant.accounts.v1beta.OnlineReturnPolicy.Policy.Type

Namespace

Google \ Shopping \ Merchant \ Accounts \ V1beta \ OnlineReturnPolicy \ Policy

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

TYPE_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum TYPE_UNSPECIFIED = 0;

NUMBER_OF_DAYS_AFTER_DELIVERY

Value: 1

The number of days within which a return is valid after delivery.

Generated from protobuf enum NUMBER_OF_DAYS_AFTER_DELIVERY = 1;

NO_RETURNS

Value: 2

No returns.

Generated from protobuf enum NO_RETURNS = 2;

LIFETIME_RETURNS

Value: 3

Life time returns.

Generated from protobuf enum LIFETIME_RETURNS = 3;