TransactionResponse constructor
const
TransactionResponse({
- bool isApproved = false,
- TransactionStatus transactionStatus = TransactionStatus.error,
- double? approvedAmount,
- HostResponse? host,
- CardInfo? card,
- EmvInfo? emv,
- String? errorMessage,
- String? signatureData,
- String? tpId,
Implementation
const TransactionResponse({
this.isApproved = false,
this.transactionStatus = TransactionStatus.error,
this.approvedAmount,
this.host,
this.card,
this.emv,
this.errorMessage,
this.signatureData,
this.tpId,
// this.rawResponse,
});