public class AlipayTradeServiceFundWithdrawModel extends AlipayObject
| 构造器和说明 |
|---|
AlipayTradeServiceFundWithdrawModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAlipayUserId() |
String |
getAmount() |
String |
getBizType() |
String |
getOutBizNo() |
String |
getSubBizType() |
String |
getWithdrawAccountName() |
String |
getWithdrawAccountNo() |
String |
getWithdrawBankBranchCode() |
String |
getWithdrawBankInstId() |
String |
getWithdrawCardType() |
void |
setAlipayUserId(String alipayUserId) |
void |
setAmount(String amount) |
void |
setBizType(String bizType) |
void |
setOutBizNo(String outBizNo) |
void |
setSubBizType(String subBizType) |
void |
setWithdrawAccountName(String withdrawAccountName) |
void |
setWithdrawAccountNo(String withdrawAccountNo) |
void |
setWithdrawBankBranchCode(String withdrawBankBranchCode) |
void |
setWithdrawBankInstId(String withdrawBankInstId) |
void |
setWithdrawCardType(String withdrawCardType) |
public String getAlipayUserId()
public void setAlipayUserId(String alipayUserId)
public String getAmount()
public void setAmount(String amount)
public String getBizType()
public void setBizType(String bizType)
public String getOutBizNo()
public void setOutBizNo(String outBizNo)
public String getSubBizType()
public void setSubBizType(String subBizType)
public String getWithdrawAccountName()
public void setWithdrawAccountName(String withdrawAccountName)
public String getWithdrawAccountNo()
public void setWithdrawAccountNo(String withdrawAccountNo)
public String getWithdrawBankBranchCode()
public void setWithdrawBankBranchCode(String withdrawBankBranchCode)
public String getWithdrawBankInstId()
public void setWithdrawBankInstId(String withdrawBankInstId)
public String getWithdrawCardType()
public void setWithdrawCardType(String withdrawCardType)
Copyright © 2023. All rights reserved.