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)The card brand variant of the payment instrument associated with the network token.NetworkTokenNetworkToken. creationDate(OffsetDateTime creationDate)Date and time when the network token was created, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) extended format.NetworkTokenNetworkToken. device(DeviceInfo device)devicestatic NetworkTokenNetworkToken. fromJson(String jsonString)Create an instance of NetworkToken given an JSON stringNetworkTokenGetNetworkTokenResponse. getToken()tokenNetworkTokenNetworkToken. id(String id)The unique identifier of the network token.NetworkTokenNetworkToken. paymentInstrumentId(String paymentInstrumentId)The unique identifier of the payment instrument to which this network token belongs to.NetworkTokenNetworkToken. status(NetworkToken.StatusEnum status)The status of the network token.NetworkTokenNetworkToken. tokenLastFour(String tokenLastFour)The last four digits of the network token `id`.NetworkTokenNetworkToken. type(String type)The type of wallet the network token is associated with.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)tokenMethod parameters in com.adyen.model.balanceplatform with type arguments of type NetworkToken Modifier and Type Method Description ListNetworkTokensResponseListNetworkTokensResponse. networkTokens(List<NetworkToken> networkTokens)List of network tokens.voidListNetworkTokensResponse. setNetworkTokens(List<NetworkToken> networkTokens)List of network tokens.
-