Click or drag to resize

CardknoxCCCredit Method

The Credit command refunds money from a merchant to a cardholder's card that is not linked to any previous transaction.

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

Parameters

_credit
Type: CardknoxApi.OperationsCCCredit
force (Optional)
Type: SystemBoolean

Return Value

Type: CardknoxResponse
See Also