CreditLimitdetailsModel constructor
CreditLimitdetailsModel({
- dynamic id,
- String? userId,
- double? creditLimit,
- double? remainingCreditLimit,
- double? usedCreditLimit,
- dynamic currency,
- dynamic creditTerm,
- dynamic remarks,
- int? status,
- String? statusDescription,
- String? createdBy,
- String? createdDate,
- String? updatedBy,
- String? updatedDate,
- double? totalCreditLimit,
- List<
CreditOverrideRule> ? creditOverrideRule, - double? totalTemporyCreditLimit,
- double? totalAvailableCreditLimit,
- double? totalTemporaryAvailableCreditLimit,
- double? totalUsedCreditLimit,
- double? totalTemporaryUsedCreditLimit,
- double? totalTemporaryExpiredCreditLimit,
Implementation
CreditLimitdetailsModel(
{this.id,
this.userId,
this.creditLimit,
this.remainingCreditLimit,
this.usedCreditLimit,
this.currency,
this.creditTerm,
this.remarks,
this.status,
this.statusDescription,
this.createdBy,
this.createdDate,
this.updatedBy,
this.updatedDate,
this.totalCreditLimit,
this.creditOverrideRule,
this.totalTemporyCreditLimit,
this.totalAvailableCreditLimit,
this.totalTemporaryAvailableCreditLimit,
this.totalUsedCreditLimit,
this.totalTemporaryUsedCreditLimit,
this.totalTemporaryExpiredCreditLimit});