Class AccountHolderResource


  • public class AccountHolderResource
    extends Resource
    AccountHolderResource
    • Constructor Detail

      • AccountHolderResource

        public AccountHolderResource()
    • Method Detail

      • accountHolderId

        public AccountHolderResource accountHolderId​(String accountHolderId)
        The unique identifier of the resource connected to the component. For [Platform Experience components](https://docs.adyen.com/platforms/build-user-dashboards), this is the account holder linked to the balance account shown in the component.
        Parameters:
        accountHolderId -
        Returns:
        the current AccountHolderResource instance, allowing for method chaining
      • getAccountHolderId

        public String getAccountHolderId()
        The unique identifier of the resource connected to the component. For [Platform Experience components](https://docs.adyen.com/platforms/build-user-dashboards), this is the account holder linked to the balance account shown in the component.
        Returns:
        accountHolderId
      • setAccountHolderId

        public void setAccountHolderId​(String accountHolderId)
        The unique identifier of the resource connected to the component. For [Platform Experience components](https://docs.adyen.com/platforms/build-user-dashboards), this is the account holder linked to the balance account shown in the component.
        Parameters:
        accountHolderId -
      • equals

        public boolean equals​(Object o)
        Return true if this AccountHolderResource object is equal to o.
        Overrides:
        equals in class Resource
      • fromJson

        public static AccountHolderResource fromJson​(String jsonString)
                                              throws com.fasterxml.jackson.core.JsonProcessingException
        Create an instance of AccountHolderResource given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of AccountHolderResource
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException - if the JSON string is invalid with respect to AccountHolderResource
      • toJson

        public String toJson()
                      throws com.fasterxml.jackson.core.JsonProcessingException
        Convert an instance of AccountHolderResource to an JSON string
        Overrides:
        toJson in class Resource
        Returns:
        JSON string
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException