Viincenttt / MollieApi

This project allows you to easily add the Mollie payment provider to your application.
MIT License
152 stars 85 forks source link

invoiceId is missing on SettlementResponse #242

Closed Marcel-van-Beuzekom closed 3 years ago

Marcel-van-Beuzekom commented 3 years ago

GetSettlementsListAsync and GetSettlementAsync are resulting in a (list of) SettlementResponse. The JSON response contains an invoiceId but there is no invoiceId property on the response class.

https://docs.mollie.com/reference/v2/settlements-api/get-settlement

Viincenttt commented 3 years ago

Hi @Marcel-van-Beuzekom ,

The invoidId property has been deprecated. It can be found in the Periods property instead.

Kind regards, Vincent