Click or drag to resize

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
Syntax
C#
public Task<bool> GetOverdraft()

Return Value

Type: TaskBoolean
true if the overdraft is enabled; otherwise, false.
See Also