TransactionResponse constructor
const
TransactionResponse({
- required Map<
String, dynamic> raw, - String? transactionId,
- String? originalTransactionId,
- String? tid,
- String? receipt,
- String? approvalCode,
- String? reference,
- String? transactionDate,
- String? cardNumber,
- String? cardExpiry,
- String? brand,
- String? cardIssuer,
- String? transactionType,
- String? currency,
- num? amount,
- num? tip,
- String? responseCode,
- String? responseText,
- Cvm? cvm,
- String? bin,
- String? statusCode,
- String? statusText,
- String? state,
- bool? cleared,
- String? source,
- String? approvalDate,
- String? actionCode,
- String? aid,
- String? vu,
Implementation
const TransactionResponse({
required this.raw,
this.transactionId,
this.originalTransactionId,
this.tid,
this.receipt,
this.approvalCode,
this.reference,
this.transactionDate,
this.cardNumber,
this.cardExpiry,
this.brand,
this.cardIssuer,
this.transactionType,
this.currency,
this.amount,
this.tip,
this.responseCode,
this.responseText,
this.cvm,
this.bin,
this.statusCode,
this.statusText,
this.state,
this.cleared,
this.source,
this.approvalDate,
this.actionCode,
this.aid,
this.vu,
});