Class OutgoingOrderSummary
OutgoingOrderSummary
Inheritance
Inherited Members
Namespace: KuberWMS.Models
Assembly: KuberWMS.dll
Syntax
public class OutgoingOrderSummary
Properties
_Client
Client of this outgoing shipment
Declaration
[JsonProperty("client")]
public int? _Client { get; set; }
Property Value
Type | Description |
---|---|
System. |
Client of this outgoing shipment |
Awbs
Airway Bill Nos for shipping
Declaration
[JsonProperty("awbs")]
public List<string> Awbs { get; set; }
Property Value
Type | Description |
---|---|
System. |
Airway Bill Nos for shipping |
BillingAddressAvatar
Gets or Sets BillingAddressAvatar
Declaration
[JsonProperty("billing_address_avatar")]
public string BillingAddressAvatar { get; set; }
Property Value
Type | Description |
---|---|
System. |
BillingAddressCity
Gets or Sets BillingAddressCity
Declaration
[JsonProperty("billing_address_city")]
public string BillingAddressCity { get; set; }
Property Value
Type | Description |
---|---|
System. |
BillingAddressCompanyName
Gets or Sets BillingAddressCompanyName
Declaration
[JsonProperty("billing_address_company_name")]
public string BillingAddressCompanyName { get; set; }
Property Value
Type | Description |
---|---|
System. |
BillingAddressCountry
Gets or Sets BillingAddressCountry
Declaration
[JsonProperty("billing_address_country")]
public string BillingAddressCountry { get; set; }
Property Value
Type | Description |
---|---|
System. |
BillingAddressEmail
Gets or Sets BillingAddressEmail
Declaration
[JsonProperty("billing_address_email")]
public string BillingAddressEmail { get; set; }
Property Value
Type | Description |
---|---|
System. |
BillingAddressFirstName
Gets or Sets BillingAddressFirstName
Declaration
[JsonProperty("billing_address_first_name")]
public string BillingAddressFirstName { get; set; }
Property Value
Type | Description |
---|---|
System. |
BillingAddressLastName
Gets or Sets BillingAddressLastName
Declaration
[JsonProperty("billing_address_last_name")]
public string BillingAddressLastName { get; set; }
Property Value
Type | Description |
---|---|
System. |
BillingAddressLine1
Gets or Sets BillingAddressLine1
Declaration
[JsonProperty("billing_address_line_1")]
public string BillingAddressLine1 { get; set; }
Property Value
Type | Description |
---|---|
System. |
BillingAddressLine2
Gets or Sets BillingAddressLine2
Declaration
[JsonProperty("billing_address_line_2")]
public string BillingAddressLine2 { get; set; }
Property Value
Type | Description |
---|---|
System. |
BillingAddressMobile
Gets or Sets BillingAddressMobile
Declaration
[JsonProperty("billing_address_mobile")]
public string BillingAddressMobile { get; set; }
Property Value
Type | Description |
---|---|
System. |
BillingAddressPostalCode
Gets or Sets BillingAddressPostalCode
Declaration
[JsonProperty("billing_address_postal_code")]
public string BillingAddressPostalCode { get; set; }
Property Value
Type | Description |
---|---|
System. |
BillingAddressState
Gets or Sets BillingAddressState
Declaration
[JsonProperty("billing_address_state")]
public string BillingAddressState { get; set; }
Property Value
Type | Description |
---|---|
System. |
BillingAddressTaxNumber
Gets or Sets BillingAddressTaxNumber
Declaration
[JsonProperty("billing_address_tax_number")]
public string BillingAddressTaxNumber { get; set; }
Property Value
Type | Description |
---|---|
System. |
BillingAddressWorkPhone
Gets or Sets BillingAddressWorkPhone
Declaration
[JsonProperty("billing_address_work_phone")]
public string BillingAddressWorkPhone { get; set; }
Property Value
Type | Description |
---|---|
System. |
BillingTaxState
State for GST purpose (e.g.: UTTAR PRADESH)
Declaration
[JsonProperty("billing_tax_state")]
public string BillingTaxState { get; set; }
Property Value
Type | Description |
---|---|
System. |
State for GST purpose (e.g.: UTTAR PRADESH) |
BillingTaxStatecode
State Code for GST purpose (e.g.: 09)
Declaration
[JsonProperty("billing_tax_statecode")]
public string BillingTaxStatecode { get; set; }
Property Value
Type | Description |
---|---|
System. |
State Code for GST purpose (e.g.: 09) |
BOSFirst
BOSFirst in Order.
Declaration
[JsonProperty("bos_first")]
public bool BOSFirst { get; set; }
Property Value
Type | Description |
---|---|
System. |
BOSFirst in Order. |
BOSSecond
BOSSecond in Order.
Declaration
[JsonProperty("bos_second")]
public bool BOSSecond { get; set; }
Property Value
Type | Description |
---|---|
System. |
BOSSecond in Order. |
BOSThird
BOSThird in Order.
Declaration
[JsonProperty("bos_third")]
public bool BOSThird { get; set; }
Property Value
Type | Description |
---|---|
System. |
BOSThird in Order. |
ClientOrderNo
Order Number of Client for client's own purposes
Declaration
[JsonProperty("client_order_no")]
public string ClientOrderNo { get; set; }
Property Value
Type | Description |
---|---|
System. |
Order Number of Client for client's own purposes |
CustomerCode
Customer Number
Declaration
[JsonProperty("customer_code")]
public string CustomerCode { get; set; }
Property Value
Type | Description |
---|---|
System. |
Customer Number |
DispatchedAwbs
Dispatched AWB Numbers list
Declaration
[JsonProperty("dispatched_awbs")]
public string DispatchedAwbs { get; set; }
Property Value
Type | Description |
---|---|
System. |
Dispatched AWB Numbers list |
FreightPayable
Freight payable (if any)
Declaration
[JsonProperty("freight_payable")]
public string FreightPayable { get; set; }
Property Value
Type | Description |
---|---|
System. |
Freight payable (if any) |
GrossWeightGms
Gross weight (of complete order) in grams
Declaration
[JsonProperty("gross_weight_gms")]
public int? GrossWeightGms { get; set; }
Property Value
Type | Description |
---|---|
System. |
Gross weight (of complete order) in grams |
Id
Gets or Sets Id
Declaration
[JsonProperty("id")]
public int? Id { get; set; }
Property Value
Type | Description |
---|---|
System. |
Logs
Gets or Sets Logs
Declaration
[JsonProperty("logs")]
public List<OrderLog> Logs { get; set; }
Property Value
Type | Description |
---|---|
System. |
NetWeightGms
Net weight (of complete order) in grams
Declaration
[JsonProperty("net_weight_gms")]
public int? NetWeightGms { get; set; }
Property Value
Type | Description |
---|---|
System. |
Net weight (of complete order) in grams |
NoOfBoxes
No of boxes shipped
Declaration
[JsonProperty("no_of_boxes")]
public int? NoOfBoxes { get; set; }
Property Value
Type | Description |
---|---|
System. |
No of boxes shipped |
Notes
Notes related to this order
Declaration
[JsonProperty("notes")]
public string Notes { get; set; }
Property Value
Type | Description |
---|---|
System. |
Notes related to this order |
OrderModified
Gets or Sets OrderModified
Declaration
[JsonProperty("order_modified")]
public bool? OrderModified { get; }
Property Value
Type | Description |
---|---|
System. |
OrderNo
PIM Generated order number
Declaration
[JsonProperty("order_no")]
public string OrderNo { get; set; }
Property Value
Type | Description |
---|---|
System. |
PIM Generated order number |
OrderSource
Order Source (e.g. Website, Phone, Email, CRM)
Declaration
[JsonProperty("order_source")]
public string OrderSource { get; set; }
Property Value
Type | Description |
---|---|
System. |
Order Source (e.g. Website, Phone, Email, CRM) |
PaymentTerms
Payment terms (if any)
Declaration
[JsonProperty("payment_terms")]
public string PaymentTerms { get; set; }
Property Value
Type | Description |
---|---|
System. |
Payment terms (if any) |
PlaceOfSupply
Place of supply (e.g.: Ship to State)
Declaration
[JsonProperty("place_of_supply")]
public string PlaceOfSupply { get; set; }
Property Value
Type | Description |
---|---|
System. |
Place of supply (e.g.: Ship to State) |
Priority
Gets or sets the priority.
Declaration
[JsonProperty("priority")]
public string Priority { get; set; }
Property Value
Type | Description |
---|---|
System. |
The priority. |
ProcessStatus
Detailed status of order's process
Declaration
[JsonProperty("process_status")]
public string ProcessStatus { get; set; }
Property Value
Type | Description |
---|---|
System. |
Detailed status of order's process |
ShipBy
Date for delivery of outgoing order for urgent orders
Declaration
[JsonProperty("ship_by")]
public DateTime? ShipBy { get; set; }
Property Value
Type | Description |
---|---|
System. |
Date for delivery of outgoing order for urgent orders |
ShipmentMode
Gets or Sets ShipmentMode
Declaration
[JsonProperty("shipment_mode")]
public string ShipmentMode { get; set; }
Property Value
Type | Description |
---|---|
System. |
ShipmentType
Gets or Sets ShipmentType
Declaration
[JsonProperty("shipment_type")]
public string ShipmentType { get; set; }
Property Value
Type | Description |
---|---|
System. |
ShippingAddressAvatar
Gets or Sets ShippingAddressAvatar
Declaration
[JsonProperty("shipping_address_avatar")]
public string ShippingAddressAvatar { get; set; }
Property Value
Type | Description |
---|---|
System. |
ShippingAddressCity
Gets or Sets ShippingAddressCity
Declaration
[JsonProperty("shipping_address_city")]
public string ShippingAddressCity { get; set; }
Property Value
Type | Description |
---|---|
System. |
ShippingAddressCompanyName
Gets or Sets ShippingAddressCompanyName
Declaration
[JsonProperty("shipping_address_company_name")]
public string ShippingAddressCompanyName { get; set; }
Property Value
Type | Description |
---|---|
System. |
ShippingAddressCountry
Gets or Sets ShippingAddressCountry
Declaration
[JsonProperty("shipping_address_country")]
public string ShippingAddressCountry { get; set; }
Property Value
Type | Description |
---|---|
System. |
ShippingAddressEmail
Gets or Sets ShippingAddressEmail
Declaration
[JsonProperty("shipping_address_email")]
public string ShippingAddressEmail { get; set; }
Property Value
Type | Description |
---|---|
System. |
ShippingAddressFirstName
Gets or Sets ShippingAddressFirstName
Declaration
[JsonProperty("shipping_address_first_name")]
public string ShippingAddressFirstName { get; set; }
Property Value
Type | Description |
---|---|
System. |
ShippingAddressLastName
Gets or Sets ShippingAddressLastName
Declaration
[JsonProperty("shipping_address_last_name")]
public string ShippingAddressLastName { get; set; }
Property Value
Type | Description |
---|---|
System. |
ShippingAddressLine1
Gets or Sets ShippingAddressLine1
Declaration
[JsonProperty("shipping_address_line_1")]
public string ShippingAddressLine1 { get; set; }
Property Value
Type | Description |
---|---|
System. |
ShippingAddressLine2
Gets or Sets ShippingAddressLine2
Declaration
[JsonProperty("shipping_address_line_2")]
public string ShippingAddressLine2 { get; set; }
Property Value
Type | Description |
---|---|
System. |
ShippingAddressMobile
Gets or Sets ShippingAddressMobile
Declaration
[JsonProperty("shipping_address_mobile")]
public string ShippingAddressMobile { get; set; }
Property Value
Type | Description |
---|---|
System. |
ShippingAddressPostalCode
Gets or Sets ShippingAddressPostalCode
Declaration
[JsonProperty("shipping_address_postal_code")]
public string ShippingAddressPostalCode { get; set; }
Property Value
Type | Description |
---|---|
System. |
ShippingAddressState
Gets or Sets ShippingAddressState
Declaration
[JsonProperty("shipping_address_state")]
public string ShippingAddressState { get; set; }
Property Value
Type | Description |
---|---|
System. |
ShippingAddressTaxNumber
Gets or Sets ShippingAddressTaxNumber
Declaration
[JsonProperty("shipping_address_tax_number")]
public string ShippingAddressTaxNumber { get; set; }
Property Value
Type | Description |
---|---|
System. |
ShippingAddressWorkPhone
Gets or Sets ShippingAddressWorkPhone
Declaration
[JsonProperty("shipping_address_work_phone")]
public string ShippingAddressWorkPhone { get; set; }
Property Value
Type | Description |
---|---|
System. |
ShippingStation
Shipping Station (e.g. KANPUR)
Declaration
[JsonProperty("shipping_station")]
public string ShippingStation { get; set; }
Property Value
Type | Description |
---|---|
System. |
Shipping Station (e.g. KANPUR) |
Status
Gets or sets the status.
Declaration
[JsonProperty("status")]
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System. |
The status. |
TotalOrderValue
Gets or Sets TotalOrderValue
Declaration
[JsonProperty("total_order_value")]
public string TotalOrderValue { get; set; }
Property Value
Type | Description |
---|---|
System. |
Transport
Gets or Sets Transport
Declaration
[JsonProperty("transport")]
public string Transport { get; set; }
Property Value
Type | Description |
---|---|
System. |
Uids
UIDs in Order.
Declaration
[JsonProperty("uids")]
public string Uids { get; set; }
Property Value
Type | Description |
---|---|
System. |
UIDs in Order. |
UseReserved
True if we want to use reserved_quantity for this order.
Declaration
[JsonProperty("use_reserved")]
public bool? UseReserved { get; set; }
Property Value
Type | Description |
---|---|
System. |
True if we want to use reserved_quantity for this order. |
Warehouse
Gets or Sets Warehouse
Declaration
[JsonProperty("warehouse")]
public string Warehouse { 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 |