| StockLocation Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CorrigoService.Entities
 Syntax
Syntax[SerializableAttribute] public class StockLocation : CorrigoEntityWithOptimisticLock
The StockLocation type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | AllowNegativeQty | 
            True means Stock Location allows negative Product quantities.
             | 
|  | BillToName | 
            Name of the contact person for billing.
            Used only by regular Stock Locations.
            Max Length=256
             | 
|  | Comments | 
            Comments. 
            Max Length=1024
             | 
|  | ContactAddresses | 
            Contact address with AddrTypeId == ContactAddrType.PrimPhone is shipping phone number; 
            the one with AddrTypeId == ContactAddrType.AltPhone is billing phone number.
             | 
|  | CustomFields | 
            Custom Fields
             | 
|  | DeliveryInstructions | 
            Delivery instructions. 
            Used only by regular Stock Locations.
            Max Length=1024
             | 
|  | DisplayAs | 
            Displayable name.
            Max Length=256
             | 
|  | MoneyId | 
            Chosen currency.
             | 
|  | Number | 
            Number (often used by integration)
             | 
|  | ShipToName | 
            Name of the contact person for shipping. 
            Used only by regular Stock Locations.
            Max Length=256
             | 
|  | StreetAddresses | 
            Street address with TypeId == StreetAddrType.Primary is shipping address;
            the one with TypeId == StreetAddrType.Alt is billing address.
             | 
|  | TimeZoneId | 
            Stock Location’s Time Zone | 
|  | TypeId | 
            Stock Location Type.
             | 
 See Also
See Also