GetnetPaymentResponse constructor

GetnetPaymentResponse({
  1. required String result,
  2. String? resultDetails,
  3. required double amount,
  4. required String callerId,
  5. String? nsu,
  6. String? nsuLastSuccesfullMessage,
  7. String? cvNumber,
  8. required bool receiptAlreadyPrinted,
  9. required String type,
  10. String? brand,
  11. String? inputType,
  12. String? installments,
  13. String? gmtDateTime,
  14. String? nsuLocal,
  15. String? authorizationCode,
  16. String? cardBin,
  17. String? cardLastDigits,
  18. String? extraScreensResult,
  19. String? splitPayloadResponse,
  20. String? cardholderName,
  21. String? automationSlip,
  22. bool? printMerchantPreference,
  23. String? orderId,
  24. 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,
});