Subversion Repositories SmartDukaan

Rev

Rev 10140 | Rev 12974 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10140 Rev 12589
Line 61... Line 61...
61
    public String shippingAddressCity;
61
    public String shippingAddressCity;
62
    @SerializedName("shipping_address_state")
62
    @SerializedName("shipping_address_state")
63
    public String shippingAddressState;
63
    public String shippingAddressState;
64
    @SerializedName("shipping_address_pincode")
64
    @SerializedName("shipping_address_pincode")
65
    public String shippingAddressPincode;
65
    public String shippingAddressPincode;
66
    //public long phone;
66
    public String phone;
67
    public String status;
67
    public String status;
68
    @SerializedName("statusLabel")
68
    @SerializedName("statusLabel")
69
    public String statusLabel;
69
    public String statusLabel;
70
    @SerializedName("tracking_id")
70
    @SerializedName("tracking_id")
71
    public String trackingId;
71
    public String trackingId;
Line 80... Line 80...
80
    @SerializedName("cancel_sub_reason")
80
    @SerializedName("cancel_sub_reason")
81
    public String cancelSubReason;
81
    public String cancelSubReason;
82
    public String returnReason;
82
    public String returnReason;
83
    public String returnComment;
83
    public String returnComment;
84
    public String pickup_by_date;
84
    public String pickup_by_date;
-
 
85
    //public List<FreebieItem> freebie_items;
-
 
86
    public String service_profile;
85
 
87
 
86
	public String getPickup_by_date() {
88
	public String getPickup_by_date() {
87
		return pickup_by_date;
89
		return pickup_by_date;
88
	}
90
	}
89
 
91
 
Line 805... Line 807...
805
 
807
 
806
    /**
808
    /**
807
     * Gets the value of the phone property.
809
     * Gets the value of the phone property.
808
     * 
810
     * 
809
     */
811
     */
810
   /* public long getPhone() {
812
    public String getPhone() {
811
        return phone;
813
        return phone;
812
    }
814
    }
813
*/
815
 
814
    /**
816
    /**
815
     * Sets the value of the phone property.
817
     * Sets the value of the phone property.
816
     * 
818
     * 
817
     */
819
     */
818
    /*public void setPhone(long value) {
820
    public void setPhone(String value) {
819
        this.phone = value;
821
        this.phone = value;
820
    }*/
822
    }
821
 
823
 
822
    /**
824
    /**
823
     * Gets the value of the status property.
825
     * Gets the value of the status property.
824
     * 
826
     * 
825
     * @return
827
     * @return
Line 1081... Line 1083...
1081
     */
1083
     */
1082
    public void setReturnComment(String value) {
1084
    public void setReturnComment(String value) {
1083
        this.returnComment = value;
1085
        this.returnComment = value;
1084
    }
1086
    }
1085
 
1087
 
-
 
1088
    /**
-
 
1089
	 * @return the service_profile
-
 
1090
	 */
-
 
1091
	public String getService_profile() {
-
 
1092
		return service_profile;
-
 
1093
	}
-
 
1094
 
-
 
1095
	/**
-
 
1096
	 * @param service_profile the service_profile to set
-
 
1097
	 */
-
 
1098
	public void setService_profile(String service_profile) {
-
 
1099
		this.service_profile = service_profile;
-
 
1100
	}
-
 
1101
 
-
 
1102
	/**
-
 
1103
	 * @return the freebie_items
-
 
1104
	 */
-
 
1105
	/*public List<FreebieItem> getFreebie_items() {
-
 
1106
		return freebie_items;
-
 
1107
	}*/
-
 
1108
 
-
 
1109
	/**
-
 
1110
	 * @param freebie_items the freebie_items to set
-
 
1111
	 */
-
 
1112
	/*public void setFreebie_items(List<FreebieItem> freebie_items) {
-
 
1113
		this.freebie_items = freebie_items;
-
 
1114
	}*/
1086
}
1115
}