Click or drag to resize

CardknoxCCAdjust Method

The Adjust comand is used to change a previous authorization to a higher or lower amount. The refNumber from related authorization is required when submitting an Adjust.

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

Parameters

_adjust
Type: CardknoxApi.OperationsCCAdjust
force (Optional)
Type: SystemBoolean

Return Value

Type: CardknoxResponse
See Also