The Balance command is used to check the available balance on a Cardknox gift card.
Namespace:
CardknoxApi
Assembly:
Cardknox (in Cardknox.dll) Version: 4.5
Syntax public CardknoxResponse GCBalance(
GCBalance _bal,
bool force = false
)
Public Function GCBalance (
_bal As GCBalance,
Optional force As Boolean = false
) As CardknoxResponse
public:
CardknoxResponse^ GCBalance(
GCBalance^ _bal,
bool force = false
)
member GCBalance :
_bal : GCBalance *
?force : bool
(* Defaults:
let _force = defaultArg force false
*)
-> CardknoxResponse
Parameters
- _bal
- Type: CardknoxApi.OperationsGCBalance
- force (Optional)
- Type: SystemBoolean
If allows new command to be sent by clearing previous command entries
Return Value
Type:
CardknoxResponseSee Also