Subversion Repositories SmartDukaan

Rev

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

Rev 23695 Rev 23696
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)
3
public class GoogleLoginRequest {
6
public class GoogleLoginRequest {
4
	private String token;
7
	private String token;
5
	private String socialTypeString;
8
	private String socialTypeString;
6
	private String type;
9
	private String type;
7
	
10