public class BillNotifyInfo extends AlipayObject
| 构造器和说明 |
|---|
BillNotifyInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAddress() |
String |
getBillAmount() |
String |
getBillDate() |
String |
getBillkeyType() |
String |
getCipherBillkey() |
String |
getNotifyThresholdAmount() |
String |
getOutBizId() |
void |
setAddress(String address) |
void |
setBillAmount(String billAmount) |
void |
setBillDate(String billDate) |
void |
setBillkeyType(String billkeyType) |
void |
setCipherBillkey(String cipherBillkey) |
void |
setNotifyThresholdAmount(String notifyThresholdAmount) |
void |
setOutBizId(String outBizId) |
public String getAddress()
public void setAddress(String address)
public String getBillAmount()
public void setBillAmount(String billAmount)
public String getBillDate()
public void setBillDate(String billDate)
public String getBillkeyType()
public void setBillkeyType(String billkeyType)
public String getCipherBillkey()
public void setCipherBillkey(String cipherBillkey)
public String getNotifyThresholdAmount()
public void setNotifyThresholdAmount(String notifyThresholdAmount)
public String getOutBizId()
public void setOutBizId(String outBizId)
Copyright © 2024. All rights reserved.