copyWithWrapped method

WebApiModulesPluginsCreditCardProcessCreditCardInfo copyWithWrapped({
  1. Wrapped<String?>? recordTitle,
  2. Wrapped<String?>? orderId,
  3. Wrapped<String?>? orderNumber,
  4. Wrapped<String?>? orderDescription,
  5. Wrapped<String?>? orderStatus,
  6. Wrapped<String?>? dealId,
  7. Wrapped<String?>? dealNumber,
  8. Wrapped<String?>? deal,
  9. Wrapped<String?>? customerId,
  10. Wrapped<String?>? customerNumber,
  11. Wrapped<String?>? customer,
  12. Wrapped<double?>? totalsWeeklyGrossTotal,
  13. Wrapped<double?>? totalsWeeklyDiscount,
  14. Wrapped<double?>? totalsWeeklySubTotal,
  15. Wrapped<double?>? totalsWeeklyTax,
  16. Wrapped<double?>? totalsWeeklyGrandTotal,
  17. Wrapped<double?>? totalsPeriodGrossTotal,
  18. Wrapped<double?>? totalsPeriodDiscount,
  19. Wrapped<double?>? totalsPeriodSubTotal,
  20. Wrapped<double?>? totalsPeriodTax,
  21. Wrapped<double?>? totalsPeriodGrandTotal,
  22. Wrapped<double?>? totalsReplacementReplacementCost,
  23. Wrapped<double?>? totalsReplacementDepositPercentage,
  24. Wrapped<double?>? totalsReplacementDepositDue,
  25. Wrapped<double?>? totalsReplacementPreAuthorizationRequiredAmount,
  26. Wrapped<double?>? totalsReplacementPreAuthorizationCurrentTotal,
  27. Wrapped<double?>? totalsReplacementPreAuthorizationAmountDue,
  28. Wrapped<double?>? paymentTotalAmount,
  29. Wrapped<double?>? paymentAmountToPay,
  30. Wrapped<String?>? pINPadCode,
  31. Wrapped<String?>? pINPadDescription,
  32. Wrapped<String?>? locationCode,
  33. Wrapped<String?>? agentBarcode,
  34. Wrapped<String?>? currencyId,
  35. Wrapped<String?>? currencyCode,
  36. Wrapped<String?>? locationId,
  37. Wrapped<String?>? auditNote,
  38. Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>? fields,
  39. Wrapped<List<FwStandardDataFwCustomValue>?>? custom,
  40. Wrapped<List<FwStandardDataFwDefaultAttribute>?>? defaultFieldAttributes,
  41. Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation,
})

Implementation

