Uses of Class
com.adyen.model.balanceplatform.AuthorisedCardUsers
-
Packages that use AuthorisedCardUsers Package Description com.adyen.model.balanceplatform com.adyen.service.balanceplatform -
-
Uses of AuthorisedCardUsers in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return AuthorisedCardUsers Modifier and Type Method Description AuthorisedCardUsersAuthorisedCardUsers. addLegalEntityIdsItem(String legalEntityIdsItem)static AuthorisedCardUsersAuthorisedCardUsers. fromJson(String jsonString)Create an instance of AuthorisedCardUsers given an JSON stringAuthorisedCardUsersAuthorisedCardUsers. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.AuthorisedCardUsersAuthorisedCardUsers. legalEntityIds(List<String> legalEntityIds)The legal entity IDs of the authorized card users linked to the specified payment instrument. -
Uses of AuthorisedCardUsers in com.adyen.service.balanceplatform
Methods in com.adyen.service.balanceplatform that return AuthorisedCardUsers Modifier and Type Method Description AuthorisedCardUsersAuthorizedCardUsersApi. getAllAuthorisedCardUsers(String paymentInstrumentId)Get authorized users for a card.AuthorisedCardUsersAuthorizedCardUsersApi. getAllAuthorisedCardUsers(String paymentInstrumentId, RequestOptions requestOptions)Get authorized users for a card.Methods in com.adyen.service.balanceplatform with parameters of type AuthorisedCardUsers Modifier and Type Method Description voidAuthorizedCardUsersApi. createAuthorisedCardUsers(String paymentInstrumentId, AuthorisedCardUsers authorisedCardUsers)Create authorized users for a card.voidAuthorizedCardUsersApi. createAuthorisedCardUsers(String paymentInstrumentId, AuthorisedCardUsers authorisedCardUsers, RequestOptions requestOptions)Create authorized users for a card.voidAuthorizedCardUsersApi. updateAuthorisedCardUsers(String paymentInstrumentId, AuthorisedCardUsers authorisedCardUsers)Update the authorized users for a card.voidAuthorizedCardUsersApi. updateAuthorisedCardUsers(String paymentInstrumentId, AuthorisedCardUsers authorisedCardUsers, RequestOptions requestOptions)Update the authorized users for a card.
-