public class UpdateInvoiceVoucherStatusRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
actionType |
String |
invoiceCode |
String |
invoiceNo |
String |
operator |
String |
voucherId |
| 构造器和说明 |
|---|
UpdateInvoiceVoucherStatusRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateInvoiceVoucherStatusRequest |
build(Map<String,?> map) |
String |
getActionType() |
String |
getInvoiceCode() |
String |
getInvoiceNo() |
String |
getOperator() |
String |
getVoucherId() |
UpdateInvoiceVoucherStatusRequest |
setActionType(String actionType) |
UpdateInvoiceVoucherStatusRequest |
setInvoiceCode(String invoiceCode) |
UpdateInvoiceVoucherStatusRequest |
setInvoiceNo(String invoiceNo) |
UpdateInvoiceVoucherStatusRequest |
setOperator(String operator) |
UpdateInvoiceVoucherStatusRequest |
setVoucherId(String voucherId) |
@NameInMap(value="actionType") public String actionType
@NameInMap(value="invoiceCode") public String invoiceCode
@NameInMap(value="invoiceNo") public String invoiceNo
@NameInMap(value="operator") public String operator
@NameInMap(value="voucherId") public String voucherId
public static UpdateInvoiceVoucherStatusRequest build(Map<String,?> map) throws Exception
Exceptionpublic UpdateInvoiceVoucherStatusRequest setActionType(String actionType)
public String getActionType()
public UpdateInvoiceVoucherStatusRequest setInvoiceCode(String invoiceCode)
public String getInvoiceCode()
public UpdateInvoiceVoucherStatusRequest setInvoiceNo(String invoiceNo)
public String getInvoiceNo()
public UpdateInvoiceVoucherStatusRequest setOperator(String operator)
public String getOperator()
public UpdateInvoiceVoucherStatusRequest setVoucherId(String voucherId)
public String getVoucherId()
Copyright © 2023. All rights reserved.