WebApiModulesHomeControlsReceiptCreditReceiptCredit constructor
WebApiModulesHomeControlsReceiptCreditReceiptCredit({
- String? creditReceiptId,
- String? creditingInvoiceId,
- String? receiptId,
- String? customerId,
- String? customer,
- String? dealId,
- String? deal,
- String? officeLocationId,
- String? paymentBy,
- String? recType,
- String? recTypeDisplay,
- String? recTypeColor,
- String? receiptDate,
- String? paymentTypeId,
- String? paymentType,
- String? paymentTypeType,
- String? checkNumber,
- double? origAmount,
- double? applied,
- double? refunded,
- double? remaining,
- double? amount,
- String? currencyId,
- String? currencyCode,
- String? currencySymbol,
- String? creditCardName,
- String? creditCardExpirationDate,
- DateTime? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesHomeControlsReceiptCreditReceiptCredit({
this.creditReceiptId,
this.creditingInvoiceId,
this.receiptId,
this.customerId,
this.customer,
this.dealId,
this.deal,
this.officeLocationId,
this.paymentBy,
this.recType,
this.recTypeDisplay,
this.recTypeColor,
this.receiptDate,
this.paymentTypeId,
this.paymentType,
this.paymentTypeType,
this.checkNumber,
this.origAmount,
this.applied,
this.refunded,
this.remaining,
this.amount,
this.currencyId,
this.currencyCode,
this.currencySymbol,
this.creditCardName,
this.creditCardExpirationDate,
this.dateStamp,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});