WebApiModulesPluginsCreditCardOrderDeposit constructor

const WebApiModulesPluginsCreditCardOrderDeposit({
  1. String? orderId,
  2. DateTime? transactionDate,
  3. String? payType,
  4. String? checkOrReferenceNumber,
  5. double? amount,
  6. double? feePercent,
  7. double? paymentTypeFee,
  8. double? amountWithFee,
  9. String? creditCardName,
  10. String? creditCardExpiration,
  11. String? auditNote,
  12. String? recordTitle,
  13. dynamic urlIdentifier,
  14. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  15. List<FwStandardDataFwCustomValue>? custom,
  16. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  17. FwStandardBusinessLogicFwBusinessLogic? original,
  18. List<FwStandardDataFwTranslatedValue>? translation,
  19. bool? hasImport,
  20. String? createdByUserId,
  21. String? createdByUserName,
  22. String? createdDateTime,
  23. String? modifiedByUserId,
  24. String? modifiedByUserName,
  25. String? modifiedDateTime,
})

Implementation

const WebApiModulesPluginsCreditCardOrderDeposit({
  this.orderId,
  this.transactionDate,
  this.payType,
  this.checkOrReferenceNumber,
  this.amount,
  this.feePercent,
  this.paymentTypeFee,
  this.amountWithFee,
  this.creditCardName,
  this.creditCardExpiration,
  this.auditNote,
  this.recordTitle,
  this.urlIdentifier,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.original,
  this.translation,
  this.hasImport,
  this.createdByUserId,
  this.createdByUserName,
  this.createdDateTime,
  this.modifiedByUserId,
  this.modifiedByUserName,
  this.modifiedDateTime,
});