public class OtherInvoice extends AbstractModel
header, 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 |
---|---|
String |
getDate()
Get 发票日期
|
OtherInvoiceItem[] |
getOtherInvoiceListItems()
Get 列表
|
OtherInvoiceList[] |
getOtherInvoiceTableItems()
Get 表格
|
String |
getTitle()
Get 发票名称
|
String |
getTotal()
Get 金额
|
void |
setDate(String Date)
Set 发票日期
|
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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public 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
- 表格public String getDate()
public void setDate(String Date)
Date
- 发票日期Copyright © 2024. All rights reserved.