WebApiModulesPluginsCreditCardProcessCreditCardInfo constructor
const
WebApiModulesPluginsCreditCardProcessCreditCardInfo({
- String? recordTitle,
- String? orderId,
- String? orderNumber,
- String? orderDescription,
- String? orderStatus,
- String? dealId,
- String? dealNumber,
- String? deal,
- String? customerId,
- String? customerNumber,
- String? customer,
- double? totalsWeeklyGrossTotal,
- double? totalsWeeklyDiscount,
- double? totalsWeeklySubTotal,
- double? totalsWeeklyTax,
- double? totalsWeeklyGrandTotal,
- double? totalsPeriodGrossTotal,
- double? totalsPeriodDiscount,
- double? totalsPeriodSubTotal,
- double? totalsPeriodTax,
- double? totalsPeriodGrandTotal,
- double? totalsReplacementReplacementCost,
- double? totalsReplacementDepositPercentage,
- double? totalsReplacementDepositDue,
- double? totalsReplacementPreAuthorizationRequiredAmount,
- double? totalsReplacementPreAuthorizationCurrentTotal,
- double? totalsReplacementPreAuthorizationAmountDue,
- double? paymentTotalAmount,
- double? paymentAmountToPay,
- String? pINPadCode,
- String? pINPadDescription,
- String? locationCode,
- String? agentBarcode,
- String? currencyId,
- String? currencyCode,
- String? locationId,
- String? auditNote,
- 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 WebApiModulesPluginsCreditCardProcessCreditCardInfo({
this.recordTitle,
this.orderId,
this.orderNumber,
this.orderDescription,
this.orderStatus,
this.dealId,
this.dealNumber,
this.deal,
this.customerId,
this.customerNumber,
this.customer,
this.totalsWeeklyGrossTotal,
this.totalsWeeklyDiscount,
this.totalsWeeklySubTotal,
this.totalsWeeklyTax,
this.totalsWeeklyGrandTotal,
this.totalsPeriodGrossTotal,
this.totalsPeriodDiscount,
this.totalsPeriodSubTotal,
this.totalsPeriodTax,
this.totalsPeriodGrandTotal,
this.totalsReplacementReplacementCost,
this.totalsReplacementDepositPercentage,
this.totalsReplacementDepositDue,
this.totalsReplacementPreAuthorizationRequiredAmount,
this.totalsReplacementPreAuthorizationCurrentTotal,
this.totalsReplacementPreAuthorizationAmountDue,
this.paymentTotalAmount,
this.paymentAmountToPay,
this.pINPadCode,
this.pINPadDescription,
this.locationCode,
this.agentBarcode,
this.currencyId,
this.currencyCode,
this.locationId,
this.auditNote,
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,
});