CreditLimit constructor
CreditLimit({})
Implementation
CreditLimit({
this.creditLimit,
this.currency,
this.creditTerm,
this.remarks,
this.remainingCreditLimit,
this.currentUsage,
this.status,
this.createdBy,
this.createdDate,
this.updatedBy,
this.updatedDate,
this.partnerId,
this.usedCreditLimit,
this.statusDescription,
});