Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed

package in.shop2020.mobileapi.serving.pojos;


public class PayuPayPojo {
        public String getKey() {
                return key;
        }
        public void setKey(String key) {
                this.key = key;
        }
        public String getTxnid() {
                return txnid;
        }
        public void setTxnid(String txnid) {
                this.txnid = txnid;
        }
        public String getAmount() {
                return amount;
        }
        public void setAmount(String amount) {
                this.amount = amount;
        }
        public String getProductinfo() {
                return productinfo;
        }
        public void setProductinfo(String productinfo) {
                this.productinfo = productinfo;
        }
        public String getFirstname() {
                return firstname;
        }
        public void setFirstname(String firstname) {
                this.firstname = firstname;
        }
        public String getEmail() {
                return email;
        }
        public void setEmail(String email) {
                this.email = email;
        }
        public String getLastname() {
                return lastname;
        }
        public void setLastname(String lastname) {
                this.lastname = lastname;
        }
        public String getAddress1() {
                return address1;
        }
        public void setAddress1(String address1) {
                this.address1 = address1;
        }
        public String getAddress2() {
                return address2;
        }
        public void setAddress2(String address2) {
                this.address2 = address2;
        }
        public String getCity() {
                return city;
        }
        public void setCity(String city) {
                this.city = city;
        }
        public String getState() {
                return state;
        }
        public void setState(String state) {
                this.state = state;
        }
        public String getCountry() {
                return country;
        }
        public void setCountry(String country) {
                this.country = country;
        }
        public String getZipcode() {
                return zipcode;
        }
        public void setZipcode(String zipcode) {
                this.zipcode = zipcode;
        }
        public String getSurl() {
                return surl;
        }
        public void setSurl(String surl) {
                this.surl = surl;
        }
        public String getFurl() {
                return furl;
        }
        public void setFurl(String furl) {
                this.furl = furl;
        }
        public String getCurl() {
                return curl;
        }
        public void setCurl(String curl) {
                this.curl = curl;
        }
        public String getHash() {
                return hash;
        }
        public void setHash(String hash) {
                this.hash = hash;
        }
        public String getPg() {
                return pg;
        }
        public void setPg(String pg) {
                this.pg = pg;
        }
        public String getCodurl() {
                return codurl;
        }
        public void setCodurl(String codurl) {
                this.codurl = codurl;
        }
        public String getDrop_category() {
                return drop_category;
        }
        public void setDrop_category(String drop_category) {
                this.drop_category = drop_category;
        }
        public void setPhone(String phone) {
                this.phone = phone;
        }
        public String getPhone() {
                return phone;
        }
        public void setBankcode(String bankcode) {
                this.bankcode = bankcode;
        }
        public String getBankcode() {
                return bankcode;
        }
        public void setPostActionUrl(String postActionUrl) {
                this.postActionUrl = postActionUrl;
        }
        public String getPostActionUrl() {
                return postActionUrl;
        }
        private String key;
        private String txnid;
        private String amount;
        private String productinfo;
        private String firstname;
        private String email;
        private String lastname;
        private String address1;
        private String address2;
        private String city;
        private String state;
        private String country;
        private String zipcode;
        private String surl;
        private String furl;
        private String curl;
        private String hash;
        private String pg;
        private String codurl;
        private String drop_category;
        private String phone;
        private String bankcode;
        private String postActionUrl;
}