PaywayCheckTransactionResponse constructor
PaywayCheckTransactionResponse({
- int status = 11,
- String description = "Unknown Error",
- double amount = 0.00,
- double? totalAmount,
- String apv = "",
- String paymentStatus = "Pending",
- DateTime? datetime,
- ABATransactionCurrency? originalCurrency,
- List<
Map> ? payout, - String? tranId,
- String? firstname,
- String? lastname,
- String? phone,
- String? email,
- String? paymentType,
Implementation
PaywayCheckTransactionResponse({
this.status = 11,
this.description = "Unknown Error",
this.amount = 0.00,
this.totalAmount,
this.apv = "",
this.paymentStatus = "Pending",
this.datetime,
this.originalCurrency,
this.payout,
this.tranId,
this.firstname,
this.lastname,
this.phone,
this.email,
this.paymentType,
});