CardknoxEBTCBBalance Method |
The Balance command is used to check the balance on an EBT cash benefit account.
Namespace:
CardknoxApi
Assembly:
Cardknox (in Cardknox.dll) Version: 4.5
Syntaxpublic CardknoxResponse EBTCBBalance(
EBTCBBalance _bal,
bool force = false
)
Public Function EBTCBBalance (
_bal As EBTCBBalance,
Optional force As Boolean = false
) As CardknoxResponse
public:
CardknoxResponse^ EBTCBBalance(
EBTCBBalance^ _bal,
bool force = false
)
member EBTCBBalance :
_bal : EBTCBBalance *
?force : bool
(* Defaults:
let _force = defaultArg force false
*)
-> CardknoxResponse
Parameters
- _bal
- Type: CardknoxApi.OperationsEBTCBBalance
- force (Optional)
- Type: SystemBoolean
Return Value
Type:
CardknoxResponse
See Also