purchaseOptionId property

String? purchaseOptionId
getter/setter pair

The unique identifier of this purchase option.

Must be unique within the one-time product. It must start with a number or lower-case letter, and can only contain lower-case letters (a-z), numbers (0-9), and hyphens (-). The maximum length is 63 characters.

Required. Immutable.

Implementation

core.String? purchaseOptionId;