Subversion Repositories SmartDukaan

Rev

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

Rev 10558 Rev 10861
Line 33... Line 33...
33
	@SerializedName(value="ship_city")
33
	@SerializedName(value="ship_city")
34
	private String shipCity;
34
	private String shipCity;
35
	@SerializedName(value="ship_state")
35
	@SerializedName(value="ship_state")
36
	private String shipState;
36
	private String shipState;
37
	
37
	
-
 
38
	private String pass;
-
 
39
	
38
	@SerializedName(value="ship_postal_code")
40
	@SerializedName(value="ship_postal_code")
39
	private String shipPostalCode;
41
	private String shipPostalCode;
40
	@SerializedName(value="ship_country")
42
	@SerializedName(value="ship_country")
41
	private String shipCountry;
43
	private String shipCountry;
42
	@SerializedName(value="ship_email")
44
	@SerializedName(value="ship_email")
Line 267... Line 269...
267
 
269
 
268
	public String getPostAction() {
270
	public String getPostAction() {
269
		return postAction;
271
		return postAction;
270
	}
272
	}
271
 
273
 
-
 
274
	public void setPass(String pass) {
-
 
275
		this.pass = pass;
-
 
276
	}
-
 
277
 
-
 
278
	public String getPass() {
-
 
279
		return pass;
-
 
280
	}
-
 
281
 
272
	private String mode;
282
	private String mode;
273
	
283
	
274
	@SerializedName(value="secure_hash")
284
	@SerializedName(value="secure_hash")
275
	private String secureHash;
285
	private String secureHash;
276
}
286
}