Interface OrderStatusInterface
Direct known implementers
Methods summary
				 public 
				string
				
				
			 | 
			|
				 public 
				boolean
				
				
			 | 
			|
				 public 
				boolean
				
				
			 | 
			|
				 public 
				boolean
				
				
			 | 
			|
				 public 
				boolean
				
				
			 | 
			|
				 public 
				boolean
				
				
			 | 
			|
				 public 
				boolean
				
				
			 | 
			|
				 public 
				boolean
				
				
			 | 
			
Magic methods summary
Constants summary
string | 
			
				
					NEW_ORDER
				
				 | 
			
				 
					#
					 
			'NEW'
				 | 
		
string | 
			
				
					PENDING
				
				 | 
			
				 
					#
					 
			'PENDING'
				 | 
		
string | 
			
				
					WAITING_FOR_CONFIRMATION
				
				 | 
			
				 
					#
					 
			'WAITING_FOR_CONFIRMATION'
				 | 
		
string | 
			
				
					COMPLETED
				
				 | 
			
				 
					#
					 
			'COMPLETED'
				 | 
		
string | 
			
				
					CANCELED
				
				 | 
			
				 
					#
					 
			'CANCELED'
				 | 
		
string | 
			
				
					REJECTED
				
				 | 
			
				 
					#
					 
			'REJECTED'
				 |