public class InvoiceItemContent extends AlipayObject
Constructor and Description |
---|
InvoiceItemContent() |
Modifier and Type | Method and Description |
---|---|
String |
getItemAmount()
Gets item amount.
|
String |
getItemName()
Gets item name.
|
String |
getItemNo()
Gets item no.
|
String |
getItemPrice()
Gets item price.
|
Long |
getItemQuantity()
Gets item quantity.
|
String |
getItemSumPrice()
Gets item sum price.
|
String |
getItemTaxPrice()
Gets item tax price.
|
String |
getItemTaxRate()
Gets item tax rate.
|
String |
getItemUnit()
Gets item unit.
|
Long |
getRowType()
Gets row type.
|
void |
setItemAmount(String itemAmount)
Sets item amount.
|
void |
setItemName(String itemName)
Sets item name.
|
void |
setItemNo(String itemNo)
Sets item no.
|
void |
setItemPrice(String itemPrice)
Sets item price.
|
void |
setItemQuantity(Long itemQuantity)
Sets item quantity.
|
void |
setItemSumPrice(String itemSumPrice)
Sets item sum price.
|
void |
setItemTaxPrice(String itemTaxPrice)
Sets item tax price.
|
void |
setItemTaxRate(String itemTaxRate)
Sets item tax rate.
|
void |
setItemUnit(String itemUnit)
Sets item unit.
|
void |
setRowType(Long rowType)
Sets row type.
|
public String getItemAmount()
public void setItemAmount(String itemAmount)
itemAmount
- the item amountpublic String getItemName()
public void setItemName(String itemName)
itemName
- the item namepublic String getItemNo()
public void setItemNo(String itemNo)
itemNo
- the item nopublic String getItemPrice()
public void setItemPrice(String itemPrice)
itemPrice
- the item pricepublic Long getItemQuantity()
public void setItemQuantity(Long itemQuantity)
itemQuantity
- the item quantitypublic String getItemSumPrice()
public void setItemSumPrice(String itemSumPrice)
itemSumPrice
- the item sum pricepublic String getItemTaxPrice()
public void setItemTaxPrice(String itemTaxPrice)
itemTaxPrice
- the item tax pricepublic String getItemTaxRate()
public void setItemTaxRate(String itemTaxRate)
itemTaxRate
- the item tax ratepublic String getItemUnit()
public void setItemUnit(String itemUnit)
itemUnit
- the item unitpublic Long getRowType()
public void setRowType(Long rowType)
rowType
- the row typeCopyright © 2018. All rights reserved.