• Getting Started
  • API Reference
  • KuberWMS.Models
  • Transport
Show / Hide Table of Contents
  • KuberWMS.API
    • DeleteRequest<TRequestData, TResponseData>
    • GetRequest<TRequestData, TResponseData>
    • NoData
    • PostRequest<TRequestData, TResponseData>
    • PutRequest<TRequestData, TResponseData>
    • Request<TRequestData, TResponseData>
    • RequestDefaults
    • Response<TRequestData, TResponseData>
  • KuberWMS.Models
    • BulkOrder
    • BulkOrderOrders
    • Customer
    • ErrorResponse
    • IncomingShipment
    • IncomingShipmentDetail
    • IncomingShipmentSummary
    • Item
    • LoginReponseData
    • LoginRequestData
    • OrderExtraCharge
    • OrderLog
    • OutgoingOrder
    • OutgoingOrderDetail
    • OutgoingOrderSummary
    • OutgoingPacking
    • PackingBox
    • PackingBoxCreateOnly
    • PostAttachmentResponseData
    • ProductQuantity
    • ProductQuantityRequestData
    • PurchaseOrder
    • PurchaseOrderDetail
    • ReturnDetail
    • ReturnSummary
    • Transport
    • UserDetails
  • KuberWMS.Request
    • CreateBulkOrderRequest
    • CreateCustomerRequest
    • CreateIncomingShipmentRequest
    • CreateIncomingShipmentSummaryRequest
    • CreateItemRequest
    • CreateOrderRequest
    • CreateOrderSummaryRequest
    • CreatePurchaseOrderRequest
    • CreateReturnsRequest
    • CreateTransportRequest
    • DeleteBulkOrderRequest
    • DeleteCustomerRequest
    • DeleteIncomingShipmentRequest
    • DeleteIncomingShipmentSummaryRequest
    • DeleteItemRequest
    • DeleteOrderRequest
    • DeleteOrderSummaryRequest
    • DeletePurchaseOrderRequest
    • DeleteReturnsRequest
    • DeleteTransportRequest
    • GetBulkBulkOrderRequest
    • GetBulkOrderListRequest
    • GetCustomerListRequest
    • GetCustomerRequest
    • GetIncomingShipmentListRequest
    • GetIncomingShipmentRequest
    • GetIncomingShipmentSummaryListRequest
    • GetIncomingShipmentSummaryRequest
    • GetItemListRequest
    • GetItemRequest
    • GetOrderListRequest
    • GetOrderRequest
    • GetOrderSummaryRequest
    • GetPackingBoxListRequest
    • GetProductQuantityListRequest
    • GetPurchaseOrderListRequest
    • GetPurchaseOrderRequest
    • GetReturnsListRequest
    • GetReturnsRequest
    • GetTransportListRequest
    • GetTransportRequest
    • LoginRequest
    • UpdateBulkOrderRequest
    • UpdateCustomerRequest
    • UpdateIncomingShipmentRequest
    • UpdateIncomingShipmentSummaryRequest
    • UpdateItemRequest
    • UpdateOrderRequest
    • UpdateOrderSummaryRequest
    • UpdatePurchaseOrderRequest
    • UpdateReturnsRequest
    • UpdateTransportRequest
    • UploadOrderAttachmentRequest

Class Transport

Transport

Inheritance
System.Object
Transport
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
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.Nullable<System.Boolean>

Is this active?

AddressCity

Gets or Sets AddressCity

Declaration
[JsonProperty("address_city")]
public string AddressCity { get; set; }
Property Value
Type Description
System.String

AddressCountry

Gets or Sets AddressCountry

Declaration
[JsonProperty("address_country")]
public string AddressCountry { get; set; }
Property Value
Type Description
System.String

AddressLine1

Gets or Sets AddressLine1

Declaration
[JsonProperty("address_line_1")]
public string AddressLine1 { get; set; }
Property Value
Type Description
System.String

AddressLine2

Gets or Sets AddressLine2

Declaration
[JsonProperty("address_line_2")]
public string AddressLine2 { get; set; }
Property Value
Type Description
System.String

AddressPostalCode

Gets or Sets AddressPostalCode

Declaration
[JsonProperty("address_postal_code")]
public string AddressPostalCode { get; set; }
Property Value
Type Description
System.String

AddressState

Gets or Sets AddressState

Declaration
[JsonProperty("address_state")]
public string AddressState { get; set; }
Property Value
Type Description
System.String

Category

Gets or Sets Category

