WebApiModulesAgentCustomerCreditCustomerCredit constructor
const
WebApiModulesAgentCustomerCreditCustomerCredit({
- String? receiptId,
- String? customerId,
- String? customer,
- String? officeLocationId,
- String? paymentBy,
- String? recType,
- String? recTypeDisplay,
- String? recTypeColor,
- String? receiptDate,
- String? paymentTypeId,
- String? paymentType,
- String? checkNumber,
- double? amount,
- double? applied,
- double? refunded,
- double? remaining,
- String? auditNote,
- String? recordTitle,
- dynamic urlIdentifier,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - FwStandardBusinessLogicFwBusinessLogic? original,
- List<
FwStandardDataFwTranslatedValue> ? translation, - bool? hasImport,
- bool? hasDocuments,
- String? createdByUserId,
- String? createdByUserName,
- String? createdDateTime,
- String? modifiedByUserId,
- String? modifiedByUserName,
- String? modifiedDateTime,
Implementation
const WebApiModulesAgentCustomerCreditCustomerCredit({
this.receiptId,
this.customerId,
this.customer,
this.officeLocationId,
this.paymentBy,
this.recType,
this.recTypeDisplay,
this.recTypeColor,
this.receiptDate,
this.paymentTypeId,
this.paymentType,
this.checkNumber,
this.amount,
this.applied,
this.refunded,
this.remaining,
this.auditNote,
this.recordTitle,
this.urlIdentifier,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.original,
this.translation,
this.hasImport,
this.hasDocuments,
this.createdByUserId,
this.createdByUserName,
this.createdDateTime,
this.modifiedByUserId,
this.modifiedByUserName,
this.modifiedDateTime,
});