Reference documentation and code samples for the Google Shopping Merchant Accounts V1 Client class Type.
Return shipping fee types.
Protobuf type google.shopping.merchant.accounts.v1.OnlineReturnPolicy.ReturnShippingFee.Type
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1 \ OnlineReturnPolicy \ ReturnShippingFeeMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TYPE_UNSPECIFIED
Value: 0Default value. This value is unused.
Generated from protobuf enum TYPE_UNSPECIFIED = 0;
FIXED
Value: 1The return shipping fee is a fixed value.
Generated from protobuf enum FIXED = 1;
CUSTOMER_PAYING_ACTUAL_FEE
Value: 2Customers will pay the actual return shipping fee.
Generated from protobuf enum CUSTOMER_PAYING_ACTUAL_FEE = 2;