Class PaymentInstruments
- java.lang.Object
-
- com.adyen.Service
-
- com.adyen.service.balanceplatform.PaymentInstruments
-
public class PaymentInstruments extends Service
-
-
Constructor Summary
Constructors Constructor Description PaymentInstruments(Client client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaymentInstrumentcreate(PaymentInstrumentInfo request)TransactionRulesResponselistTransactionRules(String paymentInstrumentId)PaymentInstrumentretrieve(String paymentInstrumentId)PaymentInstrumentupdate(String paymentInstrumentId, PaymentInstrumentUpdateRequest request)-
Methods inherited from class com.adyen.Service
getClient, isApiKeyRequired, setApiKeyRequired, setClient
-
-
-
-
Constructor Detail
-
PaymentInstruments
public PaymentInstruments(Client client)
-
-
Method Detail
-
create
public PaymentInstrument create(PaymentInstrumentInfo request) throws IOException, ApiException
- Throws:
IOExceptionApiException
-
retrieve
public PaymentInstrument retrieve(String paymentInstrumentId) throws IOException, ApiException
- Throws:
IOExceptionApiException
-
update
public PaymentInstrument update(String paymentInstrumentId, PaymentInstrumentUpdateRequest request) throws IOException, ApiException
- Throws:
IOExceptionApiException
-
listTransactionRules
public TransactionRulesResponse listTransactionRules(String paymentInstrumentId) throws IOException, ApiException
- Throws:
IOExceptionApiException
-
-