GetnetStatusPaymentResponse class
- Inheritance
-
- Object
- GetnetPaymentResponse
- GetnetStatusPaymentResponse
Constructors
- GetnetStatusPaymentResponse({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, bool? refunded = false})
Properties
- amount → double
-
finalinherited
-
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
- nsuLocal → String?
-
finalinherited
- orderId → String?
-
finalinherited
- pixPayloadResponse → String?
-
finalinherited
- printMerchantPreference → bool?
-
finalinherited
- receiptAlreadyPrinted → bool
-
finalinherited
- refunded → bool?
-
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}) → GetnetStatusPaymentResponse -
override