WebApiModulesPluginsCreditCardProcessCreditCardInfo constructor
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,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
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.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});