Class SAPInvoiceWsDTO
java.lang.Object
de.hybris.platform.commercewebservicescommons.dto.order.SAPInvoiceWsDTO
- All Implemented Interfaces:
Serializable
Representation of an Invoice
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCreatedAt(Date createdAt) voidsetExternalSystemId(String externalSystemId) voidsetInvoiceId(String invoiceId) voidsetNetAmount(PriceWsDTO netAmount) voidsetTotalAmount(PriceWsDTO totalAmount)
-
Constructor Details
-
SAPInvoiceWsDTO
public SAPInvoiceWsDTO()
-
-
Method Details
-
setInvoiceId
-
getInvoiceId
-
setCreatedAt
-
getCreatedAt
-
setTotalAmount
-
getTotalAmount
-
setNetAmount
-
getNetAmount
-
setExternalSystemId
-
getExternalSystemId
-