public class ExpenseAssetInfo extends AlipayObject
| 构造器和说明 |
|---|
ExpenseAssetInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAssetId() |
String |
getAssetType() |
String |
getEmployeeId() |
String |
getEmployeeOpenId() |
String |
getPayBizType() |
String |
getPeerPayAmount() |
String |
getRefundId() |
void |
setAssetId(String assetId) |
void |
setAssetType(String assetType) |
void |
setEmployeeId(String employeeId) |
void |
setEmployeeOpenId(String employeeOpenId) |
void |
setPayBizType(String payBizType) |
void |
setPeerPayAmount(String peerPayAmount) |
void |
setRefundId(String refundId) |
public String getAssetId()
public void setAssetId(String assetId)
public String getAssetType()
public void setAssetType(String assetType)
public String getEmployeeId()
public void setEmployeeId(String employeeId)
public String getEmployeeOpenId()
public void setEmployeeOpenId(String employeeOpenId)
public String getPayBizType()
public void setPayBizType(String payBizType)
public String getPeerPayAmount()
public void setPeerPayAmount(String peerPayAmount)
public String getRefundId()
public void setRefundId(String refundId)
Copyright © 2023. All rights reserved.