Click or drag to resize

CardknoxCheckVoid Method

The Void command voids a check transaction that is pending being sent to the bank, typically at the end of each day.

Namespace:  CardknoxApi
Assembly:  Cardknox (in Cardknox.dll) Version: 4.5
Syntax
public CardknoxResponse CheckVoid(
	CheckVoid _void,
	bool force = false
)

Parameters

_void
Type: CardknoxApi.OperationsCheckVoid
force (Optional)
Type: SystemBoolean

Return Value

Type: CardknoxResponse
See Also