Added On:  08/04/15 
        
        
        
            Module:  UniCharge 
        
     
    
        
            Type:  Entity 
            Status:  Active 
        
        
                            Java Class:  ShippingMethod 
                    
        
        
     
    
        
            
                
                    Entity that represents various information about shipping method of the terminal order.
                
             
         
     
        
        
                    
                        
                Added On:  08/04/15
                SQL Column:  FULFILLMENT_CENTER_FK
                Java Field:  fulfillmentCenter
             
            
                Status:  Active
                SQL Type:  bigint(20)
                Java Type:  Long
             
            
            
            
                
                    
                        
                        Reference to the entity that represents various information about fulfillment center.
                        
                     
                 
             
                    
                        
                Added On:  08/04/15
                SQL Column:  ID
                Java Field:  id
             
            
                Status:  Active
                SQL Type:  bigint(20)
                Java Type:  Long
             
            
            
                
                    Attributes:
                    Unique, Required, CreateOnly, ReadOnly                
                             
            
                
                    
                        
                        Identifier of the object used for references; auto-incremented integer value.
                        
                     
                 
             
                    
                        
                Added On:  08/04/15
                SQL Column:  IS_ACTIVE
                Java Field:  isActive
             
            
                Status:  Active
                SQL Type:  tinyint(1)
                Java Type:  Boolean
             
            
            
            
                
                    
                        
                        Indicates whether the record is active in the system.
                        
                     
                 
             
                    
                        
                Added On:  12/23/15
                SQL Column:  ITEM_NUMBER
                Java Field:  itemNumber
             
            
                Status:  Active
                SQL Type:  varchar(20)
                Java Type:  String
             
            
            
            
                
                    
                        
                        Code of the shipping method used on the fulfillment center's side. 
Currently, UPSGROUND and UPSNEXTDAYAIR values are available.
                        
                     
                 
             
                    
                        
                Added On:  08/04/15
                SQL Column:  PRICE
                Java Field:  price
             
            
                Status:  Active
                SQL Type:  int(11)
                Java Type:  Integer
             
            
            
            
                
                    
                        
                        Price (amount of money) of the selected shipping method.
                        
                     
                 
             
                    
                        
                Added On:  08/04/15
                SQL Column:  SHIPPING_METHOD_CODE
                Java Field:  shippingMethodCode
             
            
                Status:  Active
                SQL Type:  varchar(20)
                Java Type:  String
             
            
            
            
                
                    
                        
                        Code of the shipping method used for the order.
                        
                     
                 
             
                    
                        
                Added On:  08/04/15
                SQL Column:  SHIPPING_METHOD_NAME
                Java Field:  shippingMethodName
             
            
                Status:  Active
                SQL Type:  varchar(50)
                Java Type:  String
             
            
            
            
                
                    
                        
                        Name of the shipping method used for the order.