WebApiModulesPluginsCreditCardProcessCreditCardInfo constructor

WebApiModulesPluginsCreditCardProcessCreditCardInfo({
  1. String? recordTitle,
  2. String? orderId,
  3. String? orderNumber,
  4. String? orderDescription,
  5. String? orderStatus,
  6. String? dealId,
  7. String? dealNumber,
  8. String? deal,
  9. String? customerId,
  10. String? customerNumber,
  11. String? customer,
  12. double? totalsWeeklyGrossTotal,
  13. double? totalsWeeklyDiscount,
  14. double? totalsWeeklySubTotal,
  15. double? totalsWeeklyTax,
  16. double? totalsWeeklyGrandTotal,
  17. double? totalsPeriodGrossTotal,
  18. double? totalsPeriodDiscount,
  19. double? totalsPeriodSubTotal,
  20. double? totalsPeriodTax,
  21. double? totalsPeriodGrandTotal,
  22. double? totalsReplacementReplacementCost,
  23. double? totalsReplacementDepositPercentage,
  24. double? totalsReplacementDepositDue,
  25. double? totalsReplacementPreAuthorizationRequiredAmount,
  26. double? totalsReplacementPreAuthorizationCurrentTotal,
  27. double? totalsReplacementPreAuthorizationAmountDue,
  28. double? paymentTotalAmount,
  29. double? paymentAmountToPay,
  30. String? pINPadCode,
  31. String? pINPadDescription,
  32. String? locationCode,
  33. String? agentBarcode,
  34. String? currencyId,
  35. String? currencyCode,
  36. String? locationId,
  37. String? auditNote,
  38. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  39. List<FwStandardDataFwCustomValue>? custom,
  40. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  41. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesPluginsCreditCardProcessCreditCardInfo({
  this.recordTitle,
  this.orderId,
  this.orderNumber,
  this.orderDescription,
  this.orderStatus,
  this.dealId,
  this.dealNumber,
  this.deal,
  this.customerId,
  this.customerNumber,
  this.customer,
  this.totalsWeeklyGrossTotal,
  this.totalsWeeklyDiscount,
  this.totalsWeeklySubTotal,
  this.totalsWeeklyTax,
  this.totalsWeeklyGrandTotal,
  this.totalsPeriodGrossTotal,
  this.totalsPeriodDiscount,
  this.totalsPeriodSubTotal,
  this.totalsPeriodTax,
  this.totalsPeriodGrandTotal,
  this.totalsReplacementReplacementCost,
  this.totalsReplacementDepositPercentage,
  this.totalsReplacementDepositDue,
  this.totalsReplacementPreAuthorizationRequiredAmount,
  this.totalsReplacementPreAuthorizationCurrentTotal,
  this.totalsReplacementPreAuthorizationAmountDue,
  this.paymentTotalAmount,
  this.paymentAmountToPay,
  this.pINPadCode,
  this.pINPadDescription,
  this.locationCode,
  this.agentBarcode,
  this.currencyId,
  this.currencyCode,
  this.locationId,
  this.auditNote,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});