Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/main/java/ai/pluggy/client/response/Investment.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,12 @@ public class Investment {
String amountProfit = null;
Double amountWithdrawal;
String issuer;
String issuerCNPJ;
/** @deprecated The API key is {@code issueDate} — this field is always {@code null} due to a naming mismatch. Use {@link #issueDate} instead. */
@Deprecated
Date issuerDate;
Date issueDate;
Date purchaseDate;
InvestmentStatus status;
/**
* @deprecated use
Expand Down
Loading