SaleAllowPartialAuth Property |
True/False value indicating if an authorization amount is less than the initial request when full initial amount is unavailable. This variable is platform-dependent. Default is false.
Namespace:
CardknoxApi.Operations
Assembly:
Cardknox (in Cardknox.dll) Version: 4.5
Syntax public bool AllowPartialAuth { get; set; }
Public Property AllowPartialAuth As Boolean
Get
Set
public:
property bool AllowPartialAuth {
bool get ();
void set (bool value);
}
member AllowPartialAuth : bool with get, set
Property Value
Type:
BooleanSee Also