OfferingTransaction constructor
OfferingTransaction({
- MonetaryAmount? cost,
- DateTime? createdOn,
- String? offeringPromotionId,
- OfferingStatus? offeringStatus,
- String? transactionId,
Implementation
OfferingTransaction({
this.cost,
this.createdOn,
this.offeringPromotionId,
this.offeringStatus,
this.transactionId,
});