Reference documentation and code samples for the Google Shopping Css V1 Client class SubscriptionPeriod.
The subscription period of the product.
Protobuf type google.shopping.css.v1.SubscriptionPeriod
Namespace
Google \ Shopping \ Css \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
SUBSCRIPTION_PERIOD_UNSPECIFIED
Value: 0
Indicates that the subscription period is unspecified.
Generated from protobuf enum SUBSCRIPTION_PERIOD_UNSPECIFIED = 0;
MONTH
Value: 1
Indicates that the subscription period is month.
Generated from protobuf enum MONTH = 1;
YEAR
Value: 2
Indicates that the subscription period is year.
Generated from protobuf enum YEAR = 2;