Skip to content

Commit a974a46

Browse files
authored
Removed redundant ConversationId
Signed-off-by: Bünyamin Yaşar <33955141+byasarcse@users.noreply.github.com>
1 parent c626edc commit a974a46

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Iyzipay/Request/V2/RetrieveScrollTransactionReportRequest.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@ public class RetrieveScrollTransactionReportRequest : BaseRequestV2
55
public string DocumentScrollVoSortingOrder { get; set; }
66
public string TransactionDate { get; set; }
77
public long? LastId { get; set; }
8-
public string ConversationId { get; set; }
98
}
10-
}
9+
}

0 commit comments

Comments
 (0)