Class TransactionListForAccount


  • public class TransactionListForAccount
    extends Object
    TransactionListForAccount
    • Constructor Detail

      • TransactionListForAccount

        public TransactionListForAccount()
    • Method Detail

      • getAccountCode

        public String getAccountCode()
        The account for which to retrieve the transactions.
        Returns:
        accountCode
      • setAccountCode

        public void setAccountCode​(String accountCode)
      • getPage

        public Integer getPage()
        The page of transactions to retrieve. Each page lists fifty (50) transactions. The most recent transactions are included on page 1.
        Returns:
        page
      • setPage

        public void setPage​(Integer page)
      • equals

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

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

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

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