Skip to content

Commit

Permalink
errorCode and errorGroup has been added
Browse files Browse the repository at this point in the history
Signed-off-by: Bünyamin Yaşar <[email protected]>
  • Loading branch information
byasarcse authored Nov 8, 2024
1 parent 4247aa0 commit 5ef15c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Iyzipay/IyzipayResourceV2.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ public class IyzipayResourceV2

public String Status { get; set; }
public int StatusCode { get; set; }
public String ErrorCode { get; set; }
public String ErrorMessage { get; set; }
public String ErrorGroup { get; set; }
public String ConversationId { get; set; }
public long SystemTime { get; set; }
public String Locale { get; set; }
Expand Down

0 comments on commit 5ef15c2

Please sign in to comment.