 | ReaderGetOverdraft Method |
Gets the overdraft enable state. Enabling overdraft allows the balance to become negative when greater than 0.
No deduction will be performed if the card balance is less than or equal to zero
Namespace:
AC908_SDK
Assembly:
AC908_SDK (in AC908_SDK.dll) Version: 1.0.2
Syntaxpublic Task<bool> GetOverdraft()
Return Value
Type:
TaskBooleantrue if the overdraft is enabled; otherwise, false.
See Also