Skip to content

Commit

Permalink
Update profile class with holding currencies
Browse files Browse the repository at this point in the history
  • Loading branch information
armando-rodriguez-cko committed Apr 5, 2024
1 parent 8de2494 commit 0e4dd96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/com/checkout/accounts/Profile.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@ public final class Profile {
@SerializedName("default_holding_currency")
private Currency defaultHoldingCurrency;

@SerializedName("holding_currencies")
private List<Currency> holdingCurrencies;

}

0 comments on commit 0e4dd96

Please sign in to comment.