0.0.41 includes the following changes:
PaymentSeries.payment_methodis now anOptional[PaymentMethodHeadline], it was formerly of typePaymentMethodHeadline. In rare cases, aPaymentSeriesmay not have an associated payment method, and this changes allows Procuret Python to correctly decode such cases.- Fixes a bug causing
TermRateGroupretrieval to fail due to attempting to decode properties that that API no longer sends.