alphagov / notifications-net-client

.NET client for the GOV.UK Notify API
https://www.nuget.org/packages/GovukNotify/
MIT License
25 stars 20 forks source link

chore: include new notification fields (cost_in_pounds, is_data_ready and cost_details) #188

Closed joybytes closed 1 month ago

joybytes commented 2 months ago

What problem does the pull request solve?

New fields have been added to the response of get_notification(notificationId) endpoint

Based on the addition this PR updates our client documentation to showcase an aligned response for the endpoint

Related task :

3. Add GET notification cost data to API clients and API client docs

Checklist