WebApiModulesBillingInvoiceInvoiceReceipt constructor
WebApiModulesBillingInvoiceInvoiceReceipt({
- int? invoiceReceiptId,
- String? invoiceId,
- String? receiptId,
- String? receiptDate,
- String? paymentTypeId,
- String? paymentType,
- String? paymentTypeType,
- String? checkNumber,
- String? recType,
- String? paymentBy,
- String? receiptCustomerId,
- String? receiptCustomer,
- String? receiptDealId,
- String? receiptDeal,
- String? invoiceNumber,
- String? invoiceDate,
- String? invoiceDescription,
- String? invoiceDealId,
- String? invoiceDeal,
- String? invoiceOrderId,
- String? invoiceOrderDescription,
- double? amount,
- double? remaining,
- String? appliedById,
- String? appliedBy,
- String? paymentMemo,
- String? currencyId,
- String? currencyCode,
- String? currencySymbol,
- String? creditCardName,
- String? creditCardExpirationDate,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesBillingInvoiceInvoiceReceipt({
this.invoiceReceiptId,
this.invoiceId,
this.receiptId,
this.receiptDate,
this.paymentTypeId,
this.paymentType,
this.paymentTypeType,
this.checkNumber,
this.recType,
this.paymentBy,
this.receiptCustomerId,
this.receiptCustomer,
this.receiptDealId,
this.receiptDeal,
this.invoiceNumber,
this.invoiceDate,
this.invoiceDescription,
this.invoiceDealId,
this.invoiceDeal,
this.invoiceOrderId,
this.invoiceOrderDescription,
this.amount,
this.remaining,
this.appliedById,
this.appliedBy,
this.paymentMemo,
this.currencyId,
this.currencyCode,
this.currencySymbol,
this.creditCardName,
this.creditCardExpirationDate,
this.dateStamp,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});