|
@ -21,7 +21,15 @@ public class Charge {
|
|
|
private String userName; // 用户姓名
|
|
|
private String idType; // 证件号码
|
|
|
private String idNo; // 证件类型
|
|
|
//private String responseContent; //扣费详情
|
|
|
private String responseContent; //扣费详情
|
|
|
|
|
|
public String getResponseContent() {
|
|
|
return responseContent;
|
|
|
}
|
|
|
|
|
|
public void setResponseContent(String responseContent) {
|
|
|
this.responseContent = responseContent;
|
|
|
}
|
|
|
|
|
|
public String getTradeStatus() {
|
|
|
return tradeStatus;
|