Click or drag to resize

CardknoxCheckRefund Method

The Refund command is used to refund a full or partial refund of a previous settled check transaction, using xRefNum

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

Parameters

_refund
Type: CardknoxApi.OperationsCheckRefund
force (Optional)
Type: SystemBoolean

Return Value

Type: CardknoxResponse
See Also