public class BillKeyInfo extends AlipayObject
| 构造器和说明 |
|---|
BillKeyInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBillkey() |
String |
getBizType() |
String |
getChargeInst() |
String |
getCity() |
String |
getCountry() |
String |
getProvince() |
String |
getSubBizType() |
void |
setBillkey(String billkey) |
void |
setBizType(String bizType) |
void |
setChargeInst(String chargeInst) |
void |
setCity(String city) |
void |
setCountry(String country) |
void |
setProvince(String province) |
void |
setSubBizType(String subBizType) |
public String getBillkey()
public void setBillkey(String billkey)
public String getBizType()
public void setBizType(String bizType)
public String getChargeInst()
public void setChargeInst(String chargeInst)
public String getCity()
public void setCity(String city)
public String getCountry()
public void setCountry(String country)
public String getProvince()
public void setProvince(String province)
public String getSubBizType()
public void setSubBizType(String subBizType)
Copyright © 2023. All rights reserved.