Class CloseAccountRequest


  • public class CloseAccountRequest
    extends Object
    CloseAccountRequest
    • Constructor Detail

      • CloseAccountRequest

        public CloseAccountRequest()
    • Method Detail

      • getAccountCode

        public String getAccountCode()
        The code of account to be closed.
        Returns:
        accountCode
      • setAccountCode

        public void setAccountCode​(String accountCode)
      • equals

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

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

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

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