public class VatRollItem extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| VatRollItem() | 
| VatRollItem(VatRollItem 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 | getName()Get Item name | 
| String | getPrice()Get Unit price | 
| String | getQuantity()Get Quantity | 
| String | getTotal()Get Amount | 
| void | setName(String Name)Set Item name | 
| void | setPrice(String Price)Set Unit price | 
| void | setQuantity(String Quantity)Set Quantity | 
| 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, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic VatRollItem()
public VatRollItem(VatRollItem source)
public String getName()
public void setName(String Name)
Name - Item namepublic String getQuantity()
public void setQuantity(String Quantity)
Quantity - Quantitypublic String getPrice()
public void setPrice(String Price)
Price - Unit pricepublic String getTotal()
public void setTotal(String Total)
Total - AmountCopyright © 2025. All rights reserved.