WebApiModulesPluginsCreditCardOrderDeposit constructor
const
WebApiModulesPluginsCreditCardOrderDeposit({
- String? orderId,
- DateTime? transactionDate,
- String? payType,
- String? checkOrReferenceNumber,
- double? amount,
- double? feePercent,
- double? paymentTypeFee,
- double? amountWithFee,
- String? creditCardName,
- String? creditCardExpiration,
- String? auditNote,
- String? recordTitle,
- dynamic urlIdentifier,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - FwStandardBusinessLogicFwBusinessLogic? original,
- List<
FwStandardDataFwTranslatedValue> ? translation, - bool? hasImport,
- String? createdByUserId,
- String? createdByUserName,
- String? createdDateTime,
- String? modifiedByUserId,
- String? modifiedByUserName,
- 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,
});