When I try to list my user's subscriptions with SubscriptionSearch.search, the operation succeeds but the response SubscriptionSearch object does not contain the data field. When I examine the related class code, I do not see the @SerializedName("data") annotation that exists in other classes performing listing operations.
Iyzico Response:
{
"status": "success",
"errorCode": null,
"errorMessage": null,
"errorGroup": null,
"locale": null,
"systemTime": 1764837901032,
"conversationId": null
}
My pom.xml File:
<dependency>
<groupId>com.iyzipay</groupId>
<artifactId>iyzipay-java</artifactId>
<version>2.0.140</version>
</dependency>
Related #102
Doc