Class ReturnSummary
ReturnSummary
Inheritance
Inherited Members
Namespace: KuberWMS.Models
Assembly: KuberWMS.dll
Syntax
public class ReturnSummary
Constructors
ReturnSummary()
Initializes a new instance of the Return
Declaration
public ReturnSummary()
Properties
_Client
Gets or Sets Client
Declaration
[JsonProperty("client")]
public string _Client { get; }
Property Value
Type | Description |
---|---|
System. |
ApprovedBy
Gets or Sets ApprovedBy
Declaration
[JsonProperty("approved_by")]
public int? ApprovedBy { get; }
Property Value
Type | Description |
---|---|
System. |
ApprovedOn
Gets or Sets ApprovedOn
Declaration
[JsonProperty("approved_on")]
public DateTime? ApprovedOn { get; }
Property Value
Type | Description |
---|---|
System. |
ApprovedWtGms
Gets or Sets ApprovedWtGms
Declaration
[JsonProperty("approved_wt_gms")]
public int? ApprovedWtGms { get; }
Property Value
Type | Description |
---|---|
System. |
BookedWtGms
Gets or Sets BookedWtGms
Declaration
[JsonProperty("booked_wt_gms")]
public int? BookedWtGms { get; set; }
Property Value
Type | Description |
---|---|
System. |
BookingDate
Gets or Sets BookingDate
Declaration
[JsonProperty("booking_date")]
public DateTime? BookingDate { get; set; }
Property Value
Type | Description |
---|---|
System. |
ClientReturnNo
Return Number of Client for client's own purposes
Declaration
[JsonProperty("client_return_no")]
public string ClientReturnNo { get; set; }
Property Value
Type | Description |
---|---|
System. |
Return Number of Client for client's own purposes |
CompletedBy
Gets or Sets CompletedBy
Declaration
[JsonProperty("completed_by")]
public int? CompletedBy { get; }
Property Value
Type | Description |
---|---|
System. |
CompletedOn
Gets or Sets CompletedOn
Declaration
[JsonProperty("completed_on")]
public DateTime? CompletedOn { get; }
Property Value
Type | Description |
---|---|
System. |
CustomerAvatar
Gets or Sets CustomerAvatar
Declaration
[JsonProperty("customer_avatar")]
public string CustomerAvatar { get; set; }
Property Value
Type | Description |
---|---|
System. |
CustomerCity
Gets or Sets CustomerCity
Declaration
[JsonProperty("customer_city")]
public string CustomerCity { get; set; }
Property Value
Type | Description |
---|---|
System. |
CustomerCode
Customer Number
Declaration
[JsonProperty("customer_code")]
public string CustomerCode { get; set; }
Property Value
Type | Description |
---|---|
System. |
Customer Number |
CustomerCompanyName
Gets or Sets CustomerCompanyName
Declaration
[JsonProperty("customer_company_name")]
public string CustomerCompanyName { get; set; }
Property Value
Type | Description |
---|---|
System. |
CustomerCountry
Gets or Sets CustomerCountry
Declaration
[JsonProperty("customer_country")]
public string CustomerCountry { get; set; }
Property Value
Type | Description |
---|---|
System. |
CustomerEmail
Gets or Sets CustomerEmail
Declaration
[JsonProperty("customer_email")]
public string CustomerEmail { get; set; }
Property Value
Type | Description |
---|---|
System. |
CustomerFirstName
Gets or Sets CustomerFirstName
Declaration
[JsonProperty("customer_first_name")]
public string CustomerFirstName { get; set; }
Property Value
Type | Description |
---|---|
System. |
CustomerLastName
Gets or Sets CustomerLastName
Declaration
[JsonProperty("customer_last_name")]
public string CustomerLastName { get; set; }
Property Value
Type | Description |
---|---|
System. |
CustomerLine1
Gets or Sets CustomerLine1
Declaration
[JsonProperty("customer_line_1")]
public string CustomerLine1 { get; set; }
Property Value
Type | Description |
---|---|
System. |
CustomerLine2
Gets or Sets CustomerLine2
Declaration
[JsonProperty("customer_line_2")]
public string CustomerLine2 { get; set; }
Property Value
Type | Description |
---|---|
System. |
CustomerMobile
Gets or Sets CustomerMobile
Declaration
[JsonProperty("customer_mobile")]
public string CustomerMobile { get; set; }
Property Value
Type | Description |
---|---|
System. |
CustomerPostalCode
Gets or Sets CustomerPostalCode
Declaration
[JsonProperty("customer_postal_code")]
public string CustomerPostalCode { get; set; }
Property Value
Type | Description |
---|---|
System. |
CustomerState
Gets or Sets CustomerState
Declaration
[JsonProperty("customer_state")]
public string CustomerState { get; set; }
Property Value
Type | Description |
---|---|
System. |
CustomerTaxNumber
Gets or Sets CustomerTaxNumber
Declaration
[JsonProperty("customer_tax_number")]
public string CustomerTaxNumber { get; set; }
Property Value
Type | Description |
---|---|
System. |
CustomerWorkPhone
Gets or Sets CustomerWorkPhone
Declaration
[JsonProperty("customer_work_phone")]
public string CustomerWorkPhone { get; set; }
Property Value
Type | Description |
---|---|
System. |
Details
Gets or Sets Details
Declaration
[JsonProperty("details")]
public List<ReturnDetail> Details { get; set; }
Property Value
Type | Description |
---|---|
System. |
Id
Gets or Sets Id
Declaration
[JsonProperty("id")]
public int? Id { get; }
Property Value
Type | Description |
---|---|
System. |
NoOfBoxes
No of boxes in return
Declaration
[JsonProperty("no_of_boxes")]
public int? NoOfBoxes { get; set; }
Property Value
Type | Description |
---|---|
System. |
No of boxes in return |
PickupAmountPaid
Gets or Sets PickupAmountPaid
Declaration
[JsonProperty("pickup_amount_paid")]
public string PickupAmountPaid { get; set; }
Property Value
Type | Description |
---|---|
System. |
PickupRemarks
Gets or Sets PickupRemarks
Declaration
[JsonProperty("pickup_remarks")]
public string PickupRemarks { get; set; }
Property Value
Type | Description |
---|---|
System. |
PickupTransporter
Transport for Pickup
Declaration
[JsonProperty("pickup_transporter")]
public string PickupTransporter { get; set; }
Property Value
Type | Description |
---|---|
System. |
Transport for Pickup |
ReceivedBy
Gets or Sets ReceivedBy
Declaration
[JsonProperty("received_by")]
public int? ReceivedBy { get; }
Property Value
Type | Description |
---|---|
System. |
ReceivedOn
Gets or Sets ReceivedOn
Declaration
[JsonProperty("received_on")]
public DateTime? ReceivedOn { get; }
Property Value
Type | Description |
---|---|
System. |
ReturnNo
PIM Generated order number
Declaration
[JsonProperty("return_no")]
public string ReturnNo { get; }
Property Value
Type | Description |
---|---|
System. |
PIM Generated order number |
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
The current status of this return. Cannot be modified directly
Declaration
[JsonProperty("status")]
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System. |
The current status of this return. Cannot be modified directly |
TransportAddress
Gets or Sets TransportAddress
Declaration
[JsonProperty("transport_address")]
public string TransportAddress { get; set; }
Property Value
Type | Description |
---|---|
System. |
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 |