Uses of Class
com.adyen.model.balanceplatform.NetworkToken
-
Packages that use NetworkToken Package Description com.adyen.model.balanceplatform -
-
Uses of NetworkToken in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return NetworkToken Modifier and Type Method Description NetworkTokenNetworkToken. brandVariant(String brandVariant)NetworkTokenNetworkToken. creationDate(OffsetDateTime creationDate)NetworkTokenNetworkToken. device(DeviceInfo device)static NetworkTokenNetworkToken. fromJson(String jsonString)Create an instance of NetworkToken given an JSON stringNetworkTokenGetNetworkTokenResponse. getToken()Get tokenNetworkTokenNetworkToken. id(String id)NetworkTokenNetworkToken. paymentInstrumentId(String paymentInstrumentId)NetworkTokenNetworkToken. status(NetworkToken.StatusEnum status)NetworkTokenNetworkToken. tokenLastFour(String tokenLastFour)NetworkTokenNetworkToken. type(String type)Methods in com.adyen.model.balanceplatform that return types with arguments of type NetworkToken Modifier and Type Method Description List<NetworkToken>ListNetworkTokensResponse. getNetworkTokens()List of network tokens.Methods in com.adyen.model.balanceplatform with parameters of type NetworkToken Modifier and Type Method Description ListNetworkTokensResponseListNetworkTokensResponse. addNetworkTokensItem(NetworkToken networkTokensItem)voidGetNetworkTokenResponse. setToken(NetworkToken token)tokenGetNetworkTokenResponseGetNetworkTokenResponse. token(NetworkToken token)Method parameters in com.adyen.model.balanceplatform with type arguments of type NetworkToken Modifier and Type Method Description ListNetworkTokensResponseListNetworkTokensResponse. networkTokens(List<NetworkToken> networkTokens)voidListNetworkTokensResponse. setNetworkTokens(List<NetworkToken> networkTokens)List of network tokens.
-