Package com.adyen.model.balanceplatform
Class AuthorisedCardUsers
- java.lang.Object
-
- com.adyen.model.balanceplatform.AuthorisedCardUsers
-
public class AuthorisedCardUsers extends Object
AuthorisedCardUsers
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_LEGAL_ENTITY_IDS
-
Constructor Summary
Constructors Constructor Description AuthorisedCardUsers()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthorisedCardUsersaddLegalEntityIdsItem(String legalEntityIdsItem)booleanequals(Object o)Return true if this AuthorisedCardUsers object is equal to o.static AuthorisedCardUsersfromJson(String jsonString)Create an instance of AuthorisedCardUsers given an JSON stringList<String>getLegalEntityIds()The legal entity IDs of the authorized card users linked to the specified payment instrument.inthashCode()AuthorisedCardUserslegalEntityIds(List<String> legalEntityIds)The legal entity IDs of the authorized card users linked to the specified payment instrument.voidsetLegalEntityIds(List<String> legalEntityIds)The legal entity IDs of the authorized card users linked to the specified payment instrument.StringtoJson()Convert an instance of AuthorisedCardUsers to an JSON stringStringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_LEGAL_ENTITY_IDS
public static final String JSON_PROPERTY_LEGAL_ENTITY_IDS
- See Also:
- Constant Field Values
-
-
Method Detail
-
legalEntityIds
public AuthorisedCardUsers legalEntityIds(List<String> legalEntityIds)
The legal entity IDs of the authorized card users linked to the specified payment instrument.- Parameters:
legalEntityIds- The legal entity IDs of the authorized card users linked to the specified payment instrument.- Returns:
- the current
AuthorisedCardUsersinstance, allowing for method chaining
-
addLegalEntityIdsItem
public AuthorisedCardUsers addLegalEntityIdsItem(String legalEntityIdsItem)
-
getLegalEntityIds
public List<String> getLegalEntityIds()
The legal entity IDs of the authorized card users linked to the specified payment instrument.- Returns:
- legalEntityIds The legal entity IDs of the authorized card users linked to the specified payment instrument.
-
setLegalEntityIds
public void setLegalEntityIds(List<String> legalEntityIds)
The legal entity IDs of the authorized card users linked to the specified payment instrument.- Parameters:
legalEntityIds- The legal entity IDs of the authorized card users linked to the specified payment instrument.
-
equals
public boolean equals(Object o)
Return true if this AuthorisedCardUsers object is equal to o.
-
fromJson
public static AuthorisedCardUsers fromJson(String jsonString) throws com.fasterxml.jackson.core.JsonProcessingException
Create an instance of AuthorisedCardUsers given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of AuthorisedCardUsers
- Throws:
com.fasterxml.jackson.core.JsonProcessingException- if the JSON string is invalid with respect to AuthorisedCardUsers
-
toJson
public String toJson() throws com.fasterxml.jackson.core.JsonProcessingException
Convert an instance of AuthorisedCardUsers to an JSON string- Returns:
- JSON string
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
-