Class PayoutAccountHolderResponse


  • public class PayoutAccountHolderResponse
    extends Object
    PayoutAccountHolderResponse
    • Constructor Detail

      • PayoutAccountHolderResponse

        public PayoutAccountHolderResponse()
    • Method Detail

      • getBankAccountUUID

        public String getBankAccountUUID()
        The unique ID of the Bank Account to which the payout was made.
        Returns:
        bankAccountUUID
      • setBankAccountUUID

        public void setBankAccountUUID​(String bankAccountUUID)
      • getInvalidFields

        public List<ErrorFieldType> getInvalidFields()
        Contains field validation errors that would prevent requests from being processed.
        Returns:
        invalidFields
      • getMerchantReference

        public String getMerchantReference()
        The value supplied by the executing user when initiating the transfer; may be used to link multiple transactions.
        Returns:
        merchantReference
      • setMerchantReference

        public void setMerchantReference​(String merchantReference)
      • getPspReference

        public String getPspReference()
        The reference of a request. Can be used to uniquely identify the request.
        Returns:
        pspReference
      • setPspReference

        public void setPspReference​(String pspReference)
      • getResultCode

        public String getResultCode()
        The result code.
        Returns:
        resultCode
      • setResultCode

        public void setResultCode​(String resultCode)
      • equals

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

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

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

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