LineItem constructor
LineItem({
- Money? listingPrice,
- OneTimePurchaseDetails? oneTimePurchaseDetails,
- PaidAppDetails? paidAppDetails,
- String? productId,
- String? productTitle,
- SubscriptionDetails? subscriptionDetails,
- Money? tax,
- Money? total,
Implementation
LineItem({
this.listingPrice,
this.oneTimePurchaseDetails,
this.paidAppDetails,
this.productId,
this.productTitle,
this.subscriptionDetails,
this.tax,
this.total,
});