Declaration
[JsonProperty("category")]
public string Category { get; set; }
Property Value
Type Description
System.String

Code

Unique code for transport provider

Declaration
[JsonProperty("code")]
public string Code { get; set; }
Property Value
Type Description
System.String

Unique code for transport provider

ContactAvatar

Gets or Sets ContactAvatar

Declaration
[JsonProperty("contact_avatar")]
public string ContactAvatar { get; set; }
Property Value
Type Description
System.String

ContactCity

Gets or Sets ContactCity

Declaration
[JsonProperty("contact_city")]
public string ContactCity { get; set; }
Property Value
Type Description
System.String

ContactCountry

Gets or Sets ContactCountry

Declaration
[JsonProperty("contact_country")]
public string ContactCountry { get; set; }
Property Value
Type Description
System.String

ContactEmail

Gets or Sets ContactEmail

Declaration
[JsonProperty("contact_email")]
public string ContactEmail { get; set; }
Property Value
Type Description
System.String

ContactFirstName

Gets or Sets ContactFirstName

Declaration
[JsonProperty("contact_first_name")]
public string ContactFirstName { get; set; }
Property Value
Type Description
System.String

ContactLastName

Gets or Sets ContactLastName

Declaration
[JsonProperty("contact_last_name")]
public string ContactLastName { get; set; }
Property Value
Type Description
System.String

ContactLine1

Gets or Sets ContactLine1

Declaration
[JsonProperty("contact_line_1")]
public string ContactLine1 { get; set; }
Property Value
Type Description
System.String

ContactLine2

Gets or Sets ContactLine2

Declaration
[JsonProperty("contact_line_2")]
public string ContactLine2 { get; set; }
Property Value
Type Description
System.String

ContactMobile

Gets or Sets ContactMobile

Declaration
[JsonProperty("contact_mobile")]
public string ContactMobile { get; set; }
Property Value
Type Description
System.String

ContactPostalCode

Gets or Sets ContactPostalCode

Declaration
[JsonProperty("contact_postal_code")]
public string ContactPostalCode { get; set; }
Property Value
Type Description
System.String

ContactState

Gets or Sets ContactState

Declaration
[JsonProperty("contact_state")]
public string ContactState { get; set; }
Property Value
Type Description
System.String

ContactTaxNumber

Gets or Sets ContactTaxNumber

Declaration
[JsonProperty("contact_tax_number")]
public string ContactTaxNumber { get; set; }
Property Value
Type Description
System.String

ContactWorkPhone

Gets or Sets ContactWorkPhone

Declaration
[JsonProperty("contact_work_phone")]
public string ContactWorkPhone { get; set; }
Property Value
Type Description
System.String

DeliverySpeed

Delivery speed (Options: NORMAL/EXPRESS)

Declaration
[JsonProperty("delivery_speed")]
public string DeliverySpeed { get; set; }
Property Value
Type Description
System.String

Delivery speed (Options: NORMAL/EXPRESS)

Id

Gets or Sets Id

Declaration
[JsonProperty("id")]
public int? Id { get; }
Property Value
Type Description
System.Nullable<System.Int32>

Name

Provider Name (e.g. FexEx or UPS)

Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
Type Description
System.String

Provider Name (e.g. FexEx or UPS)

Notes

Notes

Declaration
[JsonProperty("notes")]
public string Notes { get; set; }
Property Value
Type Description
System.String

Notes

TransportType

Gets or Sets TransportType

Declaration
[JsonProperty("transport_type")]
public string TransportType { get; set; }
Property Value
Type Description
System.String

Methods

ToJson()

Returns the JSON string presentation of the object

Declaration
public virtual string ToJson()
Returns
Type Description
System.String

JSON string presentation of the object

ToString()

Returns the string presentation of the object

Declaration
public override string ToString()
Returns
Type Description
System.String

String presentation of the object

Overrides
System.Object.ToString()
In This Article
  • Properties
    • Active
    • AddressCity
    • AddressCountry
    • AddressLine1
    • AddressLine2
    • AddressPostalCode
    • AddressState
    • Category
    • Code
    • ContactAvatar
    • ContactCity
    • ContactCountry
    • ContactEmail
    • ContactFirstName
    • ContactLastName
    • ContactLine1
    • ContactLine2
    • ContactMobile
    • ContactPostalCode
    • ContactState
    • ContactTaxNumber
    • ContactWorkPhone
    • DeliverySpeed
    • Id
    • Name
    • Notes
    • TransportType
  • Methods
    • ToJson()
    • ToString()
Back to top Generated by DocFX