Interface SapInvoiceBackend
- All Superinterfaces:
BackendBusinessObject
- All Known Implementing Classes:
SapInvoiceBackendImpl
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]getInvoiceInByte(String billingDocNumber) get the invoice in byte formatMethods inherited from interface de.hybris.platform.sap.core.bol.backend.BackendBusinessObject
destroyBackendObject, initBackendObject
-
Method Details
-
getInvoiceInByte
get the invoice in byte format- Parameters:
billingDocNumber-- Returns:
- byte array
- Throws:
BackendException
-