WebApiModulesPluginsCreditCardCreditCardPreAuthorization constructor
const
WebApiModulesPluginsCreditCardCreditCardPreAuthorization({
- int? creditCardPreAuthorizationId,
- String? transactionId,
- String? orderId,
- DateTime? transactionDate,
- DateTime? expirationDate,
- int? holdDays,
- int? holdDaysRemaining,
- double? amount,
- double? feePercent,
- double? feeAmount,
- double? amountWithFee,
- double? capturedAmount,
- String? status,
- int? creditCardPinPadId,
- String? creditCardPinPadCode,
- String? creditCardPinPadDescription,
- String? creditCardNumber,
- String? creditCardExpirationDate,
- String? creditCardName,
- DateTime? dateStamp,
- String? auditNote,
- String? recordTitle,
- dynamic urlIdentifier,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - FwStandardBusinessLogicFwBusinessLogic? original,
- List<
FwStandardDataFwTranslatedValue> ? translation, - bool? hasImport,
- bool? hasDocuments,
- String? createdByUserId,
- String? createdByUserName,
- String? createdDateTime,
- String? modifiedByUserId,
- String? modifiedByUserName,
- 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,
});