Package glair.vision.api.sessions
Class NpwpSessions
Represents a session for NPWP operations.
Extends the
BaseSessions class with specific configuration and session
details for NPWP sessions.-
Field Summary
Fields inherited from class glair.vision.model.BaseSessions
baseUrl, config, logger, sessionType -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class glair.vision.model.BaseSessions
create, create, createBody, getBaseUrl, getSessionType, retrieve, retrieve
-
Constructor Details
-
NpwpSessions
Represents a session for NPWP operations. Extends theBaseSessionsclass with specific configuration and session details.- Parameters:
config- The configuration settings to use for NPWP sessions.
-