WebApiModulesBillingReceiptReceipt constructor
WebApiModulesBillingReceiptReceipt({
- String? receiptId,
- String? receiptDate,
- String? locationId,
- String? locationCode,
- String? location,
- String? customerId,
- String? customer,
- String? dealId,
- String? deal,
- String? paymentBy,
- String? customerDealId,
- String? customerDeal,
- String? paymentTypeId,
- String? paymentType,
- String? paymentTypeType,
- String? paymentTypeExportPaymentMethod,
- String? checkNumber,
- double? paymentAmount,
- String? appliedById,
- String? appliedBy,
- String? modifiedById,
- String? modifiedBy,
- String? paymentMemo,
- String? recType,
- String? chargeBatchId,
- String? chargeBatchNumber,
- String? currencyId,
- String? currencyCode,
- String? currencySymbol,
- String? officeLocationDefaultCurrencyId,
- String? overPaymentId,
- List<
WebApiModulesBillingReceiptReceiptInvoice> ? invoiceDataList, - List<
WebApiModulesBillingReceiptReceiptCredit> ? creditDataList, - bool? createOverpayment,
- bool? createDepletingDeposit,
- String? dealDepositId,
- String? dealDepositCheckNumber,
- String? customerDepositId,
- String? customerDepositCheckNumber,
- String? orderId,
- String? orderDescription,
- String? transactionId,
- String? refundingTransactionId,
- String? creditCardNumber,
- String? creditCardExpirationDate,
- String? creditCardName,
- String? creditCardAccountId,
- String? creditCardPaymentMode,
- int? creditCardPinPadId,
- String? newCreditCardAccountToken,
- String? newCreditCardExpirationDate,
- String? newCreditCardCardholderName,
- bool? newCreditCardSaveCreditCard,
- bool? creditCardDefaultAccount,
- bool? newCreditCardAuthorizationOnFile,
- String? newCreditCardAddress,
- String? newCreditCardAddress2,
- String? newCreditCardCity,
- String? newCreditCardRegion,
- String? newCreditCardPostalCode,
- String? newCreditCardCountryId,
- DateTime? dateStamp,
- String? refundingReceiptId,
- bool? isCreditCardReceiptVoided,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesBillingReceiptReceipt({
this.receiptId,
this.receiptDate,
this.locationId,
this.locationCode,
this.location,
this.customerId,
this.customer,
this.dealId,
this.deal,
this.paymentBy,
this.customerDealId,
this.customerDeal,
this.paymentTypeId,
this.paymentType,
this.paymentTypeType,
this.paymentTypeExportPaymentMethod,
this.checkNumber,
this.paymentAmount,
this.appliedById,
this.appliedBy,
this.modifiedById,
this.modifiedBy,
this.paymentMemo,
this.recType,
this.chargeBatchId,
this.chargeBatchNumber,
this.currencyId,
this.currencyCode,
this.currencySymbol,
this.officeLocationDefaultCurrencyId,
this.overPaymentId,
this.invoiceDataList,
this.creditDataList,
this.createOverpayment,
this.createDepletingDeposit,
this.dealDepositId,
this.dealDepositCheckNumber,
this.customerDepositId,
this.customerDepositCheckNumber,
this.orderId,
this.orderDescription,
this.transactionId,
this.refundingTransactionId,
this.creditCardNumber,
this.creditCardExpirationDate,
this.creditCardName,
this.creditCardAccountId,
this.creditCardPaymentMode,
this.creditCardPinPadId,
this.newCreditCardAccountToken,
this.newCreditCardExpirationDate,
this.newCreditCardCardholderName,
this.newCreditCardSaveCreditCard,
this.creditCardDefaultAccount,
this.newCreditCardAuthorizationOnFile,
this.newCreditCardAddress,
this.newCreditCardAddress2,
this.newCreditCardCity,
this.newCreditCardRegion,
this.newCreditCardPostalCode,
this.newCreditCardCountryId,
this.dateStamp,
this.refundingReceiptId,
this.isCreditCardReceiptVoided,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});