Skip to content

Commit

Permalink
Adds mdStatus to PaymentResources (#136)
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 Dec 29, 2023
1 parent c821ba0 commit 83e86a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Iyzipay/Model/PaymentResource.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,14 @@ public class PaymentResource : IyzipayResource
public String CardToken { get; set; }
public String CardUserKey { get; set; }
public String BinNumber { get; set; }
public String LastFourDigits { get; set; }
public String LastFourDigits { get; set; }
public String BasketId { get; set; }
[JsonProperty(PropertyName = "itemTransactions")]
public List<PaymentItem> PaymentItems { get; set; }
public String ConnectorName { get; set; }
public String AuthCode { get; set; }
public String HostReference { get; set; }
public String Phase { get; set; }
public int? MdStatus { get; set; }
}
}

0 comments on commit 83e86a6

Please sign in to comment.