public class AlipayUserCustomerIdentifyModel extends AlipayObject
| 构造器和说明 |
|---|
AlipayUserCustomerIdentifyModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBizType() |
AlipayUserDeviceInfo |
getDeviceInfo() |
String |
getExtInfo() |
AlipayUserPrincipalInfo |
getPrincipal() |
void |
setBizType(String bizType) |
void |
setDeviceInfo(AlipayUserDeviceInfo deviceInfo) |
void |
setExtInfo(String extInfo) |
void |
setPrincipal(AlipayUserPrincipalInfo principal) |
public String getBizType()
public void setBizType(String bizType)
public AlipayUserDeviceInfo getDeviceInfo()
public void setDeviceInfo(AlipayUserDeviceInfo deviceInfo)
public String getExtInfo()
public void setExtInfo(String extInfo)
public AlipayUserPrincipalInfo getPrincipal()
public void setPrincipal(AlipayUserPrincipalInfo principal)
Copyright © 2020. All rights reserved.