Reference documentation and code samples for the Google Shopping Merchant Accounts V1 Client class Type.
Return policy types.
Protobuf type google.shopping.merchant.accounts.v1.OnlineReturnPolicy.Policy.Type
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1 \ OnlineReturnPolicy \ PolicyMethods
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;
NUMBER_OF_DAYS_AFTER_DELIVERY
Value: 1The number of days within which a return is valid after delivery.
Generated from protobuf enum NUMBER_OF_DAYS_AFTER_DELIVERY = 1;
NO_RETURNS
Value: 2No returns.
Generated from protobuf enum NO_RETURNS = 2;
LIFETIME_RETURNS
Value: 3Life time returns.
Generated from protobuf enum LIFETIME_RETURNS = 3;