Uses of Class
com.adyen.model.legalentitymanagement.StockData
-
Packages that use StockData Package Description com.adyen.model.legalentitymanagement -
-
Uses of StockData in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return StockData Modifier and Type Method Description static StockDataStockData. fromJson(String jsonString)Create an instance of StockData given an JSON stringStockDataOrganization. getStockData()stockDataStockDataStockData. marketIdentifier(String marketIdentifier)The four-digit [Market Identifier Code](https://en.wikipedia.org/wiki/Market_Identifier_Code) of the stock market where the organization's stocks are traded.StockDataStockData. stockNumber(String stockNumber)The 12-digit International Securities Identification Number (ISIN) of the company, without dashes (-).StockDataStockData. tickerSymbol(String tickerSymbol)The stock ticker symbol.Methods in com.adyen.model.legalentitymanagement with parameters of type StockData Modifier and Type Method Description voidOrganization. setStockData(StockData stockData)stockDataOrganizationOrganization. stockData(StockData stockData)stockData
-