public class Fun9901Response extends AmServiceResult implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
bankCode |
protected String |
cardNo |
protected int |
fundDate |
protected String |
fundSeqId |
protected int |
fundTime |
protected int |
pnrDate |
protected String |
pnrSeqId |
protected int |
pnrTime |
protected String |
respCode |
protected String |
respDesc |
protected String |
resv |
protected BigDecimal |
transAmt |
ERROR, REDIRECT, SUCCESS| 构造器和说明 |
|---|
Fun9901Response() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBankCode() |
String |
getCardNo() |
int |
getFundDate() |
String |
getFundSeqId() |
int |
getFundTime() |
int |
getPnrDate() |
String |
getPnrSeqId() |
int |
getPnrTime() |
String |
getRespCode() |
String |
getRespDesc() |
String |
getResv() |
BigDecimal |
getTransAmt() |
void |
setBankCode(String bankCode) |
void |
setCardNo(String cardNo) |
void |
setFundDate(int fundDate) |
void |
setFundSeqId(String fundSeqId) |
void |
setFundTime(int fundTime) |
void |
setPnrDate(int pnrDate) |
void |
setPnrSeqId(String pnrSeqId) |
void |
setPnrTime(int pnrTime) |
void |
setRespCode(String respCode) |
void |
setRespDesc(String respDesc) |
void |
setResv(String resv) |
void |
setTransAmt(BigDecimal transAmt) |
getErrorInfo, getErrorNo, getSerialNoTrans, getTraceInfo, setErrorInfo, setErrorNo, setSerialNoTrans, setTraceInfoprotected int fundDate
protected int fundTime
protected String fundSeqId
protected String bankCode
protected String cardNo
protected int pnrDate
protected int pnrTime
protected String pnrSeqId
protected BigDecimal transAmt
protected String respCode
protected String respDesc
protected String resv
public int getFundDate()
public void setFundDate(int fundDate)
public int getFundTime()
public void setFundTime(int fundTime)
public String getFundSeqId()
public void setFundSeqId(String fundSeqId)
public String getBankCode()
public void setBankCode(String bankCode)
public String getCardNo()
public void setCardNo(String cardNo)
public int getPnrDate()
public void setPnrDate(int pnrDate)
public int getPnrTime()
public void setPnrTime(int pnrTime)
public String getPnrSeqId()
public void setPnrSeqId(String pnrSeqId)
public BigDecimal getTransAmt()
public void setTransAmt(BigDecimal transAmt)
public String getRespCode()
public void setRespCode(String respCode)
public String getRespDesc()
public void setRespDesc(String respDesc)
public String getResv()
public void setResv(String resv)
Copyright © 2017. All rights reserved.