EnterpriseCompanyDefaultCustomerCreditLimitBase Property |
Customer credit limit, which is used by default when creating new customers. It is specified in the base currency of the enterprise company. [Currency: BaseCurrency] [Filter(eq;like)]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Amount DefaultCustomerCreditLimitBase { get; set; }
Public Property DefaultCustomerCreditLimitBase As Amount
Get
Set
public:
property Amount^ DefaultCustomerCreditLimitBase {
Amount^ get ();
void set (Amount^ value);
}
member DefaultCustomerCreditLimitBase : Amount with get, set
Property Value
Type:
Amount
See Also