Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added WithPayDate method to ListDividendsParams #430

Merged
merged 4 commits into from
Jun 24, 2024

Conversation

justinpolygon
Copy link
Contributor

@justinpolygon justinpolygon commented Jun 18, 2024

Fixes #425. Added helper vs manually changing ListDividendsParams.

This will enable the following:

params := models.ListDividendsParams{}.WithPayDate(models.EQ, models.Date(date))

@justinpolygon justinpolygon merged commit 0afa540 into master Jun 24, 2024
16 checks passed
@justinpolygon justinpolygon deleted the jw-add-withpaydate-method branch June 24, 2024 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

models.ListDividendsParams does not have a WithPayDate option method
3 participants