ClosingDetailCreditLimit Property
Current credit limit.
Object Oriented Interface
public function getClosingDetailCreditLimit($closingdetailindex);
Procedural Interface
inebank_ccstatement_get($res, 8 , $closingdetailindex);
Default Value
''
Remarks
Current credit limit.
Note: the financial institution usually returns amounts as a string that includes the sign (+/-) of the amount. However, the server may sometimes leave out a particular property if it is not required by the OFX specification. To avoid confusion that can be caused by returning integers, the class will return all amount types as a string, with the empty string ("") for properties not returned by the server.
Where there is a value returned by the server, the class will attempt to convert the string into a format that can be easily parsed into an integer value. This behavior can be controlled by the CurrencyFormat config setting. .
This is applicable for credit card accounts only.
The size of the array is controlled by the ClosingDetailCount property.
This property is read-only and not available at design time.
Data Type
String