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