Skip to content

Commit

Permalink
fix: add missing product types
Browse files Browse the repository at this point in the history
  • Loading branch information
cernadasjuan committed Feb 10, 2025
1 parent d3a8458 commit aed0f20
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Pluggy.SDK/Model/ProductType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,23 @@ public enum ProductType

[EnumMember(Value = "IDENTITY")]
Identity,

[EnumMember(Value = "OPPORTUNITIES")]
Opportunities,

[EnumMember(Value = "PORTFOLIO")]
Portfolio,

[EnumMember(Value = "INCOME_REPORTS")]
IncomeReports,

[EnumMember(Value = "MOVE_SECURITY")]
MoveSecurity,

[EnumMember(Value = "ACQUIRER_OPERATIONS")]
AcquirerOperations,

[EnumMember(Value = "BENEFITS")]
Benefits,
}
}

0 comments on commit aed0f20

Please sign in to comment.