VoidedPurchase constructor
VoidedPurchase({})
Implementation
VoidedPurchase({
this.kind,
this.orderId,
this.purchaseTimeMillis,
this.purchaseToken,
this.voidedQuantity,
this.voidedReason,
this.voidedSource,
this.voidedTimeMillis,
});