libninjacom / plaid-rs

Rust client library for Plaid, generated from Plaid's OpenAPI spec
https://docs.rs/plaid/
MIT License
11 stars 6 forks source link

Include payment_channel and personal_finance_category in TransactionBase, closes #5 #6

Closed thomasmost closed 11 months ago

thomasmost commented 2 years ago

Closes #5

sushshring commented 2 years ago

👍🏾 for this PR, not having this data in the requests means unnecessary overheads in the caller code to get the personal_finance_category_fields

kurtbuilds commented 1 year ago

This should be fixed with 5.0. According to the OpenAPI spec, these fields live on Transaction, not on TransactionBase.