alphagov / notifications-java-client

Java client for the GOV.UK Notify API
https://central.sonatype.com/artifact/uk.gov.service.notify/notifications-java-client
MIT License
8 stars 30 forks source link

chore: add new fields to notification class (cost_in_pounds, is_data_ready and cost_details) #244

Closed joybytes closed 3 months ago

joybytes commented 3 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