CreditLimit class
- Annotations
-
- @JsonSerializable()
Constructors
- CreditLimit({dynamic creditLimit, String? currency, int? creditTerm, String? remarks, dynamic remainingCreditLimit, dynamic currentUsage, int? status, String? createdBy, String? createdDate, String? updatedBy, String? updatedDate, String? partnerId, String? usedCreditLimit, String? statusDescription})
-
CreditLimit.fromJson(Map<
String, dynamic> json) -
factory
Properties
- createdBy ↔ String?
-
getter/setter pair
- createdDate ↔ String?
-
getter/setter pair
- creditLimit ↔ dynamic
-
getter/setter pair
- creditTerm ↔ int?
-
getter/setter pair
- currency ↔ String?
-
getter/setter pair
- currentUsage ↔ dynamic
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- partnerId ↔ String?
-
getter/setter pair
- remainingCreditLimit ↔ dynamic
-
getter/setter pair
- remarks ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ int?
-
getter/setter pair
- statusDescription ↔ String?
-
getter/setter pair
- updatedBy ↔ String?
-
getter/setter pair
- updatedDate ↔ String?
-
getter/setter pair
- usedCreditLimit ↔ 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