Subversion Repositories SmartDukaan

Rev

Rev 10505 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
10273 amit.gupta 1
package in.shop2020.mobileapi.serving.pojos;
2
 
3
import com.google.gson.annotations.SerializedName;
4
 
5
public class EBSPayPojo {
6
	@SerializedName(value="account_id")
7
	private String accountId;
8
 
9
	@SerializedName(value="reference_no")
10
	private String referenceNo;
11
	private String amount;
12
	private String description;
13
 
14
	@SerializedName(value="payment_option")
15
	private String paymentOption;
16
 
17
	private String name;
18
	private String address;
19
	private String city;
20
	private String state;
21
 
22
	@SerializedName(value="postal_code")
23
	private String postalCode;
24
	private String country;
25
	private String email;
26
	private String phone;
27
 
28
 
29
	@SerializedName(value="ship_name")
30
	private String shipName;
31
	@SerializedName(value="ship_address")
32
	private String shipAddress;
33
	@SerializedName(value="ship_city")
34
	private String shipCity;
35
	@SerializedName(value="ship_state")
36
	private String shipState;
37
 
38
	@SerializedName(value="ship_postal_code")
39
	private String shipPostalCode;
40
	@SerializedName(value="ship_country")
41
	private String shipCountry;
42
	@SerializedName(value="ship_email")
43
	private String shipEmail;
44
	@SerializedName(value="ship_phone")
45
	private String shipPhone;
46
	@SerializedName(value="return_url")
47
	private String returnUrl;
48
 
49
	public String getAccountId() {
50
		return accountId;
51
	}
52
 
53
	public void setAccountId(String accountId) {
54
		this.accountId = accountId;
55
	}
56
 
57
	public String getReferenceNo() {
58
		return referenceNo;
59
	}
60
 
61
	public void setReferenceNo(String referenceNo) {
62
		this.referenceNo = referenceNo;
63
	}
64
 
65
	public String getAmount() {
66
		return amount;
67
	}
68
 
69
	public void setAmount(String amount) {
70
		this.amount = amount;
71
	}
72
 
73
	public String getDescription() {
74
		return description;
75
	}
76
 
77
	public void setDescription(String description) {
78
		this.description = description;
79
	}
80
 
81
	public String getPaymentOption() {
82
		return paymentOption;
83
	}
84
 
85
	public void setPaymentOption(String paymentOption) {
86
		this.paymentOption = paymentOption;
87
	}
88
 
89
	public String getName() {
90
		return name;
91
	}
92
 
93
	public void setName(String name) {
94
		this.name = name;
95
	}
96
 
97
	public String getAddress() {
98
		return address;
99
	}
100
 
101
	public void setAddress(String address) {
102
		this.address = address;
103
	}
104
 
105
	public String getCity() {
106
		return city;
107
	}
108
 
109
	public void setCity(String city) {
110
		this.city = city;
111
	}
112
 
113
	public String getState() {
114
		return state;
115
	}
116
 
117
	public void setState(String state) {
118
		this.state = state;
119
	}
120
 
121
	public String getPostalCode() {
122
		return postalCode;
123
	}
124
 
125
	public void setPostalCode(String postalCode) {
126
		this.postalCode = postalCode;
127
	}
128
 
129
	public String getCountry() {
130
		return country;
131
	}
132
 
133
	public void setCountry(String country) {
134
		this.country = country;
135
	}
136
 
137
	public String getEmail() {
138
		return email;
139
	}
140
 
141
	public void setEmail(String email) {
142
		this.email = email;
143
	}
144
 
145
	public String getPhone() {
146
		return phone;
147
	}
148
 
149
	public void setPhone(String phone) {
150
		this.phone = phone;
151
	}
152
 
153
	public String getShipName() {
154
		return shipName;
155
	}
156
 
157
	public void setShipName(String shipName) {
158
		this.shipName = shipName;
159
	}
160
 
161
	public String getShipAddress() {
162
		return shipAddress;
163
	}
164
 
165
	public void setShipAddress(String shipAddress) {
166
		this.shipAddress = shipAddress;
167
	}
168
 
169
	public String getShipCity() {
170
		return shipCity;
171
	}
172
 
173
	public void setShipCity(String shipCity) {
174
		this.shipCity = shipCity;
175
	}
176
 
177
	public String getShipState() {
178
		return shipState;
179
	}
180
 
181
	public void setShipState(String shipState) {
182
		this.shipState = shipState;
183
	}
184
 
185
	public String getShipPostalCode() {
186
		return shipPostalCode;
187
	}
188
 
189
	public void setShipPostalCode(String shipPostalCode) {
190
		this.shipPostalCode = shipPostalCode;
191
	}
192
 
193
	public String getShipCountry() {
194
		return shipCountry;
195
	}
196
 
197
	public void setShipCountry(String shipCountry) {
198
		this.shipCountry = shipCountry;
199
	}
200
 
201
	public String getShipEmail() {
202
		return shipEmail;
203
	}
204
 
205
	public void setShipEmail(String shipEmail) {
206
		this.shipEmail = shipEmail;
207
	}
208
 
209
	public String getShipPhone() {
210
		return shipPhone;
211
	}
212
 
213
	public void setShipPhone(String shipPhone) {
214
		this.shipPhone = shipPhone;
215
	}
216
 
217
	public String getReturnUrl() {
218
		return returnUrl;
219
	}
220
 
221
	public void setReturnUrl(String returnUrl) {
222
		this.returnUrl = returnUrl;
223
	}
224
 
225
	public String getMode() {
226
		return mode;
227
	}
228
 
229
	public void setMode(String mode) {
230
		this.mode = mode;
231
	}
232
 
233
	public String getSecureHash() {
234
		return secureHash;
235
	}
236
 
237
	public void setSecureHash(String secureHash) {
238
		this.secureHash = secureHash;
239
	}
240
 
241
	private String mode;
242
 
243
	@SerializedName(value="secure_hash")
244
	private String secureHash;
245
}