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