subscriptionId property

String? subscriptionId
getter/setter pair

The subscriptionId is the subscription identifier and is unique for each customer.

This is a required property. Since a subscriptionId changes when a subscription is updated, we recommend not using this ID as a key for persistent data. Use the subscriptionId as described in retrieve all reseller subscriptions.

Implementation

core.String? subscriptionId;