PaymentData constructor
PaymentData({
- int? id,
- String? domain,
- String? status,
- String? reference,
- String? receiptNumber,
- int? amount,
- String? message,
- String? gatewayResponse,
- String? paidAt,
- String? createdAt,
- String? channel,
- String? currency,
- String? ipAddress,
- int? fees,
- dynamic feesSplit,
- Authorization? authorization,
- Customer? customer,
Implementation
PaymentData({
this.id,
this.domain,
this.status,
this.reference,
this.receiptNumber,
this.amount,
this.message,
this.gatewayResponse,
this.paidAt,
this.createdAt,
this.channel,
this.currency,
this.ipAddress,
this.fees,
this.feesSplit,
this.authorization,
this.customer,
});