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