Class TransactionRules
- java.lang.Object
-
- com.adyen.Service
-
- com.adyen.service.balanceplatform.TransactionRules
-
public class TransactionRules extends Service
-
-
Constructor Summary
Constructors Constructor Description TransactionRules(Client client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TransactionRulecreate(TransactionRuleInfo request)voiddelete(String transactionRuleId)TransactionRuleResponseretrieve(String transactionRuleId)TransactionRuleupdate(String transactionRuleId, TransactionRuleInfo request)-
Methods inherited from class com.adyen.Service
getClient, isApiKeyRequired, setApiKeyRequired, setClient
-
-
-
-
Constructor Detail
-
TransactionRules
public TransactionRules(Client client)
-
-
Method Detail
-
create
public TransactionRule create(TransactionRuleInfo request) throws IOException, ApiException
- Throws:
IOExceptionApiException
-
retrieve
public TransactionRuleResponse retrieve(String transactionRuleId) throws IOException, ApiException
- Throws:
IOExceptionApiException
-
update
public TransactionRule update(String transactionRuleId, TransactionRuleInfo request) throws IOException, ApiException
- Throws:
IOExceptionApiException
-
delete
public void delete(String transactionRuleId) throws IOException, ApiException
- Throws:
IOExceptionApiException
-
-