Package com.adyen.model.marketpayaccount
Class MigratedShareholders
- java.lang.Object
-
- com.adyen.model.marketpayaccount.MigratedShareholders
-
public class MigratedShareholders extends Object
MigratedShareholders
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_LEGAL_ENTITY_CODEstatic StringJSON_PROPERTY_SHAREHOLDER_CODE
-
Constructor Summary
Constructors Constructor Description MigratedShareholders()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Return true if this MigratedShareholders object is equal to o.static MigratedShareholdersfromJson(String jsonString)Create an instance of MigratedShareholders given an JSON stringStringgetLegalEntityCode()The unique identifier of the legal entity of that shareholder in the balance platform.StringgetShareholderCode()The unique identifier of the account of the migrated shareholder in the classic integration.inthashCode()MigratedShareholderslegalEntityCode(String legalEntityCode)voidsetLegalEntityCode(String legalEntityCode)voidsetShareholderCode(String shareholderCode)MigratedShareholdersshareholderCode(String shareholderCode)StringtoJson()Convert an instance of MigratedShareholders to an JSON stringStringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_LEGAL_ENTITY_CODE
public static final String JSON_PROPERTY_LEGAL_ENTITY_CODE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SHAREHOLDER_CODE
public static final String JSON_PROPERTY_SHAREHOLDER_CODE
- See Also:
- Constant Field Values
-
-
Method Detail
-
legalEntityCode
public MigratedShareholders legalEntityCode(String legalEntityCode)
-
getLegalEntityCode
public String getLegalEntityCode()
The unique identifier of the legal entity of that shareholder in the balance platform.- Returns:
- legalEntityCode
-
setLegalEntityCode
public void setLegalEntityCode(String legalEntityCode)
-
shareholderCode
public MigratedShareholders shareholderCode(String shareholderCode)
-
getShareholderCode
public String getShareholderCode()
The unique identifier of the account of the migrated shareholder in the classic integration.- Returns:
- shareholderCode
-
setShareholderCode
public void setShareholderCode(String shareholderCode)
-
equals
public boolean equals(Object o)
Return true if this MigratedShareholders object is equal to o.
-
fromJson
public static MigratedShareholders fromJson(String jsonString) throws com.fasterxml.jackson.core.JsonProcessingException
Create an instance of MigratedShareholders given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of MigratedShareholders
- Throws:
com.fasterxml.jackson.core.JsonProcessingException- if the JSON string is invalid with respect to MigratedShareholders
-
toJson
public String toJson() throws com.fasterxml.jackson.core.JsonProcessingException
Convert an instance of MigratedShareholders to an JSON string- Returns:
- JSON string
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
-