public class MedicalCommercialOrderUploadExtInfo extends AlipayObject
| 构造器和说明 |
|---|
MedicalCommercialOrderUploadExtInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<MedicalCommercialOrderUploadAmountDetail> |
getExpenseDetails() |
String |
getMedicalExaminationUser() |
String |
getRefundAmount() |
String |
getRefundNote() |
String |
getReportUrl() |
String |
getStoreAddress() |
String |
getStoreName() |
List<MedicalCommercialOrderUploadAmountDetail> |
getWriteOffDetails() |
void |
setExpenseDetails(List<MedicalCommercialOrderUploadAmountDetail> expenseDetails) |
void |
setMedicalExaminationUser(String medicalExaminationUser) |
void |
setRefundAmount(String refundAmount) |
void |
setRefundNote(String refundNote) |
void |
setReportUrl(String reportUrl) |
void |
setStoreAddress(String storeAddress) |
void |
setStoreName(String storeName) |
void |
setWriteOffDetails(List<MedicalCommercialOrderUploadAmountDetail> writeOffDetails) |
public List<MedicalCommercialOrderUploadAmountDetail> getExpenseDetails()
public void setExpenseDetails(List<MedicalCommercialOrderUploadAmountDetail> expenseDetails)
public String getMedicalExaminationUser()
public void setMedicalExaminationUser(String medicalExaminationUser)
public String getRefundAmount()
public void setRefundAmount(String refundAmount)
public String getRefundNote()
public void setRefundNote(String refundNote)
public String getReportUrl()
public void setReportUrl(String reportUrl)
public String getStoreAddress()
public void setStoreAddress(String storeAddress)
public String getStoreName()
public void setStoreName(String storeName)
public List<MedicalCommercialOrderUploadAmountDetail> getWriteOffDetails()
public void setWriteOffDetails(List<MedicalCommercialOrderUploadAmountDetail> writeOffDetails)
Copyright © 2023. All rights reserved.