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? urlIdentifier,
  39. Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>? fields,
  40. Wrapped<List<FwStandardDataFwCustomValue>?>? custom,
  41. Wrapped<List<FwStandardDataFwDefaultAttribute>?>? defaultFieldAttributes,
  42. Wrapped<FwStandardBusinessLogicFwBusinessLogic?>? original,
  43. Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation,
  44. Wrapped<bool?>? hasImport,
  45. Wrapped<bool?>? hasDocuments,
  46. Wrapped<String?>? createdByUserId,
  47. Wrapped<String?>? createdByUserName,
  48. Wrapped<String?>? createdDateTime,
  49. Wrapped<String?>? modifiedByUserId,
  50. Wrapped<String?>? modifiedByUserName,
  51. Wrapped<String?>? modifiedDateTime,
})

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<dynamic>? urlIdentifier,
  Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>?
  fields,
  Wrapped<List<FwStandardDataFwCustomValue>?>? custom,
  Wrapped<List<FwStandardDataFwDefaultAttribute>?>? defaultFieldAttributes,
  Wrapped<FwStandardBusinessLogicFwBusinessLogic?>? original,
  Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation,
  Wrapped<bool?>? hasImport,
  Wrapped<bool?>? hasDocuments,
  Wrapped<String?>? createdByUserId,
  Wrapped<String?>? createdByUserName,
  Wrapped<String?>? createdDateTime,
  Wrapped<String?>? modifiedByUserId,
  Wrapped<String?>? modifiedByUserName,
  Wrapped<String?>? modifiedDateTime,
}) {
  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),
    urlIdentifier: (urlIdentifier != null
        ? urlIdentifier.value
        : this.urlIdentifier),
    fields: (fields != null ? fields.value : this.fields),
    custom: (custom != null ? custom.value : this.custom),
    defaultFieldAttributes: (defaultFieldAttributes != null
        ? defaultFieldAttributes.value
        : this.defaultFieldAttributes),
    original: (original != null ? original.value : this.original),
    translation: (translation != null ? translation.value : this.translation),
    hasImport: (hasImport != null ? hasImport.value : this.hasImport),
    hasDocuments: (hasDocuments != null
        ? hasDocuments.value
        : this.hasDocuments),
    createdByUserId: (createdByUserId != null
        ? createdByUserId.value
        : this.createdByUserId),
    createdByUserName: (createdByUserName != null
        ? createdByUserName.value
        : this.createdByUserName),
    createdDateTime: (createdDateTime != null
        ? createdDateTime.value
        : this.createdDateTime),
    modifiedByUserId: (modifiedByUserId != null
        ? modifiedByUserId.value
        : this.modifiedByUserId),
    modifiedByUserName: (modifiedByUserName != null
        ? modifiedByUserName.value
        : this.modifiedByUserName),
    modifiedDateTime: (modifiedDateTime != null
        ? modifiedDateTime.value
        : this.modifiedDateTime),
  );
}