TransactionResultInfo class
Constructors
- TransactionResultInfo({String? requestReference, int? resultCode, String? resultMessage, int? status, int? transactionType, int? transactionMode, int? cardEntryMode, String? date, String? time, String? acquirerId, String? acquirerTerminalId, String? acquirerMerchantId, String? amount, String? discountAmount, String? surchargeAmount, String? currencyCode, String? cardNumber, String? batchNumber, int? transactionNumber, String? onlineResponseCode, String? retrievalReferenceNumber, String? authorizationCode, int? numberOfInstallments, String? bankReferenceNumber, int? printCardholderReceiptStatus, int? printMerchantReceiptStatus, int? pinType, String? aid, String? appLabel, String? cardHolderName, int? transactionStan, String? offlineReference, String? applicationCryptogram, String? transactionCertificate, int? cardBrand, int? cardType, int? cardDomain, String? selectedSectionId, String? qrReference, bool? isCardQrType, String? accountMaskedIban, String? fastQrBankReference, String? fastQrParticipantCode, String? fastQrAreaParticipantCode, String? lastAmount, String? loyaltyPointEarned, int? finalNumberOfLoyaltyInstallment, int? statementPostponed, String? statementPostponedToLaterDate, String? replyDeclinedDescription, int? declineSubreplyCode, String? declineDescription, String? customerReceiptTemplate, String? merchantReceiptTemplate, String? totalLateInterest, String? immediateDiscountContributionsBankAmount, String? immediateDiscountContributionsMerchantAmount, String? totalPointAmount, String? pointPoolList, String? freeFormatPrintData1, String? freeFormatPrintData2, String? freeFormatPrintData3, String? freeFormatPrintData4, String? freeFormatPrintData5, String? freeFormatPrintData6})
-
TransactionResultInfo.fromJson(Map<
String, dynamic> json) -
factory
- TransactionResultInfo.fromRawJson(String str)
-
factory
Properties
- accountMaskedIban → String?
-
final
- acquirerId → String?
-
final
- acquirerMerchantId → String?
-
final
- acquirerTerminalId → String?
-
final
- aid → String?
-
final
- amount → String?
-
final
- appLabel → String?
-
final
- applicationCryptogram → String?
-
final
-
final
- bankReferenceNumber → String?
-
final
-
final
- batchNumber → String?
-
final
- cardBrand → int?
-
final
- cardDomain → int?
-
final
- cardEntryMode → int?
-
final
- cardHolderName → String?
-
final
- cardNumber → String?
-
final
- cardType → int?
-
final
- currencyCode → String?
-
final
- customerReceiptTemplate → String?
-
final
- date → String?
-
final
- declineDescription → String?
-
final
- declineSubreplyCode → int?
-
final
- discountAmount → String?
-
final
- fastQrAreaParticipantCode → String?
-
final
- fastQrBankReference → String?
-
final
- fastQrParticipantCode → String?
-
final
- finalNumberOfLoyaltyInstallment → int?
-
final
- freeFormatPrintData1 → String?
-
final
- freeFormatPrintData2 → String?
-
final
- freeFormatPrintData3 → String?
-
final
- freeFormatPrintData4 → String?
-
final
- freeFormatPrintData5 → String?
-
final
- freeFormatPrintData6 → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- immediateDiscountContributionsBankAmount → String?
-
final
- immediateDiscountContributionsMerchantAmount → String?
-
final
- isCardQrType → bool?
-
final
- lastAmount → String?
-
final
- loyaltyPointEarned → String?
-
final
- merchantReceiptTemplate → String?
-
final
-
final
- numberOfInstallments → int?
-
final
- offlineReference → String?
-
final
- onlineResponseCode → String?
-
final
- pinType → int?
-
final
- pointPoolList → String?
-
final
- printCardholderReceiptStatus → int?
-
final
- printMerchantReceiptStatus → int?
-
final
- qrReference → String?
-
final
- replyDeclinedDescription → String?
-
final
- requestReference → String?
-
final
- resultCode → int?
-
final
- resultMessage → String?
-
final
- retrievalReferenceNumber → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selectedSectionId → String?
-
final
- statementPostponed → int?
-
final
- statementPostponedToLaterDate → String?
-
final
- status → int?
-
final
- surchargeAmount → String?
-
final
- time → String?
-
final
- totalLateInterest → String?
-
final
- totalPointAmount → String?
-
final
- transactionCertificate → String?
-
final
- transactionMode → int?
-
final
- transactionNumber → int?
-
final
- transactionStan → int?
-
final
- transactionType → int?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toRawJson(
) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited