public class AlipayEbppInstserviceTokenCreateModel extends AlipayObject
| 构造器和说明 |
|---|
AlipayEbppInstserviceTokenCreateModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAgentChannel() |
String |
getAgentCode() |
String |
getBillKey() |
String |
getBizType() |
String |
getDeductAmount() |
String |
getEdeductProductCode() |
String |
getExecuteDate() |
String |
getInstId() |
String |
getPayMode() |
String |
getSubBizType() |
String |
getThresholdAmount() |
void |
setAgentChannel(String agentChannel) |
void |
setAgentCode(String agentCode) |
void |
setBillKey(String billKey) |
void |
setBizType(String bizType) |
void |
setDeductAmount(String deductAmount) |
void |
setEdeductProductCode(String edeductProductCode) |
void |
setExecuteDate(String executeDate) |
void |
setInstId(String instId) |
void |
setPayMode(String payMode) |
void |
setSubBizType(String subBizType) |
void |
setThresholdAmount(String thresholdAmount) |
public String getAgentChannel()
public void setAgentChannel(String agentChannel)
public String getAgentCode()
public void setAgentCode(String agentCode)
public String getBillKey()
public void setBillKey(String billKey)
public String getBizType()
public void setBizType(String bizType)
public String getDeductAmount()
public void setDeductAmount(String deductAmount)
public String getEdeductProductCode()
public void setEdeductProductCode(String edeductProductCode)
public String getExecuteDate()
public void setExecuteDate(String executeDate)
public String getInstId()
public void setInstId(String instId)
public String getPayMode()
public void setPayMode(String payMode)
public String getSubBizType()
public void setSubBizType(String subBizType)
public String getThresholdAmount()
public void setThresholdAmount(String thresholdAmount)
Copyright © 2021. All rights reserved.