Class AccountHolderUpdateRequest


  • public class AccountHolderUpdateRequest
    extends Object
    AccountHolderUpdateRequest
    • Constructor Detail

      • AccountHolderUpdateRequest

        public AccountHolderUpdateRequest()
    • Method Detail

      • balancePlatform

        public AccountHolderUpdateRequest balancePlatform​(String balancePlatform)
        The unique identifier of the [balance platform](https://docs.adyen.com/api-explorer/#/balanceplatform/latest/get/balancePlatforms/{id}__queryParam_id) to which the account holder belongs. Required in the request if your API credentials can be used for multiple balance platforms.
        Parameters:
        balancePlatform -
        Returns:
        the current AccountHolderUpdateRequest instance, allowing for method chaining
      • getBalancePlatform

        public String getBalancePlatform()
        The unique identifier of the [balance platform](https://docs.adyen.com/api-explorer/#/balanceplatform/latest/get/balancePlatforms/{id}__queryParam_id) to which the account holder belongs. Required in the request if your API credentials can be used for multiple balance platforms.
        Returns:
        balancePlatform
      • setBalancePlatform

        public void setBalancePlatform​(String balancePlatform)
        The unique identifier of the [balance platform](https://docs.adyen.com/api-explorer/#/balanceplatform/latest/get/balancePlatforms/{id}__queryParam_id) to which the account holder belongs. Required in the request if your API credentials can be used for multiple balance platforms.
        Parameters:
        balancePlatform -
      • capabilities

        public AccountHolderUpdateRequest capabilities​(Map<String,​AccountHolderCapability> capabilities)
        Contains key-value pairs that specify the actions that an account holder can do in your platform. The key is a capability required for your integration. For example, **issueCard** for Issuing. The value is an object containing the settings for the capability.
        Parameters:
        capabilities -
        Returns:
        the current AccountHolderUpdateRequest instance, allowing for method chaining
      • getCapabilities

        public Map<String,​AccountHolderCapability> getCapabilities()
        Contains key-value pairs that specify the actions that an account holder can do in your platform. The key is a capability required for your integration. For example, **issueCard** for Issuing. The value is an object containing the settings for the capability.
        Returns:
        capabilities
      • setCapabilities

        public void setCapabilities​(Map<String,​AccountHolderCapability> capabilities)
        Contains key-value pairs that specify the actions that an account holder can do in your platform. The key is a capability required for your integration. For example, **issueCard** for Issuing. The value is an object containing the settings for the capability.
        Parameters:
        capabilities -
      • contactDetails

        @Deprecated
        public AccountHolderUpdateRequest contactDetails​(ContactDetails contactDetails)
        Deprecated.
        contactDetails
        Parameters:
        contactDetails -
        Returns:
        the current AccountHolderUpdateRequest instance, allowing for method chaining
      • getContactDetails

        @Deprecated
        public ContactDetails getContactDetails()
        Deprecated.
        contactDetails
        Returns:
        contactDetails
      • setContactDetails

        @Deprecated
        public void setContactDetails​(ContactDetails contactDetails)
        Deprecated.
        contactDetails
        Parameters:
        contactDetails -
      • description

        public AccountHolderUpdateRequest description​(String description)
        Your description for the account holder.
        Parameters:
        description -
        Returns:
        the current AccountHolderUpdateRequest instance, allowing for method chaining
      • getDescription

        public String getDescription()
        Your description for the account holder.
        Returns:
        description
      • setDescription

        public void setDescription​(String description)
        Your description for the account holder.
        Parameters:
        description -
      • metadata

        public AccountHolderUpdateRequest metadata​(Map<String,​String> metadata)
        A set of key and value pairs for general use. The keys do not have specific names and may be used for storing miscellaneous data as desired. > Note that during an update of metadata, the omission of existing key-value pairs will result in the deletion of those key-value pairs.
        Parameters:
        metadata -
        Returns:
        the current AccountHolderUpdateRequest instance, allowing for method chaining
      • getMetadata

        public Map<String,​String> getMetadata()
        A set of key and value pairs for general use. The keys do not have specific names and may be used for storing miscellaneous data as desired. > Note that during an update of metadata, the omission of existing key-value pairs will result in the deletion of those key-value pairs.
        Returns:
        metadata
      • setMetadata

        public void setMetadata​(Map<String,​String> metadata)
        A set of key and value pairs for general use. The keys do not have specific names and may be used for storing miscellaneous data as desired. > Note that during an update of metadata, the omission of existing key-value pairs will result in the deletion of those key-value pairs.
        Parameters:
        metadata -
      • migratedAccountHolderCode

        public AccountHolderUpdateRequest migratedAccountHolderCode​(String migratedAccountHolderCode)
        The unique identifier of the migrated account holder in the classic integration.
        Parameters:
        migratedAccountHolderCode -
        Returns:
        the current AccountHolderUpdateRequest instance, allowing for method chaining
      • getMigratedAccountHolderCode

        public String getMigratedAccountHolderCode()
        The unique identifier of the migrated account holder in the classic integration.
        Returns:
        migratedAccountHolderCode
      • setMigratedAccountHolderCode

        public void setMigratedAccountHolderCode​(String migratedAccountHolderCode)
        The unique identifier of the migrated account holder in the classic integration.
        Parameters:
        migratedAccountHolderCode -
      • primaryBalanceAccount

        public AccountHolderUpdateRequest primaryBalanceAccount​(String primaryBalanceAccount)
        The ID of the account holder's primary balance account. By default, this is set to the first balance account that you create for the account holder. To assign a different balance account, send a PATCH request.
        Parameters:
        primaryBalanceAccount -
        Returns:
        the current AccountHolderUpdateRequest instance, allowing for method chaining
      • getPrimaryBalanceAccount

        public String getPrimaryBalanceAccount()
        The ID of the account holder's primary balance account. By default, this is set to the first balance account that you create for the account holder. To assign a different balance account, send a PATCH request.
        Returns:
        primaryBalanceAccount
      • setPrimaryBalanceAccount

        public void setPrimaryBalanceAccount​(String primaryBalanceAccount)
        The ID of the account holder's primary balance account. By default, this is set to the first balance account that you create for the account holder. To assign a different balance account, send a PATCH request.
        Parameters:
        primaryBalanceAccount -
      • reference

        public AccountHolderUpdateRequest reference​(String reference)
        Your reference for the account holder.
        Parameters:
        reference -
        Returns:
        the current AccountHolderUpdateRequest instance, allowing for method chaining
      • getReference

        public String getReference()
        Your reference for the account holder.
        Returns:
        reference
      • setReference

        public void setReference​(String reference)
        Your reference for the account holder.
        Parameters:
        reference -
      • status

        public AccountHolderUpdateRequest status​(AccountHolderUpdateRequest.StatusEnum status)
        The status of the account holder. Possible values: * **active**: The account holder is active. This is the default status when creating an account holder. * **suspended**: The account holder is permanently deactivated by Adyen. This action cannot be undone. * **closed**: The account holder is permanently deactivated by you. This action cannot be undone.
        Parameters:
        status -
        Returns:
        the current AccountHolderUpdateRequest instance, allowing for method chaining
      • getStatus

        public AccountHolderUpdateRequest.StatusEnum getStatus()
        The status of the account holder. Possible values: * **active**: The account holder is active. This is the default status when creating an account holder. * **suspended**: The account holder is permanently deactivated by Adyen. This action cannot be undone. * **closed**: The account holder is permanently deactivated by you. This action cannot be undone.
        Returns:
        status
      • setStatus

        public void setStatus​(AccountHolderUpdateRequest.StatusEnum status)
        The status of the account holder. Possible values: * **active**: The account holder is active. This is the default status when creating an account holder. * **suspended**: The account holder is permanently deactivated by Adyen. This action cannot be undone. * **closed**: The account holder is permanently deactivated by you. This action cannot be undone.
        Parameters:
        status -
      • timeZone

        public AccountHolderUpdateRequest timeZone​(String timeZone)
        The time zone of the account holder. For example, **Europe/Amsterdam**. Defaults to the time zone of the balance platform if no time zone is set. For possible values, see the [list of time zone codes](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones).
        Parameters:
        timeZone -
        Returns:
        the current AccountHolderUpdateRequest instance, allowing for method chaining
      • getTimeZone

        public String getTimeZone()
        The time zone of the account holder. For example, **Europe/Amsterdam**. Defaults to the time zone of the balance platform if no time zone is set. For possible values, see the [list of time zone codes](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones).
        Returns:
        timeZone
      • setTimeZone

        public void setTimeZone​(String timeZone)
        The time zone of the account holder. For example, **Europe/Amsterdam**. Defaults to the time zone of the balance platform if no time zone is set. For possible values, see the [list of time zone codes](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones).
        Parameters:
        timeZone -
      • verificationDeadlines

        public AccountHolderUpdateRequest verificationDeadlines​(List<VerificationDeadline> verificationDeadlines)
        List of verification deadlines and the capabilities that will be disallowed if verification errors are not resolved.
        Parameters:
        verificationDeadlines -
        Returns:
        the current AccountHolderUpdateRequest instance, allowing for method chaining
      • getVerificationDeadlines

        public List<VerificationDeadline> getVerificationDeadlines()
        List of verification deadlines and the capabilities that will be disallowed if verification errors are not resolved.
        Returns:
        verificationDeadlines
      • setVerificationDeadlines

        public void setVerificationDeadlines​(List<VerificationDeadline> verificationDeadlines)
        List of verification deadlines and the capabilities that will be disallowed if verification errors are not resolved.
        Parameters:
        verificationDeadlines -
      • equals

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

        public int hashCode()
        Overrides:
        hashCode in class Object
      • fromJson

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

        public String toJson()
                      throws com.fasterxml.jackson.core.JsonProcessingException
        Convert an instance of AccountHolderUpdateRequest to an JSON string
        Returns:
        JSON string
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException