copyWithWrapped method
WebApiModulesBillingInvoiceInvoiceReceipt
copyWithWrapped({
- Wrapped<
int?> ? invoiceReceiptId, - Wrapped<
String?> ? invoiceId, - Wrapped<
String?> ? receiptId, - Wrapped<
String?> ? receiptDate, - Wrapped<
String?> ? paymentTypeId, - Wrapped<
String?> ? paymentType, - Wrapped<
String?> ? paymentTypeType, - Wrapped<
String?> ? checkNumber, - Wrapped<
String?> ? recType, - Wrapped<
String?> ? paymentBy, - Wrapped<
String?> ? receiptCustomerId, - Wrapped<
String?> ? receiptCustomer, - Wrapped<
String?> ? receiptDealId, - Wrapped<
String?> ? receiptDeal, - Wrapped<
String?> ? invoiceNumber, - Wrapped<
String?> ? invoiceDate, - Wrapped<
String?> ? invoiceDescription, - Wrapped<
String?> ? invoiceDealId, - Wrapped<
String?> ? invoiceDeal, - Wrapped<
String?> ? invoiceOrderId, - Wrapped<
String?> ? invoiceOrderDescription, - Wrapped<
double?> ? amount, - Wrapped<
double?> ? appliedPaymentTypeFee, - Wrapped<
double?> ? feePercent, - Wrapped<
double?> ? remaining, - Wrapped<
String?> ? appliedById, - Wrapped<
String?> ? appliedBy, - Wrapped<
String?> ? paymentMemo, - Wrapped<
String?> ? currencyId, - Wrapped<
String?> ? currencyCode, - Wrapped<
String?> ? currencySymbol, - Wrapped<
String?> ? creditCardName, - Wrapped<
String?> ? creditCardExpirationDate, - Wrapped<
String?> ? dateStamp, - Wrapped<
String?> ? auditNote, - Wrapped<
String?> ? recordTitle, - Wrapped? urlIdentifier,
- Wrapped<
List< ? fields,FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ?> - Wrapped<
List< ? custom,FwStandardDataFwCustomValue> ?> - Wrapped<
List< ? defaultFieldAttributes,FwStandardDataFwDefaultAttribute> ?> - Wrapped<
FwStandardBusinessLogicFwBusinessLogic?> ? original, - Wrapped<
List< ? translation,FwStandardDataFwTranslatedValue> ?> - Wrapped<
bool?> ? hasImport, - Wrapped<
bool?> ? hasDocuments, - Wrapped<
String?> ? createdByUserId, - Wrapped<
String?> ? createdByUserName, - Wrapped<
String?> ? createdDateTime, - Wrapped<
String?> ? modifiedByUserId, - Wrapped<
String?> ? modifiedByUserName, - Wrapped<
String?> ? modifiedDateTime,
Implementation
WebApiModulesBillingInvoiceInvoiceReceipt copyWithWrapped({
Wrapped<int?>? invoiceReceiptId,
Wrapped<String?>? invoiceId,
Wrapped<String?>? receiptId,
Wrapped<String?>? receiptDate,
Wrapped<String?>? paymentTypeId,
Wrapped<String?>? paymentType,
Wrapped<String?>? paymentTypeType,
Wrapped<String?>? checkNumber,
Wrapped<String?>? recType,
Wrapped<String?>? paymentBy,
Wrapped<String?>? receiptCustomerId,
Wrapped<String?>? receiptCustomer,
Wrapped<String?>? receiptDealId,
Wrapped<String?>? receiptDeal,
Wrapped<String?>? invoiceNumber,
Wrapped<String?>? invoiceDate,
Wrapped<String?>? invoiceDescription,
Wrapped<String?>? invoiceDealId,
Wrapped<String?>? invoiceDeal,
Wrapped<String?>? invoiceOrderId,
Wrapped<String?>? invoiceOrderDescription,
Wrapped<double?>? amount,
Wrapped<double?>? appliedPaymentTypeFee,
Wrapped<double?>? feePercent,
Wrapped<double?>? remaining,
Wrapped<String?>? appliedById,
Wrapped<String?>? appliedBy,
Wrapped<String?>? paymentMemo,
Wrapped<String?>? currencyId,
Wrapped<String?>? currencyCode,
Wrapped<String?>? currencySymbol,
Wrapped<String?>? creditCardName,
Wrapped<String?>? creditCardExpirationDate,
Wrapped<String?>? dateStamp,
Wrapped<String?>? auditNote,
Wrapped<String?>? recordTitle,
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 WebApiModulesBillingInvoiceInvoiceReceipt(
invoiceReceiptId: (invoiceReceiptId != null
? invoiceReceiptId.value
: this.invoiceReceiptId),
invoiceId: (invoiceId != null ? invoiceId.value : this.invoiceId),
receiptId: (receiptId != null ? receiptId.value : this.receiptId),
receiptDate: (receiptDate != null ? receiptDate.value : this.receiptDate),
paymentTypeId: (paymentTypeId != null
? paymentTypeId.value
: this.paymentTypeId),
paymentType: (paymentType != null ? paymentType.value : this.paymentType),
paymentTypeType: (paymentTypeType != null
? paymentTypeType.value
: this.paymentTypeType),
checkNumber: (checkNumber != null ? checkNumber.value : this.checkNumber),
recType: (recType != null ? recType.value : this.recType),
paymentBy: (paymentBy != null ? paymentBy.value : this.paymentBy),
receiptCustomerId: (receiptCustomerId != null
? receiptCustomerId.value
: this.receiptCustomerId),
receiptCustomer: (receiptCustomer != null
? receiptCustomer.value
: this.receiptCustomer),
receiptDealId: (receiptDealId != null
? receiptDealId.value
: this.receiptDealId),
receiptDeal: (receiptDeal != null ? receiptDeal.value : this.receiptDeal),
invoiceNumber: (invoiceNumber != null
? invoiceNumber.value
: this.invoiceNumber),
invoiceDate: (invoiceDate != null ? invoiceDate.value : this.invoiceDate),
invoiceDescription: (invoiceDescription != null
? invoiceDescription.value
: this.invoiceDescription),
invoiceDealId: (invoiceDealId != null
? invoiceDealId.value
: this.invoiceDealId),
invoiceDeal: (invoiceDeal != null ? invoiceDeal.value : this.invoiceDeal),
invoiceOrderId: (invoiceOrderId != null
? invoiceOrderId.value
: this.invoiceOrderId),
invoiceOrderDescription: (invoiceOrderDescription != null
? invoiceOrderDescription.value
: this.invoiceOrderDescription),
amount: (amount != null ? amount.value : this.amount),
appliedPaymentTypeFee: (appliedPaymentTypeFee != null
? appliedPaymentTypeFee.value
: this.appliedPaymentTypeFee),
feePercent: (feePercent != null ? feePercent.value : this.feePercent),
remaining: (remaining != null ? remaining.value : this.remaining),
appliedById: (appliedById != null ? appliedById.value : this.appliedById),
appliedBy: (appliedBy != null ? appliedBy.value : this.appliedBy),
paymentMemo: (paymentMemo != null ? paymentMemo.value : this.paymentMemo),
currencyId: (currencyId != null ? currencyId.value : this.currencyId),
currencyCode: (currencyCode != null
? currencyCode.value
: this.currencyCode),
currencySymbol: (currencySymbol != null
? currencySymbol.value
: this.currencySymbol),
creditCardName: (creditCardName != null
? creditCardName.value
: this.creditCardName),
creditCardExpirationDate: (creditCardExpirationDate != null
? creditCardExpirationDate.value
: this.creditCardExpirationDate),
dateStamp: (dateStamp != null ? dateStamp.value : this.dateStamp),
auditNote: (auditNote != null ? auditNote.value : this.auditNote),
recordTitle: (recordTitle != null ? recordTitle.value : this.recordTitle),
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),
);
}