Click or drag to resize

CardknoxGCIssue Method

The Issue command is used to issue funds to a Cardknox gift card.

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

Parameters

_issue
Type: CardknoxApi.OperationsGCIssue
force (Optional)
Type: SystemBoolean

Return Value

Type: CardknoxResponse
If allows new command to be sent by clearing previous command entries
See Also