public class ReserveCustomer extends AlipayObject
| 构造器和说明 |
|---|
ReserveCustomer() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCustomerBirthday() |
String |
getCustomerGender() |
String |
getCustomerIdentityNo() |
String |
getCustomerMedicalStatus() |
String |
getCustomerMobilePhone() |
String |
getCustomerName() |
void |
setCustomerBirthday(String customerBirthday) |
void |
setCustomerGender(String customerGender) |
void |
setCustomerIdentityNo(String customerIdentityNo) |
void |
setCustomerMedicalStatus(String customerMedicalStatus) |
void |
setCustomerMobilePhone(String customerMobilePhone) |
void |
setCustomerName(String customerName) |
public String getCustomerBirthday()
public void setCustomerBirthday(String customerBirthday)
public String getCustomerGender()
public void setCustomerGender(String customerGender)
public String getCustomerIdentityNo()
public void setCustomerIdentityNo(String customerIdentityNo)
public String getCustomerMedicalStatus()
public void setCustomerMedicalStatus(String customerMedicalStatus)
public String getCustomerMobilePhone()
public void setCustomerMobilePhone(String customerMobilePhone)
public String getCustomerName()
public void setCustomerName(String customerName)
Copyright © 2024. All rights reserved.