We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75faafd commit fcf475bCopy full SHA for fcf475b
paystack-domain/src/main/java/io/github/chriseteka/paystackclient/domain/response/EmptyDataResponse.java
@@ -6,7 +6,7 @@
6
* @param status This is the status of the response
7
* @param message This is the message attached to the response
8
*
9
- * @apiNote This response contains no typed data. Hence, the data() field is always null.
+ * <br/>This response contains no typed data. Hence, the data() field is always null.
10
*/
11
public record EmptyDataResponse(boolean status, String message) implements PaystackSingleResponse<Object> {
12
@Override
0 commit comments