Skip to content

Commit

Permalink
Add Interest Transaction Type for Cash accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
Nef10 committed Jul 8, 2021
1 parent 2d6be25 commit 6de9af6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/Wealthsimple/Transaction.swift
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ public struct Transaction {
case paymentTransferOut = "wealthsimple payments transfer out"
/// Referral Bonus
case referralBonus = "referral bonus"
/// Interest
case interest
}

private static let baseUrl = URLComponents(string: "https://api.production.wealthsimple.com/v1/transactions")!
Expand Down

0 comments on commit 6de9af6

Please sign in to comment.