Skip to content

Commit

Permalink
adds missing paymentInterval types (#134)
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 Aug 17, 2023
1 parent 5247511 commit 2efc71b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Iyzipay/Model/V2/Subscription/PaymentInterval.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ namespace Iyzipay.Model.V2.Subscription
{
public enum PaymentInterval
{
DAILY,
WEEKLY,
MONTHLY
MONTHLY,
YEARLY
}
}
}

0 comments on commit 2efc71b

Please sign in to comment.