productId property

String? productId
getter/setter pair

Unique product ID of the product.

Unique within the parent app. Product IDs must start with a number or lowercase letter, and can contain numbers (0-9), lowercase letters (a-z), underscores (_), and periods (.).

Required. Immutable.

Implementation

core.String? productId;