public class ReceiveInfoDto extends AlipayObject
| 构造器和说明 |
|---|
ReceiveInfoDto() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAddress() |
String |
getPostcode() |
String |
getReceive() |
String |
getTelephone() |
void |
setAddress(String address) |
void |
setPostcode(String postcode) |
void |
setReceive(String receive) |
void |
setTelephone(String telephone) |
public String getAddress()
public void setAddress(String address)
public String getPostcode()
public void setPostcode(String postcode)
public String getReceive()
public void setReceive(String receive)
public String getTelephone()
public void setTelephone(String telephone)
Copyright © 2024. All rights reserved.