Subversion Repositories SmartDukaan

Rev

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

Rev 9104 Rev 9343
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 long 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 805... Line 805...
805
 
805
 
806
    /**
806
    /**
807
     * Gets the value of the phone property.
807
     * Gets the value of the phone property.
808
     * 
808
     * 
809
     */
809
     */
810
    public long getPhone() {
810
   /* public long getPhone() {
811
        return phone;
811
        return phone;
812
    }
812
    }
813
 
813
*/
814
    /**
814
    /**
815
     * Sets the value of the phone property.
815
     * Sets the value of the phone property.
816
     * 
816
     * 
817
     */
817
     */
818
    public void setPhone(long value) {
818
    /*public void setPhone(long value) {
819
        this.phone = value;
819
        this.phone = value;
820
    }
820
    }*/
821
 
821
 
822
    /**
822
    /**
823
     * Gets the value of the status property.
823
     * Gets the value of the status property.
824
     * 
824
     * 
825
     * @return
825
     * @return