Click or drag to resize

Fleet Class

Car Delivery Network
A Car Delivery Network Fleet entity.
Inheritance Hierarchy
SystemObject
  ApiEntityBase
    ApiEntityBaseFleet
      CarDeliveryNetwork.Api.DataFleet

Namespace: CarDeliveryNetwork.Api.Data
Assembly: CarDeliveryNetwork.Api.Data (in CarDeliveryNetwork.Api.Data.dll) Version: 3.2.3101.0 (3.2.3101)
Syntax
C#
public class Fleet : ApiEntityBase<Fleet>

The Fleet type exposes the following members.

Constructors
 NameDescription
Public methodFleet Initializes a new instance of the Fleet class.
Top
Properties
 NameDescription
Public propertyContact The fleet's contact details
Public propertyCustomerTermsUrl The URL of this fleet's customer terms
Public propertyDocuments Readonly - A collection of documents assocated with this fleet
Public propertyDotNumber The fleet's US DOT Number
Public propertyInsurances Readonly - A collection of insurances assocated with this fleet
Public propertyIsBroker Indicates that the fleet is primarily a broker
Public propertyLogoUrl The URL of this fleet's logo
Public propertyMultiTransporters The fleet's number of multi-transporters
Public propertyName The fleet's name
Public propertyPodNote When a contracted carrier, note to displat on ePoDs
Public propertyScac The fleet's SCAC
Public propertySupplierTermsUrl The URL of this fleet's supplier terms
Top
See Also