public class AlipayUserPointRefundModel extends AlipayObject
| Constructor and Description |
|---|
AlipayUserPointRefundModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBizType()
Gets biz type.
|
String |
getOutBizNo()
Gets out biz no.
|
String |
getSubBizType()
Gets sub biz type.
|
String |
getUserId()
Gets user id.
|
void |
setBizType(String bizType)
Sets biz type.
|
void |
setOutBizNo(String outBizNo)
Sets out biz no.
|
void |
setSubBizType(String subBizType)
Sets sub biz type.
|
void |
setUserId(String userId)
Sets user id.
|
public String getBizType()
public void setBizType(String bizType)
bizType - the biz typepublic String getOutBizNo()
public void setOutBizNo(String outBizNo)
outBizNo - the out biz nopublic String getSubBizType()
public void setSubBizType(String subBizType)
subBizType - the sub biz typepublic String getUserId()
public void setUserId(String userId)
userId - the user idCopyright © 2018. All rights reserved.