Class BusinessLineService
- java.lang.Object
-
- com.adyen.Service
-
- com.adyen.service.legalentitymanagement.BusinessLineService
-
public class BusinessLineService extends Service
-
-
Constructor Summary
Constructors Constructor Description BusinessLineService(Client client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BusinessLinecreate(BusinessLineInfo request)BusinessLineretrieve(String businessLineId)BusinessLineupdate(String businessLineId, BusinessLineInfo request)-
Methods inherited from class com.adyen.Service
getClient, isApiKeyRequired, setApiKeyRequired, setClient
-
-
-
-
Constructor Detail
-
BusinessLineService
public BusinessLineService(Client client)
-
-
Method Detail
-
create
public BusinessLine create(BusinessLineInfo request) throws IOException, ApiException
- Throws:
IOExceptionApiException
-
retrieve
public BusinessLine retrieve(String businessLineId) throws IOException, ApiException
- Throws:
IOExceptionApiException
-
update
public BusinessLine update(String businessLineId, BusinessLineInfo request) throws IOException, ApiException
- Throws:
IOExceptionApiException
-
-