PurchaseInfo constructor
PurchaseInfo({})
Implementation
PurchaseInfo({
this.platformId,
this.revenue,
this.tax,
this.shipping,
this.currencyCode,
this.coupon,
this.checkoutTime,
this.items,
});
PurchaseInfo({
this.platformId,
this.revenue,
this.tax,
this.shipping,
this.currencyCode,
this.coupon,
this.checkoutTime,
this.items,
});