Class Transport
Transport
Inheritance
Inherited Members
Namespace: KuberWMS.Models
Assembly: KuberWMS.dll
Syntax
public class Transport
Properties
Active
Is this active?
Declaration
[JsonProperty("active")]
public bool? Active { get; }
Property Value
| Type | Description |
|---|---|
| System. |
Is this active? |
AddressCity
Gets or Sets AddressCity
Declaration
[JsonProperty("address_city")]
public string AddressCity { get; set; }
Property Value
| Type | Description |
|---|---|
| System. |
AddressCountry
Gets or Sets AddressCountry
Declaration
[JsonProperty("address_country")]
public string AddressCountry { get; set; }
Property Value
| Type | Description |
|---|---|
| System. |
AddressLine1
Gets or Sets AddressLine1
Declaration
[JsonProperty("address_line_1")]
public string AddressLine1 { get; set; }
Property Value
| Type | Description |
|---|---|
| System. |
AddressLine2
Gets or Sets AddressLine2
Declaration
[JsonProperty("address_line_2")]
public string AddressLine2 { get; set; }
Property Value
| Type | Description |
|---|---|
| System. |
AddressPostalCode
Gets or Sets AddressPostalCode
Declaration
[JsonProperty("address_postal_code")]
public string AddressPostalCode { get; set; }
Property Value
| Type | Description |
|---|---|
| System. |
AddressState
Gets or Sets AddressState
Declaration
[JsonProperty("address_state")]
public string AddressState { get; set; }
Property Value
| Type | Description |
|---|---|
| System. |
Category
Gets or Sets Category
Declaration
[JsonProperty("category")]
public string Category { get; set; }
Property Value
| Type | Description |
|---|---|
| System. |
Code
Unique code for transport provider
Declaration
[JsonProperty("code")]
public string Code { get; set; }
Property Value
| Type | Description |
|---|---|
| System. |
Unique code for transport provider |
ContactAvatar
Gets or Sets ContactAvatar
Declaration
[JsonProperty("contact_avatar")]
public string ContactAvatar { get; set; }
Property Value
| Type | Description |
|---|---|
| System. |
ContactCity
Gets or Sets ContactCity
Declaration
[JsonProperty("contact_city")]
public string ContactCity { get; set; }
Property Value
| Type | Description |
|---|---|
| System. |
ContactCountry
Gets or Sets ContactCountry
Declaration
[JsonProperty("contact_country")]
public string ContactCountry { get; set; }
Property Value
| Type | Description |
|---|---|
| System. |
ContactEmail
Gets or Sets ContactEmail
Declaration
[JsonProperty("contact_email")]
public string ContactEmail { get; set; }
Property Value
| Type | Description |
|---|---|
| System. |
ContactFirstName
Gets or Sets ContactFirstName
Declaration
[JsonProperty("contact_first_name")]
public string ContactFirstName { get; set; }
Property Value
| Type | Description |
|---|---|
| System. |
ContactLastName
Gets or Sets ContactLastName
Declaration
[JsonProperty("contact_last_name")]
public string ContactLastName { get; set; }
Property Value
| Type | Description |
|---|---|
| System. |
ContactLine1
Gets or Sets ContactLine1
Declaration
[JsonProperty("contact_line_1")]
public string ContactLine1 { get; set; }
Property Value
| Type | Description |
|---|---|
| System. |
ContactLine2
Gets or Sets ContactLine2
Declaration
[JsonProperty("contact_line_2")]
public string ContactLine2 { get; set; }
Property Value
| Type | Description |
|---|---|
| System. |
ContactMobile
Gets or Sets ContactMobile
Declaration
[JsonProperty("contact_mobile")]
public string ContactMobile { get; set; }
Property Value
| Type | Description |
|---|---|
| System. |
ContactPostalCode
Gets or Sets ContactPostalCode
Declaration
[JsonProperty("contact_postal_code")]
public string ContactPostalCode { get; set; }
Property Value
| Type | Description |
|---|---|
| System. |
ContactState
Gets or Sets ContactState
Declaration
[JsonProperty("contact_state")]
public string ContactState { get; set; }
Property Value
| Type | Description |
|---|---|
| System. |
ContactTaxNumber
Gets or Sets ContactTaxNumber
Declaration
[JsonProperty("contact_tax_number")]
public string ContactTaxNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| System. |
ContactWorkPhone
Gets or Sets ContactWorkPhone
Declaration
[JsonProperty("contact_work_phone")]
public string ContactWorkPhone { get; set; }
Property Value
| Type | Description |
|---|---|
| System. |
DeliverySpeed
Delivery speed (Options: NORMAL/EXPRESS)
Declaration
[JsonProperty("delivery_speed")]
public string DeliverySpeed { get; set; }
Property Value
| Type | Description |
|---|---|
| System. |
Delivery speed (Options: NORMAL/EXPRESS) |
Id
Gets or Sets Id
Declaration
[JsonProperty("id")]
public int? Id { get; }
Property Value
| Type | Description |
|---|---|
| System. |
Name
Provider Name (e.g. FexEx or UPS)
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System. |
Provider Name (e.g. FexEx or UPS) |
Notes
Notes
Declaration
[JsonProperty("notes")]
public string Notes { get; set; }
Property Value
| Type | Description |
|---|---|
| System. |
Notes |
TransportType
Gets or Sets TransportType
Declaration
[JsonProperty("transport_type")]
public string TransportType { get; set; }
Property Value
| Type | Description |
|---|---|
| System. |
Methods
ToJson()
Returns the JSON string presentation of the object
Declaration
public virtual string ToJson()
Returns
| Type | Description |
|---|---|
| System. |
JSON string presentation of the object |
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System. |
String presentation of the object |