Class BalanceNotificationData


  • public class BalanceNotificationData
    extends Object
    BalanceNotificationData
    • Constructor Detail

      • BalanceNotificationData

        public BalanceNotificationData()
      • BalanceNotificationData

        public BalanceNotificationData​(String id)
    • Method Detail

      • balanceAccountId

        public BalanceNotificationData balanceAccountId​(String balanceAccountId)
        The unique identifier of the balance account.
        Parameters:
        balanceAccountId - The unique identifier of the balance account.
        Returns:
        the current BalanceNotificationData instance, allowing for method chaining
      • getBalanceAccountId

        public String getBalanceAccountId()
        The unique identifier of the balance account.
        Returns:
        balanceAccountId The unique identifier of the balance account.
      • setBalanceAccountId

        public void setBalanceAccountId​(String balanceAccountId)
        The unique identifier of the balance account.
        Parameters:
        balanceAccountId - The unique identifier of the balance account.
      • balancePlatform

        public BalanceNotificationData balancePlatform​(String balancePlatform)
        The unique identifier of the balance platform.
        Parameters:
        balancePlatform - The unique identifier of the balance platform.
        Returns:
        the current BalanceNotificationData instance, allowing for method chaining
      • getBalancePlatform

        public String getBalancePlatform()
        The unique identifier of the balance platform.
        Returns:
        balancePlatform The unique identifier of the balance platform.
      • setBalancePlatform

        public void setBalancePlatform​(String balancePlatform)
        The unique identifier of the balance platform.
        Parameters:
        balancePlatform - The unique identifier of the balance platform.
      • balances

        public BalanceNotificationData balances​(Balances balances)
        balances
        Parameters:
        balances -
        Returns:
        the current BalanceNotificationData instance, allowing for method chaining
      • getBalances

        public Balances getBalances()
        Get balances
        Returns:
        balances
      • setBalances

        public void setBalances​(Balances balances)
        balances
        Parameters:
        balances -
      • creationDate

        public BalanceNotificationData creationDate​(OffsetDateTime creationDate)
        The date and time when the event was triggered, in ISO 8601 extended format. For example, **2025-03-19T10:15:30+01:00**.
        Parameters:
        creationDate - The date and time when the event was triggered, in ISO 8601 extended format. For example, **2025-03-19T10:15:30+01:00**.
        Returns:
        the current BalanceNotificationData instance, allowing for method chaining
      • getCreationDate

        public OffsetDateTime getCreationDate()
        The date and time when the event was triggered, in ISO 8601 extended format. For example, **2025-03-19T10:15:30+01:00**.
        Returns:
        creationDate The date and time when the event was triggered, in ISO 8601 extended format. For example, **2025-03-19T10:15:30+01:00**.
      • setCreationDate

        public void setCreationDate​(OffsetDateTime creationDate)
        The date and time when the event was triggered, in ISO 8601 extended format. For example, **2025-03-19T10:15:30+01:00**.
        Parameters:
        creationDate - The date and time when the event was triggered, in ISO 8601 extended format. For example, **2025-03-19T10:15:30+01:00**.
      • currency

        public BalanceNotificationData currency​(String currency)
        The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).
        Parameters:
        currency - The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).
        Returns:
        the current BalanceNotificationData instance, allowing for method chaining
      • getCurrency

        public String getCurrency()
        The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).
        Returns:
        currency The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).
      • setCurrency

        public void setCurrency​(String currency)
        The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).
        Parameters:
        currency - The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).
      • getId

        public String getId()
        The ID of the resource.
        Returns:
        id The ID of the resource.
      • settingIds

        public BalanceNotificationData settingIds​(List<String> settingIds)
        The unique identifier of the balance webhook setting.
        Parameters:
        settingIds - The unique identifier of the balance webhook setting.
        Returns:
        the current BalanceNotificationData instance, allowing for method chaining
      • getSettingIds

        public List<String> getSettingIds()
        The unique identifier of the balance webhook setting.
        Returns:
        settingIds The unique identifier of the balance webhook setting.
      • setSettingIds

        public void setSettingIds​(List<String> settingIds)
        The unique identifier of the balance webhook setting.
        Parameters:
        settingIds - The unique identifier of the balance webhook setting.
      • equals

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

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

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

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