OperationBaseAllowDuplicate Property |
By default, Cardknox rejects duplicate transactions within 10 minutes of the original transaction. This command overrides that safeguard. True/False allowed.
Namespace:
CardknoxApi.Operations
Assembly:
Cardknox (in Cardknox.dll) Version: 4.5
Syntax public bool AllowDuplicate { get; set; }
Public Property AllowDuplicate As Boolean
Get
Set
public:
property bool AllowDuplicate {
bool get ();
void set (bool value);
}
member AllowDuplicate : bool with get, set
Property Value
Type:
BooleanSee Also