Klasse Invoices
java.lang.Object
de.bytestore.hostinger.entity.ecommerce.Invoices
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungCalculates the total amount of the invoice by summing up the amount of each product.getId()getIpv4()getIpv6()getNote()voidsend(boolean mailIO, boolean postIO) voidsetCreatedBy(String createdBy) voidsetCreatedDate(OffsetDateTime createdDate) voidvoidvoidvoidsetLastModifiedBy(String lastModifiedBy) voidsetLastModifiedDate(OffsetDateTime lastModifiedDate) voidvoidsetProducts(List<InvoiceProducts> products) voidsetReceiver(User receiver) voidsetStatus(InvoiceStatus status)
-
Konstruktordetails
-
Invoices
public Invoices()
-
-
Methodendetails
-
setProducts
-
getProducts
-
setStatus
-
getStatus
-
getId
-
setId
-
getReceiver
-
setReceiver
-
getIpv4
-
setIpv4
-
getIpv6
-
setIpv6
-
getNote
-
setNote
-
getCreatedBy
-
setCreatedBy
-
getCreatedDate
-
setCreatedDate
-
getLastModifiedBy
-
setLastModifiedBy
-
getLastModifiedDate
-
setLastModifiedDate
-
calculateAmount
Calculates the total amount of the invoice by summing up the amount of each product.- Gibt zurück:
- The total amount of the invoice as a BigDecimal.
-
send
public void send(boolean mailIO, boolean postIO)
-