 | ReaderSetOverdraft Method |
Sets the overdraft enable state. Enabling overdraft allows the balance to become negative when greater than 0.
Namespace:
AC908_SDK
Assembly:
AC908_SDK (in AC908_SDK.dll) Version: 1.0.2
Syntaxpublic Task SetOverdraft(
bool overdraft
)
Parameters
- overdraft
- Type: SystemBoolean
true to enable overdraft.
Return Value
Type:
TaskA task that represents the asynchronous operation.
See Also