SaleExistingCustomer Property |
Yes/No value indicating if customer is a repeat customer.
Namespace:
CardknoxApi.Operations
Assembly:
Cardknox (in Cardknox.dll) Version: 4.5
Syntax public bool ExistingCustomer { get; set; }
Public Property ExistingCustomer As Boolean
Get
Set
public:
property bool ExistingCustomer {
bool get ();
void set (bool value);
}
member ExistingCustomer : bool with get, set
Property Value
Type:
BooleanSee Also