WebApiModulesPluginsCreditCardCreditCardLog constructor

WebApiModulesPluginsCreditCardCreditCardLog({
  1. int? creditCardLogId,
  2. String? creditCardPlugin,
  3. String? orderId,
  4. String? transactionDate,
  5. String? expirationDate,
  6. int? holdPeriod,
  7. String? transactionId,
  8. double? amount,
  9. String? transactionType,
  10. String? pinPadCode,
  11. String? apiUrl,
  12. String? apiRequestMethod,
  13. String? apiRequestHeader,
  14. String? apiRequestBody,
  15. String? apiResponseStatusCode,
  16. String? apiResponseHeader,
  17. String? apiResponseBody,
  18. bool? responseSuccess,
  19. String? responseStatus,
  20. String? responseStatusText,
  21. String? dateStamp,
  22. String? auditNote,
  23. String? recordTitle,
  24. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  25. List<FwStandardDataFwCustomValue>? custom,
  26. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  27. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesPluginsCreditCardCreditCardLog({
  this.creditCardLogId,
  this.creditCardPlugin,
  this.orderId,
  this.transactionDate,
  this.expirationDate,
  this.holdPeriod,
  this.transactionId,
  this.amount,
  this.transactionType,
  this.pinPadCode,
  this.apiUrl,
  this.apiRequestMethod,
  this.apiRequestHeader,
  this.apiRequestBody,
  this.apiResponseStatusCode,
  this.apiResponseHeader,
  this.apiResponseBody,
  this.responseSuccess,
  this.responseStatus,
  this.responseStatusText,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});