WebApiModulesPluginsCreditCardCreditCardPreAuthorization constructor

const WebApiModulesPluginsCreditCardCreditCardPreAuthorization({
  1. int? creditCardPreAuthorizationId,
  2. String? transactionId,
  3. String? orderId,
  4. DateTime? transactionDate,
  5. DateTime? expirationDate,
  6. int? holdDays,
  7. int? holdDaysRemaining,
  8. double? amount,
  9. double? feePercent,
  10. double? feeAmount,
  11. double? amountWithFee,
  12. double? capturedAmount,
  13. String? status,
  14. int? creditCardPinPadId,
  15. String? creditCardPinPadCode,
  16. String? creditCardPinPadDescription,
  17. String? creditCardNumber,
  18. String? creditCardExpirationDate,
  19. String? creditCardName,
  20. DateTime? dateStamp,
  21. String? auditNote,
  22. String? recordTitle,
  23. dynamic urlIdentifier,
  24. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  25. List<FwStandardDataFwCustomValue>? custom,
  26. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  27. FwStandardBusinessLogicFwBusinessLogic? original,
  28. List<FwStandardDataFwTranslatedValue>? translation,
  29. bool? hasImport,
  30. bool? hasDocuments,
  31. String? createdByUserId,
  32. String? createdByUserName,
  33. String? createdDateTime,
  34. String? modifiedByUserId,
  35. String? modifiedByUserName,
  36. String? modifiedDateTime,
})

Implementation

const WebApiModulesPluginsCreditCardCreditCardPreAuthorization({
  this.creditCardPreAuthorizationId,
  this.transactionId,
  this.orderId,
  this.transactionDate,
  this.expirationDate,
  this.holdDays,
  this.holdDaysRemaining,
  this.amount,
  this.feePercent,
  this.feeAmount,
  this.amountWithFee,
  this.capturedAmount,
  this.status,
  this.creditCardPinPadId,
  this.creditCardPinPadCode,
  this.creditCardPinPadDescription,
  this.creditCardNumber,
  this.creditCardExpirationDate,
  this.creditCardName,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.urlIdentifier,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.original,
  this.translation,
  this.hasImport,
  this.hasDocuments,
  this.createdByUserId,
  this.createdByUserName,
  this.createdDateTime,
  this.modifiedByUserId,
  this.modifiedByUserName,
  this.modifiedDateTime,
});