public class OtherInvoice extends AbstractModel
skipSign| Constructor and Description |
|---|
OtherInvoice() |
OtherInvoice(OtherInvoice source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
| Modifier and Type | Method and Description |
|---|---|
OtherInvoiceItem[] |
getOtherInvoiceListItems()
Get 列表
|
OtherInvoiceList[] |
getOtherInvoiceTableItems()
Get 表格
|
String |
getTitle()
Get 发票名称
|
String |
getTotal()
Get 金额
|
void |
setOtherInvoiceListItems(OtherInvoiceItem[] OtherInvoiceListItems)
Set 列表
|
void |
setOtherInvoiceTableItems(OtherInvoiceList[] OtherInvoiceTableItems)
Set 表格
|
void |
setTitle(String Title)
Set 发票名称
|
void |
setTotal(String Total)
Set 金额
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic OtherInvoice()
public OtherInvoice(OtherInvoice source)
public String getTitle()
public void setTitle(String Title)
Title - 发票名称public String getTotal()
public void setTotal(String Total)
Total - 金额public OtherInvoiceItem[] getOtherInvoiceListItems()
public void setOtherInvoiceListItems(OtherInvoiceItem[] OtherInvoiceListItems)
OtherInvoiceListItems - 列表public OtherInvoiceList[] getOtherInvoiceTableItems()
public void setOtherInvoiceTableItems(OtherInvoiceList[] OtherInvoiceTableItems)
OtherInvoiceTableItems - 表格Copyright © 2023. All rights reserved.