class EJournalService
Constructs the service.
credentials
- to work with the server
transport
- to know the method to reach the server
EJournalService(url: URL, credentials: Credentials?, transport: Transport)
Constructs the service. |
fun append(cashRegisterName: String, stream: InputStream): Unit
Appends passed ejournal csv lines of cash register. |
|
operator fun get(cashRegisterName: String, orderDesc: Boolean?): InputStream?
Returns stream with csv lines belonging to passed |