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

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

Return shipping fee types.

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

Namespace

Google \ Shopping \ Merchant \ Accounts \ V1beta \ OnlineReturnPolicy \ ReturnShippingFee

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;

FIXED

Value: 1

The return shipping fee is a fixed value.

Generated from protobuf enum FIXED = 1;

CUSTOMER_PAYING_ACTUAL_FEE

Value: 2

Customers will pay the actual return shipping fee.

Generated from protobuf enum CUSTOMER_PAYING_ACTUAL_FEE = 2;