GetnetPreAutorizationResponse class
- Inheritance
-
- Object
- GetnetPaymentResponse
- GetnetPreAutorizationResponse
Constructors
- GetnetPreAutorizationResponse({required String result, String? resultDetails, required double amount, required String callerId, String? nsu, required String type, String? brand, String? installments, String? cardholderName, String? automationSlip, String? orderId, bool receiptAlreadyPrinted = false, String? inputType = ""})
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
- 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}) → GetnetPreAutorizationResponse -
override