Dispute constructor
Dispute({
- Money? amountMoney,
- String? id,
- String? locationId,
- DisputeReason? reason,
- String? cardBrand,
- String? createdAt,
- String? updatedAt,
- int? version,
- DisputeState? state,
- String? brandDisputeId,
- DisputedPayment? disputedPayment,
- String? disputeId,
- String? dueAt,
- List<
String> ? evidenceIds, - String? reportedAt,
- String? reportedDate,
Implementation
Dispute({
this.amountMoney, this.id, this.locationId, this.reason,
this.cardBrand, this.createdAt, this.updatedAt, this.version,
this.state, this.brandDisputeId, this.disputedPayment, this.disputeId,
this.dueAt, this.evidenceIds, this.reportedAt, this.reportedDate
});