Subversion Repositories SmartDukaan

Rev

Rev 25976 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 25976 Rev 25982
Line 1... Line 1...
1
package com.spice.profitmandi.web.controller.hdfc;
1
package com.spice.profitmandi.dao.model;
2
 
2
 
3
public class AddPaymentResponse {
3
public class AddPaymentResponse {
4
	private String transactionId;
4
	private String transactionId;
5
	private String status;
5
	private String status;
6
	private String code;
6
	private String code;