Subversion Repositories SmartDukaan

Rev

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

Rev 23698 Rev 23706
Line 1... Line 1...
1
package com.spice.profitmandi.common.model;
1
package com.spice.profitmandi.common.model;
2
 
2
 
3
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
-
 
4
 
-
 
5
@JsonIgnoreProperties(ignoreUnknown = true)
-
 
6
public class GoogleLoginRequest {
3
public class GoogleLoginRequest {
7
	private String token;
4
	private String token;
8
	private String type;
5
	private String type;
9
	
6
	
10
	public String getType() {
7
	public String getType() {