Class DeletePayoutMethodRequest


  • public class DeletePayoutMethodRequest
    extends Object
    DeletePayoutMethodRequest
    • Constructor Detail

      • DeletePayoutMethodRequest

        public DeletePayoutMethodRequest()
    • Method Detail

      • getAccountHolderCode

        public String getAccountHolderCode()
        The code of the account holder, from which to delete the payout methods.
        Returns:
        accountHolderCode
      • setAccountHolderCode

        public void setAccountHolderCode​(String accountHolderCode)
      • getPayoutMethodCodes

        public List<String> getPayoutMethodCodes()
        The codes of the payout methods to be deleted.
        Returns:
        payoutMethodCodes
      • setPayoutMethodCodes

        public void setPayoutMethodCodes​(List<String> payoutMethodCodes)
      • equals

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

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

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

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