WebApiModulesSettingsBillingCycleEventBillingCycleEvent class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

WebApiModulesSettingsBillingCycleEventBillingCycleEvent({String? billingCycleId, String? billingCycleEventId, String? billingCycleEvent, int? billPercent, int? orderBy, bool? actualRevenue, String? dateStamp, String? auditNote, String? recordTitle, List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields, List<FwStandardDataFwCustomValue>? custom, List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes, List<FwStandardDataFwTranslatedValue>? translation})
WebApiModulesSettingsBillingCycleEventBillingCycleEvent.fromJson(Map<String, dynamic> json)
factory

Properties

actualRevenue bool?
final
auditNote String?
final
billingCycleEvent String?
final
billingCycleEventId String?
final
billingCycleId String?
final
billPercent int?
final
custom List<FwStandardDataFwCustomValue>?
final
dateStamp String?
final
defaultFieldAttributes List<FwStandardDataFwDefaultAttribute>?
final
fields List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?
final
hashCode int
The hash code for this object.
no setteroverride
orderBy int?
final
recordTitle String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
translation List<FwStandardDataFwTranslatedValue>?
final

Methods

copyWith({String? billingCycleId, String? billingCycleEventId, String? billingCycleEvent, int? billPercent, int? orderBy, bool? actualRevenue, String? dateStamp, String? auditNote, String? recordTitle, List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields, List<FwStandardDataFwCustomValue>? custom, List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes, List<FwStandardDataFwTranslatedValue>? translation}) WebApiModulesSettingsBillingCycleEventBillingCycleEvent

Available on WebApiModulesSettingsBillingCycleEventBillingCycleEvent, provided by the $WebApiModulesSettingsBillingCycleEventBillingCycleEventExtension extension

copyWithWrapped({Wrapped<String?>? billingCycleId, Wrapped<String?>? billingCycleEventId, Wrapped<String?>? billingCycleEvent, Wrapped<int?>? billPercent, Wrapped<int?>? orderBy, Wrapped<bool?>? actualRevenue, Wrapped<String?>? dateStamp, Wrapped<String?>? auditNote, Wrapped<String?>? recordTitle, Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>? fields, Wrapped<List<FwStandardDataFwCustomValue>?>? custom, Wrapped<List<FwStandardDataFwDefaultAttribute>?>? defaultFieldAttributes, Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation}) WebApiModulesSettingsBillingCycleEventBillingCycleEvent

Available on WebApiModulesSettingsBillingCycleEventBillingCycleEvent, provided by the $WebApiModulesSettingsBillingCycleEventBillingCycleEventExtension extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(dynamic other) bool
The equality operator.
override