WebApiModulesPluginsCreditCardProcessCreditCardInfo copyWithWrapped(
    {Wrapped<String?>? recordTitle,
    Wrapped<String?>? orderId,
    Wrapped<String?>? orderNumber,
    Wrapped<String?>? orderDescription,
    Wrapped<String?>? orderStatus,
    Wrapped<String?>? dealId,
    Wrapped<String?>? dealNumber,
    Wrapped<String?>? deal,
    Wrapped<String?>? customerId,
    Wrapped<String?>? customerNumber,
    Wrapped<String?>? customer,
    Wrapped<double?>? totalsWeeklyGrossTotal,
    Wrapped<double?>? totalsWeeklyDiscount,
    Wrapped<double?>? totalsWeeklySubTotal,
    Wrapped<double?>? totalsWeeklyTax,
    Wrapped<double?>? totalsWeeklyGrandTotal,
    Wrapped<double?>? totalsPeriodGrossTotal,
    Wrapped<double?>? totalsPeriodDiscount,
    Wrapped<double?>? totalsPeriodSubTotal,
    Wrapped<double?>? totalsPeriodTax,
    Wrapped<double?>? totalsPeriodGrandTotal,
    Wrapped<double?>? totalsReplacementReplacementCost,
    Wrapped<double?>? totalsReplacementDepositPercentage,
    Wrapped<double?>? totalsReplacementDepositDue,
    Wrapped<double?>? totalsReplacementPreAuthorizationRequiredAmount,
    Wrapped<double?>? totalsReplacementPreAuthorizationCurrentTotal,
    Wrapped<double?>? totalsReplacementPreAuthorizationAmountDue,
    Wrapped<double?>? paymentTotalAmount,
    Wrapped<double?>? paymentAmountToPay,
    Wrapped<String?>? pINPadCode,
    Wrapped<String?>? pINPadDescription,
    Wrapped<String?>? locationCode,
    Wrapped<String?>? agentBarcode,
    Wrapped<String?>? currencyId,
    Wrapped<String?>? currencyCode,
    Wrapped<String?>? locationId,
    Wrapped<String?>? auditNote,
    Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>?
        fields,
    Wrapped<List<FwStandardDataFwCustomValue>?>? custom,
    Wrapped<List<FwStandardDataFwDefaultAttribute>?>? defaultFieldAttributes,
    Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation}) {
  return WebApiModulesPluginsCreditCardProcessCreditCardInfo(
      recordTitle:
          (recordTitle != null ? recordTitle.value : this.recordTitle),
      orderId: (orderId != null ? orderId.value : this.orderId),
      orderNumber:
          (orderNumber != null ? orderNumber.value : this.orderNumber),
      orderDescription: (orderDescription != null
          ? orderDescription.value
          : this.orderDescription),
      orderStatus:
          (orderStatus != null ? orderStatus.value : this.orderStatus),
      dealId: (dealId != null ? dealId.value : this.dealId),
      dealNumber: (dealNumber != null ? dealNumber.value : this.dealNumber),
      deal: (deal != null ? deal.value : this.deal),
      customerId: (customerId != null ? customerId.value : this.customerId),
      customerNumber: (customerNumber != null
          ? customerNumber.value
          : this.customerNumber),
      customer: (customer != null ? customer.value : this.customer),
      totalsWeeklyGrossTotal: (totalsWeeklyGrossTotal != null
          ? totalsWeeklyGrossTotal.value
          : this.totalsWeeklyGrossTotal),
      totalsWeeklyDiscount: (totalsWeeklyDiscount != null
          ? totalsWeeklyDiscount.value
          : this.totalsWeeklyDiscount),
      totalsWeeklySubTotal: (totalsWeeklySubTotal != null
          ? totalsWeeklySubTotal.value
          : this.totalsWeeklySubTotal),
      totalsWeeklyTax: (totalsWeeklyTax != null
          ? totalsWeeklyTax.value
          : this.totalsWeeklyTax),
      totalsWeeklyGrandTotal: (totalsWeeklyGrandTotal != null
          ? totalsWeeklyGrandTotal.value
          : this.totalsWeeklyGrandTotal),
      totalsPeriodGrossTotal: (totalsPeriodGrossTotal != null
          ? totalsPeriodGrossTotal.value
          : this.totalsPeriodGrossTotal),
      totalsPeriodDiscount: (totalsPeriodDiscount != null
          ? totalsPeriodDiscount.value
          : this.totalsPeriodDiscount),
      totalsPeriodSubTotal: (totalsPeriodSubTotal != null
          ? totalsPeriodSubTotal.value
          : this.totalsPeriodSubTotal),
      totalsPeriodTax: (totalsPeriodTax != null
          ? totalsPeriodTax.value
          : this.totalsPeriodTax),
      totalsPeriodGrandTotal: (totalsPeriodGrandTotal != null
          ? totalsPeriodGrandTotal.value
          : this.totalsPeriodGrandTotal),
      totalsReplacementReplacementCost: (totalsReplacementReplacementCost != null
          ? totalsReplacementReplacementCost.value
          : this.totalsReplacementReplacementCost),
      totalsReplacementDepositPercentage:
          (totalsReplacementDepositPercentage != null
              ? totalsReplacementDepositPercentage.value
              : this.totalsReplacementDepositPercentage),
      totalsReplacementDepositDue: (totalsReplacementDepositDue != null
          ? totalsReplacementDepositDue.value
          : this.totalsReplacementDepositDue),
      totalsReplacementPreAuthorizationRequiredAmount:
          (totalsReplacementPreAuthorizationRequiredAmount != null
              ? totalsReplacementPreAuthorizationRequiredAmount.value
              : this.totalsReplacementPreAuthorizationRequiredAmount),
      totalsReplacementPreAuthorizationCurrentTotal:
          (totalsReplacementPreAuthorizationCurrentTotal != null
              ? totalsReplacementPreAuthorizationCurrentTotal.value
              : this.totalsReplacementPreAuthorizationCurrentTotal),
      totalsReplacementPreAuthorizationAmountDue:
          (totalsReplacementPreAuthorizationAmountDue != null
              ? totalsReplacementPreAuthorizationAmountDue.value
              : this.totalsReplacementPreAuthorizationAmountDue),
      paymentTotalAmount: (paymentTotalAmount != null
          ? paymentTotalAmount.value
          : this.paymentTotalAmount),
      paymentAmountToPay: (paymentAmountToPay != null
          ? paymentAmountToPay.value
          : this.paymentAmountToPay),
      pINPadCode: (pINPadCode != null ? pINPadCode.value : this.pINPadCode),
      pINPadDescription: (pINPadDescription != null
          ? pINPadDescription.value
          : this.pINPadDescription),
      locationCode: (locationCode != null ? locationCode.value : this.locationCode),
      agentBarcode: (agentBarcode != null ? agentBarcode.value : this.agentBarcode),
      currencyId: (currencyId != null ? currencyId.value : this.currencyId),
      currencyCode: (currencyCode != null ? currencyCode.value : this.currencyCode),
      locationId: (locationId != null ? locationId.value : this.locationId),
      auditNote: (auditNote != null ? auditNote.value : this.auditNote),
      fields: (fields != null ? fields.value : this.fields),
      custom: (custom != null ? custom.value : this.custom),
      defaultFieldAttributes: (defaultFieldAttributes != null ? defaultFieldAttributes.value : this.defaultFieldAttributes),
      translation: (translation != null ? translation.value : this.translation));
}