Class PayoutSettingsResponse


  • public class PayoutSettingsResponse
    extends Object
    PayoutSettingsResponse
    • Constructor Detail

      • PayoutSettingsResponse

        public PayoutSettingsResponse()
    • Method Detail

      • getData

        public List<PayoutSettings> getData()
        The list of payout accounts.
        Returns:
        data
      • setData

        public void setData​(List<PayoutSettings> data)
        The list of payout accounts.
        Parameters:
        data -
      • equals

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

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

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

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