public class SyncInvoiceEntityRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SyncInvoiceEntityRequest.SyncInvoiceEntityRequestEntityList |
| 限定符和类型 | 字段和说明 |
|---|---|
String |
channelCorpId
This parameter is required.
|
Boolean |
delAll
if can be null:
true
|
List<SyncInvoiceEntityRequest.SyncInvoiceEntityRequestEntityList> |
entityList |
String |
invoiceId
This parameter is required.
|
String |
userId
This parameter is required.
|
| 构造器和说明 |
|---|
SyncInvoiceEntityRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SyncInvoiceEntityRequest |
build(Map<String,?> map) |
String |
getChannelCorpId() |
Boolean |
getDelAll() |
List<SyncInvoiceEntityRequest.SyncInvoiceEntityRequestEntityList> |
getEntityList() |
String |
getInvoiceId() |
String |
getUserId() |
SyncInvoiceEntityRequest |
setChannelCorpId(String channelCorpId) |
SyncInvoiceEntityRequest |
setDelAll(Boolean delAll) |
SyncInvoiceEntityRequest |
setEntityList(List<SyncInvoiceEntityRequest.SyncInvoiceEntityRequestEntityList> entityList) |
SyncInvoiceEntityRequest |
setInvoiceId(String invoiceId) |
SyncInvoiceEntityRequest |
setUserId(String userId) |
@NameInMap(value="channelCorpId") public String channelCorpId
This parameter is required.
example:ding89233847892ndkas
@NameInMap(value="delAll") public Boolean delAll
true
@NameInMap(value="entityList") public List<SyncInvoiceEntityRequest.SyncInvoiceEntityRequestEntityList> entityList
@NameInMap(value="invoiceId") public String invoiceId
This parameter is required.
@NameInMap(value="userId") public String userId
This parameter is required.
example:20881001829000
public static SyncInvoiceEntityRequest build(Map<String,?> map) throws Exception
Exceptionpublic SyncInvoiceEntityRequest setChannelCorpId(String channelCorpId)
public String getChannelCorpId()
public SyncInvoiceEntityRequest setDelAll(Boolean delAll)
public Boolean getDelAll()
public SyncInvoiceEntityRequest setEntityList(List<SyncInvoiceEntityRequest.SyncInvoiceEntityRequestEntityList> entityList)
public List<SyncInvoiceEntityRequest.SyncInvoiceEntityRequestEntityList> getEntityList()
public SyncInvoiceEntityRequest setInvoiceId(String invoiceId)
public String getInvoiceId()
public SyncInvoiceEntityRequest setUserId(String userId)
public String getUserId()
Copyright © 2025. All rights reserved.