CustomerCreditLimit Property |
Total credit limit for the customer in the customers' default currency. null means there is no limit. [Currency: DefaultCurrency]
Namespace:
Aloe.EnterpriseOne.Model.Crm
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Amount CreditLimit { get; set; }
Public Property CreditLimit As Amount
Get
Set
public:
property Amount^ CreditLimit {
Amount^ get ();
void set (Amount^ value);
}
member CreditLimit : Amount with get, set
Property Value
Type:
Amount
See Also