public class PayOrderDTO extends AlipayObject
| 构造器和说明 |
|---|
PayOrderDTO() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getActualTotalFee() |
String |
getInAccountNo() |
String |
getInAccountOpenId() |
String |
getInAccountType() |
String |
getOutAccountNo() |
String |
getOutAccountOpenId() |
String |
getOutAccountType() |
String |
getPayFlowId() |
String |
getPayOrderId() |
String |
getPayStatus() |
Date |
getPayTime() |
String |
getPayType() |
Long |
getTotalFee() |
void |
setActualTotalFee(Long actualTotalFee) |
void |
setInAccountNo(String inAccountNo) |
void |
setInAccountOpenId(String inAccountOpenId) |
void |
setInAccountType(String inAccountType) |
void |
setOutAccountNo(String outAccountNo) |
void |
setOutAccountOpenId(String outAccountOpenId) |
void |
setOutAccountType(String outAccountType) |
void |
setPayFlowId(String payFlowId) |
void |
setPayOrderId(String payOrderId) |
void |
setPayStatus(String payStatus) |
void |
setPayTime(Date payTime) |
void |
setPayType(String payType) |
void |
setTotalFee(Long totalFee) |
public Long getActualTotalFee()
public void setActualTotalFee(Long actualTotalFee)
public String getInAccountNo()
public void setInAccountNo(String inAccountNo)
public String getInAccountOpenId()
public void setInAccountOpenId(String inAccountOpenId)
public String getInAccountType()
public void setInAccountType(String inAccountType)
public String getOutAccountNo()
public void setOutAccountNo(String outAccountNo)
public String getOutAccountOpenId()
public void setOutAccountOpenId(String outAccountOpenId)
public String getOutAccountType()
public void setOutAccountType(String outAccountType)
public String getPayFlowId()
public void setPayFlowId(String payFlowId)
public String getPayOrderId()
public void setPayOrderId(String payOrderId)
public String getPayStatus()
public void setPayStatus(String payStatus)
public Date getPayTime()
public void setPayTime(Date payTime)
public String getPayType()
public void setPayType(String payType)
public Long getTotalFee()
public void setTotalFee(Long totalFee)
Copyright © 2023. All rights reserved.