GetnetRefundResponse class

Inheritance

Constructors

GetnetRefundResponse({required String result, String? resultDetails, required double amount, required String callerId, String? nsu, String? nsuLastSuccesfullMessage, String? cvNumber, required bool receiptAlreadyPrinted, required String type, String? brand, required String? inputType, String? installments, String? gmtDateTime, String? nsuLocal, String? authorizationCode, String? cardBin, String? cardLastDigits, String? extraScreensResult, String? splitPayloadResponse, String? cardholderName, String? automationSlip, bool? printMerchantPreference, String? orderId, String? pixPayloadResponse, String? nsuLastSuccessfullMessage, String? refundTransactionDate, String? refundCvNumber, required String refundOriginTerminal})

Properties

amount double
finalinherited
authorizationCode String?
finalinherited
automationSlip String?
finalinherited
brand String?
finalinherited
callerId String
finalinherited
cardBin String?
finalinherited
cardholderName String?
finalinherited
cardLastDigits String?
finalinherited
cvNumber String?
finalinherited
extraScreensResult String?
finalinherited
gmtDateTime String?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
inputType String?
finalinherited
installments String?
finalinherited
nsu String?
finalinherited
nsuLastSuccesfullMessage String?
finalinherited
nsuLastSuccessfullMessage String?
final
nsuLocal String?
finalinherited
orderId String?
finalinherited
pixPayloadResponse String?
finalinherited
printMerchantPreference bool?
finalinherited
receiptAlreadyPrinted bool
finalinherited
refundCvNumber String?
final
refundOriginTerminal String
final
refundTransactionDate String?
final
result String
finalinherited
resultDetails String?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
splitPayloadResponse String?
finalinherited
type String
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromJson({required Map json}) GetnetRefundResponse
override