CreditLimit constructor
CreditLimit({})
Implementation
CreditLimit(
{this.creditLimit,
this.currency,
this.creditTerm,
this.remarks,
this.usedCreditLimit,
this.remainingCreditLimit,
this.totalCreditLimit,
this.totalAvailableCreditLimit,
this.totalUsedCreditLimit,
this.status,
this.statusDescription});