Package com.mypurecloud.sdk.v2.model
Class BillingInvoiceItem
java.lang.Object
com.mypurecloud.sdk.v2.model.BillingInvoiceItem
- All Implemented Interfaces:
Serializable
BillingInvoiceItem
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumUnit of Measure. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionamount(BigDecimal amount) Amount.Invoice end date.Invoice start date.dateTransacted(LocalDate dateTransacted) Invoice transaction date.description(String description) Line Item Description.booleangetId()inthashCode()organization(NamedEntity organization) A Genesys Cloud Organization.product(BillingProduct product) Represents the details of a product.Quantity of the item.voidsetAmount(BigDecimal amount) voidsetDateEnd(LocalDate dateEnd) voidsetDateStart(LocalDate dateStart) voidsetDateTransacted(LocalDate dateTransacted) voidsetDescription(String description) voidsetOrganization(NamedEntity organization) voidsetProduct(BillingProduct product) voidsetQuantity(Integer quantity) voidsetUnitOfMeasure(BillingInvoiceItem.UnitOfMeasureEnum unitOfMeasure) toString()unitOfMeasure(BillingInvoiceItem.UnitOfMeasureEnum unitOfMeasure) Unit of Measure.
-
Constructor Details
-
BillingInvoiceItem
public BillingInvoiceItem() -
BillingInvoiceItem
-
-
Method Details
-
getId
-
product
Represents the details of a product. -
getProduct
-
setProduct
-
description
Line Item Description. -
getDescription
-
setDescription
-
dateTransacted
Invoice transaction date. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd -
getDateTransacted
-
setDateTransacted
-
dateStart
Invoice start date. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd -
getDateStart
-
setDateStart
-
dateEnd
Invoice end date. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd -
getDateEnd
-
setDateEnd
-
organization
A Genesys Cloud Organization. -
getOrganization
-
setOrganization
-
quantity
Quantity of the item. -
getQuantity
-
setQuantity
-
unitOfMeasure
Unit of Measure. -
getUnitOfMeasure
-
setUnitOfMeasure
-
amount
Amount. -
getAmount
-
setAmount
-
equals
-
hashCode
public int hashCode() -
toString
-