TransactionResponse constructor
const
TransactionResponse({})
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,
});