Creates an active checkout rule
        Namespace:
Contracts.Data
        
Assembly: Contracts (in Contracts.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: Contracts (in Contracts.dll)
Public Sub New( _
ByVal close_type As CheckoutType, _
ByVal val As String, _
ByVal desc_name As String, _
ByVal active As Boolean _
)
This language is not supported or no code example is available.
public ActiveCheckoutRule(
CheckoutType close_type,
string val,
string desc_name,
bool active
)
This language is not supported or no code example is available.
public:
ActiveCheckoutRule(
CheckoutType close_type,
String^ val,
String^ desc_name,
bool active
)
This language is not supported or no code example is available.
Parameters
- close_type
 - 
		Type: CheckoutType 
		
The checkout rule type
 
- val
 - 
		Type: string 
		
The rule that has been entered
 
- desc_name
 - 
		Type: string 
		
the description of the rule
 
- active
 - 
		Type: bool 
		
whther the rule is active or not