Package com.adyen.model.marketpayaccount
Class UltimateParentCompanyBusinessDetails
- java.lang.Object
-
- com.adyen.model.marketpayaccount.UltimateParentCompanyBusinessDetails
-
public class UltimateParentCompanyBusinessDetails extends Object
UltimateParentCompanyBusinessDetails
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_LEGAL_BUSINESS_NAMEstatic StringJSON_PROPERTY_REGISTRATION_NUMBERstatic StringJSON_PROPERTY_STOCK_EXCHANGEstatic StringJSON_PROPERTY_STOCK_NUMBERstatic StringJSON_PROPERTY_STOCK_TICKER
-
Constructor Summary
Constructors Constructor Description UltimateParentCompanyBusinessDetails()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Return true if this UltimateParentCompanyBusinessDetails object is equal to o.static UltimateParentCompanyBusinessDetailsfromJson(String jsonString)Create an instance of UltimateParentCompanyBusinessDetails given an JSON stringStringgetLegalBusinessName()The legal name of the company.StringgetRegistrationNumber()The registration number of the company.StringgetStockExchange()Market Identifier Code (MIC).StringgetStockNumber()International Securities Identification Number (ISIN).StringgetStockTicker()Stock Ticker symbol.inthashCode()UltimateParentCompanyBusinessDetailslegalBusinessName(String legalBusinessName)UltimateParentCompanyBusinessDetailsregistrationNumber(String registrationNumber)voidsetLegalBusinessName(String legalBusinessName)voidsetRegistrationNumber(String registrationNumber)voidsetStockExchange(String stockExchange)voidsetStockNumber(String stockNumber)voidsetStockTicker(String stockTicker)UltimateParentCompanyBusinessDetailsstockExchange(String stockExchange)UltimateParentCompanyBusinessDetailsstockNumber(String stockNumber)UltimateParentCompanyBusinessDetailsstockTicker(String stockTicker)StringtoJson()Convert an instance of UltimateParentCompanyBusinessDetails to an JSON stringStringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_LEGAL_BUSINESS_NAME
public static final String JSON_PROPERTY_LEGAL_BUSINESS_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_REGISTRATION_NUMBER
public static final String JSON_PROPERTY_REGISTRATION_NUMBER
- See Also:
- Constant Field Values
-
JSON_PROPERTY_STOCK_EXCHANGE
public static final String JSON_PROPERTY_STOCK_EXCHANGE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_STOCK_NUMBER
public static final String JSON_PROPERTY_STOCK_NUMBER
- See Also:
- Constant Field Values
-
JSON_PROPERTY_STOCK_TICKER
public static final String JSON_PROPERTY_STOCK_TICKER
- See Also:
- Constant Field Values
-
-
Method Detail
-
legalBusinessName
public UltimateParentCompanyBusinessDetails legalBusinessName(String legalBusinessName)
-
getLegalBusinessName
public String getLegalBusinessName()
The legal name of the company.- Returns:
- legalBusinessName
-
setLegalBusinessName
public void setLegalBusinessName(String legalBusinessName)
-
registrationNumber
public UltimateParentCompanyBusinessDetails registrationNumber(String registrationNumber)
-
getRegistrationNumber
public String getRegistrationNumber()
The registration number of the company.- Returns:
- registrationNumber
-
setRegistrationNumber
public void setRegistrationNumber(String registrationNumber)
-
stockExchange
public UltimateParentCompanyBusinessDetails stockExchange(String stockExchange)
-
getStockExchange
public String getStockExchange()
Market Identifier Code (MIC).- Returns:
- stockExchange
-
setStockExchange
public void setStockExchange(String stockExchange)
-
stockNumber
public UltimateParentCompanyBusinessDetails stockNumber(String stockNumber)
-
getStockNumber
public String getStockNumber()
International Securities Identification Number (ISIN).- Returns:
- stockNumber
-
setStockNumber
public void setStockNumber(String stockNumber)
-
stockTicker
public UltimateParentCompanyBusinessDetails stockTicker(String stockTicker)
-
getStockTicker
public String getStockTicker()
Stock Ticker symbol.- Returns:
- stockTicker
-
setStockTicker
public void setStockTicker(String stockTicker)
-
equals
public boolean equals(Object o)
Return true if this UltimateParentCompanyBusinessDetails object is equal to o.
-
fromJson
public static UltimateParentCompanyBusinessDetails fromJson(String jsonString) throws com.fasterxml.jackson.core.JsonProcessingException
Create an instance of UltimateParentCompanyBusinessDetails given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of UltimateParentCompanyBusinessDetails
- Throws:
com.fasterxml.jackson.core.JsonProcessingException- if the JSON string is invalid with respect to UltimateParentCompanyBusinessDetails
-
toJson
public String toJson() throws com.fasterxml.jackson.core.JsonProcessingException
Convert an instance of UltimateParentCompanyBusinessDetails to an JSON string- Returns:
- JSON string
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
-