Class SubaccountsResponseException

All Implemented Interfaces:
Jsonable, Serializable

Response returned when an error is encountered (i.e. the API returns a non-2xx status code).
See Also:
  • Constructor Details

  • Method Details

    • fromJson

      Creates an instance of this class from a JSON payload.
      Parameters:
      json - The JSON string to parse.
      Returns:
      An instance of this class with all known fields populated from the JSON payload, if present.