previousSubscriptionId property

String? previousSubscriptionId
getter/setter pair

The previous subscription id to be replaced.

The format can be one of the following: 1. subscription_id: the old subscription id under the same partner_id. 2. partners/{partner_id}/subscriptions/{subscription_id}. A different partner_id is allowed. But they must be under the same partner group.

Required.

Implementation

core.String? previousSubscriptionId;