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 |
---|---|
OtherInvoiceItem[] |
getOtherInvoiceListItems()
Get List
|
OtherInvoiceList[] |
getOtherInvoiceTableItems()
Get Table
|
String |
getTitle()
Get Invoice title
|
String |
getTotal()
Get Amount
|
void |
setOtherInvoiceListItems(OtherInvoiceItem[] OtherInvoiceListItems)
Set List
|
void |
setOtherInvoiceTableItems(OtherInvoiceList[] OtherInvoiceTableItems)
Set Table
|
void |
setTitle(String Title)
Set Invoice title
|
void |
setTotal(String Total)
Set Amount
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public OtherInvoice()
public OtherInvoice(OtherInvoice source)
public String getTitle()
public void setTitle(String Title)
Title
- Invoice titlepublic String getTotal()
public void setTotal(String Total)
Total
- Amountpublic OtherInvoiceItem[] getOtherInvoiceListItems()
public void setOtherInvoiceListItems(OtherInvoiceItem[] OtherInvoiceListItems)
OtherInvoiceListItems
- Listpublic OtherInvoiceList[] getOtherInvoiceTableItems()
public void setOtherInvoiceTableItems(OtherInvoiceList[] OtherInvoiceTableItems)
OtherInvoiceTableItems
- TableCopyright © 2024. All rights reserved.