Google Shopping Merchant Products V1beta Client - Class SubscriptionPeriod (0.1.0)

Reference documentation and code samples for the Google Shopping Merchant Products V1beta Client class SubscriptionPeriod.

The subscription period of the product.

Protobuf type google.shopping.merchant.products.v1beta.SubscriptionPeriod

Namespace

Google \ Shopping \ Merchant \ Products \ V1beta

Methods

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;