Class ShipMethod
  
  
  
  
    Inheritance
    System.Object
    ShipMethod
   
  
  Assembly: DirectScale.Disco.Extension.Abstractions.dll
  Syntax
  
    public class ShipMethod : Object
   
  Constructors
  
  
  ShipMethod()
  
  
  Declaration
  
  Properties
  
  
  DisplayText
  
  
  Declaration
  
    public string DisplayText { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  ShipMethodId
  
  
  Declaration
  
    public int ShipMethodId { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  
  WarehouseId
  
  
  Declaration
  
    public int WarehouseId { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  |