GetnetStatusPaymentResponse constructor
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,
Implementation
GetnetStatusPaymentResponse({
required super.result,
super.resultDetails,
required super.amount,
required super.callerId,
super.nsu,
super.nsuLastSuccesfullMessage,
super.cvNumber,
required super.receiptAlreadyPrinted,
required super.type,
super.brand,
required super.inputType,
super.installments,
super.gmtDateTime,
super.nsuLocal,
super.authorizationCode,
super.cardBin,
super.cardLastDigits,
super.extraScreensResult,
super.splitPayloadResponse,
super.cardholderName,
super.automationSlip,
super.printMerchantPreference,
super.orderId,
super.pixPayloadResponse,
this.refunded = false,
});