CreditLimit Property
Credit limit for this entity.
Syntax
public String getCreditLimit(); public void setCreditLimit(String creditLimit);
Remarks
The credit limit for this customer or vendor. If it is equal to 0, there is no credit limit.
The amount should be formatted as a string in dollars.
This property is allowed in Add operations, and not used in Update operations.
Default Value
"0"