package com.bizofficer.subscription.promocode;


public class PromoCodeVerifyingResponseBean {

	private String responseTxt;
	private Integer amount;
	
	public String getResponseTxt() {
		return responseTxt;
	}
	public void setResponseTxt(String responseTxt) {
		this.responseTxt = responseTxt;
	}
	public Integer getAmount() {
		return amount;
	}
	public void setAmount(Integer amount) {
		this.amount = amount;
	}
	

	
	
	
}
