Class AuthorisedCardUsers


  • public class AuthorisedCardUsers
    extends Object
    AuthorisedCardUsers
    • Constructor Detail

      • AuthorisedCardUsers

        public AuthorisedCardUsers()
    • 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 AuthorisedCardUsers instance, allowing for method chaining
      • 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.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • 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