KhipuPayment constructor

KhipuPayment({
  1. required String paymentId,
  2. required String paymentUrl,
  3. required String simplifiedTransferUrl,
  4. required String transferUrl,
  5. required String appUrl,
  6. required bool readyForTerminal,
  7. String? notificationToken,
  8. int? receiverId,
  9. String? conciliationDate,
  10. String? subject,
  11. String? amount,
  12. String? currency,
  13. String? status,
  14. String? statusDetail,
  15. String? body,
  16. String? pictureUrl,
  17. String? receiptUrl,
  18. String? returnUrl,
  19. String? cancelUrl,
  20. String? notifyUrl,
  21. String? notifyApiVersion,
  22. String? expiresDate,
  23. List<String>? attachmentUrls,
  24. String? bank,
  25. String? bankId,
  26. String? payerName,
  27. String? payerEmail,
  28. String? personalIdentifier,
  29. String? bankAccountNumber,
  30. bool? outOfDateConciliation,
  31. String? transactionId,
  32. String? custom,
  33. String? responsibleUserEmail,
  34. bool? sendReminders,
  35. bool? sendEmail,
  36. String? paymentMethod,
  37. String? fundsSource,
  38. String? discount,
  39. String? thirdPartyAuthorizationDetails,
})

Implementation

KhipuPayment({
  required this.paymentId,
  required this.paymentUrl,
  required this.simplifiedTransferUrl,
  required this.transferUrl,
  required this.appUrl,
  required this.readyForTerminal,
  this.notificationToken,
  this.receiverId,
  this.conciliationDate,
  this.subject,
  this.amount,
  this.currency,
  this.status,
  this.statusDetail,
  this.body,
  this.pictureUrl,
  this.receiptUrl,
  this.returnUrl,
  this.cancelUrl,
  this.notifyUrl,
  this.notifyApiVersion,
  this.expiresDate,
  this.attachmentUrls,
  this.bank,
  this.bankId,
  this.payerName,
  this.payerEmail,
  this.personalIdentifier,
  this.bankAccountNumber,
  this.outOfDateConciliation,
  this.transactionId,
  this.custom,
  this.responsibleUserEmail,
  this.sendReminders,
  this.sendEmail,
  this.paymentMethod,
  this.fundsSource,
  this.discount,
  this.thirdPartyAuthorizationDetails,
});