hashCode property
Generates a hash code for the instance.
Implementation
@override
int get hashCode {
return result.hashCode ^
resultDetails.hashCode ^
amount.hashCode ^
callerId.hashCode ^
nsu.hashCode ^
nsuLastSuccesfullMessage.hashCode ^
cvNumber.hashCode ^
receiptAlreadyPrinted.hashCode ^
type.hashCode ^
brand.hashCode ^
inputType.hashCode ^
installments.hashCode ^
gmtDateTime.hashCode ^
nsuLocal.hashCode ^
authorizationCode.hashCode ^
cardBin.hashCode ^
cardLastDigits.hashCode ^
extraScreensResult.hashCode ^
splitPayloadResponse.hashCode ^
cardholderName.hashCode ^
automationSlip.hashCode ^
printMerchantPreference.hashCode ^
orderId.hashCode ^
pixPayloadResponse.hashCode ^
refundTransactionDate.hashCode ^
refundCvNumber.hashCode ^
refundOriginTerminal.hashCode;
}