Skip to content

Commit

Permalink
enum type added
Browse files Browse the repository at this point in the history
  • Loading branch information
beratallahverdi committed Sep 30, 2024
1 parent de35218 commit a7ba9f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Craftgate/Model/ApmType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public enum ApmType
[EnumMember(Value = "MULTINET")] MULTINET,
[EnumMember(Value = "MULTINET_GIFT")] MULTINET_GIFT,
[EnumMember(Value = "ISPAY")] ISPAY,
[EnumMember(Value = "CHIPPIN")] CHIPPIN,
[EnumMember(Value = "FUND_TRANSFER")] FUND_TRANSFER,
[EnumMember(Value = "CASH_ON_DELIVERY")] CASH_ON_DELIVERY
}
Expand Down

0 comments on commit a7ba9f9

Please sign in to comment.