Class InvoiceCartLine
java.lang.Object
dev.vality.swag_webhook_events.model.InvoiceCartLine
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2024-02-26T07:25:16.040246332Z[Etc/UTC]")
public class InvoiceCartLine
extends Object
Product or service item
-
Constructor Summary
Constructors Constructor Description InvoiceCartLine() -
Method Summary
Modifier and Type Method Description InvoiceCartLinecost(Long cost)booleanequals(Object o)@NotNull @Min(1L) LonggetCost()The total value of the item, taking into account the number of units of goods or services minimum: 1@NotNull @Min(1L) LonggetPrice()The price of the good or service offered, in minor monetary units, e.g.@NotNull @Size(max=1000) StringgetProduct()Description of the goods or services offered@NotNull @Min(1L) LonggetQuantity()Number of units of goods or services offered in this item minimum: 1@Valid InvoiceCartLineTaxModegetTaxMode()Get taxModeinthashCode()InvoiceCartLineprice(Long price)InvoiceCartLineproduct(String product)InvoiceCartLinequantity(Long quantity)voidsetCost(Long cost)voidsetPrice(Long price)voidsetProduct(String product)voidsetQuantity(Long quantity)voidsetTaxMode(InvoiceCartLineTaxMode taxMode)InvoiceCartLinetaxMode(InvoiceCartLineTaxMode taxMode)StringtoString()
-
Constructor Details
-
InvoiceCartLine
public InvoiceCartLine()
-
-
Method Details
-
product
-
getProduct
Description of the goods or services offered- Returns:
- product
-
setProduct
-
quantity
-
getQuantity
Number of units of goods or services offered in this item minimum: 1- Returns:
- quantity
-
setQuantity
-
price
-
getPrice
The price of the good or service offered, in minor monetary units, e.g. cents if U.S. dollars are specified as the currency minimum: 1- Returns:
- price
-
setPrice
-
cost
-
getCost
The total value of the item, taking into account the number of units of goods or services minimum: 1- Returns:
- cost
-
setCost
-
taxMode
-
getTaxMode
Get taxMode- Returns:
- taxMode
-
setTaxMode
-
equals
-
hashCode
public int hashCode() -
toString
-