lineItems property
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;
Item-level info for a subscription purchase.
The items in the same purchase should be either all with AutoRenewingPlan or all with PrepaidPlan.
core.List<SubscriptionPurchaseLineItem>? lineItems;