TrackPurchaseParameters constructor
TrackPurchaseParameters({})
Implementation
TrackPurchaseParameters({
required this.orderId,
this.value,
this.currencyCode,
this.countryCode,
this.additionalInfo,
});
TrackPurchaseParameters({
required this.orderId,
this.value,
this.currencyCode,
this.countryCode,
this.additionalInfo,
});