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()
void
send
(boolean mailIO, boolean postIO) void
setCreatedBy
(String createdBy) void
setCreatedDate
(OffsetDateTime createdDate) void
void
void
void
setLastModifiedBy
(String lastModifiedBy) void
setLastModifiedDate
(OffsetDateTime lastModifiedDate) void
void
setProducts
(List<InvoiceProducts> products) void
setReceiver
(User receiver) void
setStatus
(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)
-