Click or drag to resize

CardknoxGCRedeem Method

The Redeem command is used to debit funds from a Cardknox gift card.

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

Parameters

_redeem
Type: CardknoxApi.OperationsGCRedeem
force (Optional)
Type: SystemBoolean
If allows new command to be sent by clearing previous command entries

Return Value

Type: CardknoxResponse
See Also