ChargeData constructor
ChargeData({})
Implementation
ChargeData({
this.id,
this.amount,
this.balanceTransaction,
this.paid,
this.paymentIntent,
this.paymentMethod,
this.receiptEmail,
this.receiptUrl,
});