Class PaymentInstrumentGroups
- java.lang.Object
-
- com.adyen.Service
-
- com.adyen.service.balanceplatform.PaymentInstrumentGroups
-
public class PaymentInstrumentGroups extends Service
-
-
Constructor Summary
Constructors Constructor Description PaymentInstrumentGroups(Client client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaymentInstrumentGroupcreate(PaymentInstrumentGroupInfo request)TransactionRulesResponselistTransactionRules(String instrumentGroupId)PaymentInstrumentGroupretrieve(String instrumentGroupId)-
Methods inherited from class com.adyen.Service
getClient, isApiKeyRequired, setApiKeyRequired, setClient
-
-
-
-
Constructor Detail
-
PaymentInstrumentGroups
public PaymentInstrumentGroups(Client client)
-
-
Method Detail
-
create
public PaymentInstrumentGroup create(PaymentInstrumentGroupInfo request) throws IOException, ApiException
- Throws:
IOExceptionApiException
-
retrieve
public PaymentInstrumentGroup retrieve(String instrumentGroupId) throws IOException, ApiException
- Throws:
IOExceptionApiException
-
listTransactionRules
public TransactionRulesResponse listTransactionRules(String instrumentGroupId) throws IOException, ApiException
- Throws:
IOExceptionApiException
-
-