public class AlipayEbppRechargeNotifySendModel extends AlipayObject
| Constructor and Description |
|---|
AlipayEbppRechargeNotifySendModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFacePrice()
Gets face price.
|
String |
getGmtCharge()
Gets gmt charge.
|
String |
getMobile()
Gets mobile.
|
String |
getNotifyType()
Gets notify type.
|
String |
getOutUserId()
Gets out user id.
|
String |
getTradeNo()
Gets trade no.
|
String |
getUserId()
Gets user id.
|
void |
setFacePrice(String facePrice)
Sets face price.
|
void |
setGmtCharge(String gmtCharge)
Sets gmt charge.
|
void |
setMobile(String mobile)
Sets mobile.
|
void |
setNotifyType(String notifyType)
Sets notify type.
|
void |
setOutUserId(String outUserId)
Sets out user id.
|
void |
setTradeNo(String tradeNo)
Sets trade no.
|
void |
setUserId(String userId)
Sets user id.
|
public String getFacePrice()
public void setFacePrice(String facePrice)
facePrice - the face pricepublic String getGmtCharge()
public void setGmtCharge(String gmtCharge)
gmtCharge - the gmt chargepublic String getMobile()
public void setMobile(String mobile)
mobile - the mobilepublic String getNotifyType()
public void setNotifyType(String notifyType)
notifyType - the notify typepublic String getOutUserId()
public void setOutUserId(String outUserId)
outUserId - the out user idpublic String getTradeNo()
public void setTradeNo(String tradeNo)
tradeNo - the trade nopublic String getUserId()
public void setUserId(String userId)
userId - the user idCopyright © 2018. All rights reserved.