public class MybankPaymentTradeSubaccountCreateModel extends AlipayObject
| 构造器和说明 |
|---|
MybankPaymentTradeSubaccountCreateModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAccountName() |
String |
getCurrencyValue() |
String |
getOutChannelId() |
String |
getOutChannelType() |
String |
getParentAccountName() |
String |
getParentAccountType() |
String |
getParentCardNo() |
String |
getRequestNo() |
String |
getSceneCode() |
void |
setAccountName(String accountName) |
void |
setCurrencyValue(String currencyValue) |
void |
setOutChannelId(String outChannelId) |
void |
setOutChannelType(String outChannelType) |
void |
setParentAccountName(String parentAccountName) |
void |
setParentAccountType(String parentAccountType) |
void |
setParentCardNo(String parentCardNo) |
void |
setRequestNo(String requestNo) |
void |
setSceneCode(String sceneCode) |
public String getAccountName()
public void setAccountName(String accountName)
public String getCurrencyValue()
public void setCurrencyValue(String currencyValue)
public String getOutChannelId()
public void setOutChannelId(String outChannelId)
public String getOutChannelType()
public void setOutChannelType(String outChannelType)
public String getParentAccountName()
public void setParentAccountName(String parentAccountName)
public String getParentAccountType()
public void setParentAccountType(String parentAccountType)
public String getParentCardNo()
public void setParentCardNo(String parentCardNo)
public String getRequestNo()
public void setRequestNo(String requestNo)
public String getSceneCode()
public void setSceneCode(String sceneCode)
Copyright © 2023. All rights reserved.