public class FlowSigner extends AlipayObject
| 构造器和说明 |
|---|
FlowSigner() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getOrgThirdPartyUserId() |
Long |
getSignerAccountType() |
Long |
getSignStatus() |
String |
getThirdPartyUserId() |
void |
setOrgThirdPartyUserId(String orgThirdPartyUserId) |
void |
setSignerAccountType(Long signerAccountType) |
void |
setSignStatus(Long signStatus) |
void |
setThirdPartyUserId(String thirdPartyUserId) |
public String getOrgThirdPartyUserId()
public void setOrgThirdPartyUserId(String orgThirdPartyUserId)
public Long getSignStatus()
public void setSignStatus(Long signStatus)
public Long getSignerAccountType()
public void setSignerAccountType(Long signerAccountType)
public String getThirdPartyUserId()
public void setThirdPartyUserId(String thirdPartyUserId)
Copyright © 2023. All rights reserved.