- `PaymentSeries.payment_method` is now an `Optional[PaymentMethodHeadline]`, it was formerly of type `PaymentMethodHeadline`. In rare cases, a `PaymentSeries` may not have an associated payment method, and this changes allows Procuret Python to correctly decode such cases.
- Fixes a bug causing `TermRateGroup` retrieval to fail due to attempting to decode properties that that API no longer sends.