CreditOverrideRule class

Annotations
  • @JsonSerializable()

Constructors

CreditOverrideRule({String? id, double? creditLimit, String? startDate, String? endDate, String? userId, int? status, String? statusDescription, String? createdBy, String? createdDate, String? updatedBy, String? updatedDate, double? remainingCreditLimit, double? usedCreditLimit})
CreditOverrideRule.fromJson(Map<String, dynamic> json)
factory

Properties

createdBy String?
getter/setter pair
createdDate String?
getter/setter pair
creditLimit double?
getter/setter pair
endDate String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
remainingCreditLimit double?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startDate String?
getter/setter pair
status int?
getter/setter pair
statusDescription String?
getter/setter pair
updatedBy String?
getter/setter pair
updatedDate String?
getter/setter pair
usedCreditLimit double?
getter/setter pair
userId String?
getter/setter pair

Methods

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.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited