lineItems property

List<SubscriptionPurchaseLineItem>? lineItems
getter/setter pair

Item-level info for a subscription purchase.

The items in the same purchase should be either all with AutoRenewingPlan or all with PrepaidPlan.

Implementation

core.List<SubscriptionPurchaseLineItem>? lineItems;