Click or drag to resize

CardknoxCCVoidRefund Method

The Void Refund command voids a pending transaction that has not yet settled or will refund the transaction if it already has settled using RefNum.

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

Parameters

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

Return Value

Type: CardknoxResponse
See Also