public class AntMerchantExpandIndirectAttachmentUploadModel extends AlipayObject
| Constructor and Description |
|---|
AntMerchantExpandIndirectAttachmentUploadModel() |
| Modifier and Type | Method and Description |
|---|---|
List<AttachmentInfo> |
getAttachmentInfo()
Gets attachment info.
|
String |
getMemo()
Gets memo.
|
String |
getSubMerchantId()
Gets sub merchant id.
|
void |
setAttachmentInfo(List<AttachmentInfo> attachmentInfo)
Sets attachment info.
|
void |
setMemo(String memo)
Sets memo.
|
void |
setSubMerchantId(String subMerchantId)
Sets sub merchant id.
|
public AntMerchantExpandIndirectAttachmentUploadModel()
public List<AttachmentInfo> getAttachmentInfo()
public void setAttachmentInfo(List<AttachmentInfo> attachmentInfo)
attachmentInfo - the attachment infopublic String getMemo()
public void setMemo(String memo)
memo - the memopublic String getSubMerchantId()
public void setSubMerchantId(String subMerchantId)
subMerchantId - the sub merchant idCopyright © 2018. All rights reserved.