GetnetPaymentResponse class
Constructors
- GetnetPaymentResponse({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, 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})
Properties
- amount → double
-
final
-
final
- automationSlip → String?
-
final
- brand → String?
-
final
- callerId → String
-
final
- cardBin → String?
-
final
- cardholderName → String?
-
final
- cardLastDigits → String?
-
final
- cvNumber → String?
-
final
- extraScreensResult → String?
-
final
- gmtDateTime → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- inputType → String?
-
final
- installments → String?
-
final
- nsu → String?
-
final
- nsuLastSuccesfullMessage → String?
-
final
- nsuLocal → String?
-
final
- orderId → String?
-
final
- pixPayloadResponse → String?
-
final
- printMerchantPreference → bool?
-
final
- receiptAlreadyPrinted → bool
-
final
- result → String
-
final
- resultDetails → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- splitPayloadResponse → String?
-
final
- type → String
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJson(
Map map) → GetnetPaymentResponse