Class AccountFundsBelowThresholdNotificationContent


  • public class AccountFundsBelowThresholdNotificationContent
    extends Object
    AccountFundsBelowThresholdNotificationContent
    • Constructor Detail

      • AccountFundsBelowThresholdNotificationContent

        public AccountFundsBelowThresholdNotificationContent()
    • Method Detail

      • getAccountCode

        public String getAccountCode()
        The code of the account with funds under threshold
        Returns:
        accountCode
      • setAccountCode

        public void setAccountCode​(String accountCode)
      • getBalanceDate

        public LocalDate getBalanceDate()
        Get balanceDate
        Returns:
        balanceDate
      • setBalanceDate

        public void setBalanceDate​(LocalDate balanceDate)
      • getCurrentFunds

        public Amount getCurrentFunds()
        Get currentFunds
        Returns:
        currentFunds
      • setCurrentFunds

        public void setCurrentFunds​(Amount currentFunds)
      • getFundThreshold

        public Amount getFundThreshold()
        Get fundThreshold
        Returns:
        fundThreshold
      • setFundThreshold

        public void setFundThreshold​(Amount fundThreshold)
      • getMerchantAccountCode

        public String getMerchantAccountCode()
        The code of the merchant account.
        Returns:
        merchantAccountCode
      • setMerchantAccountCode

        public void setMerchantAccountCode​(String merchantAccountCode)
      • equals

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

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

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

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