CyberSource / cybersource-rest-client-python

Python client library for the CyberSource REST API
Other
21 stars 36 forks source link

Payment Description missing or not mapping properly in CyberSource.Model.ReportingV3PaymentBatchSummariesGet200ResponsePaymentBatchSummaries #130

Open D2G-TimP opened 1 month ago

D2G-TimP commented 1 month ago

First, I hope I'm submitting this correctly. I don't do this frequently.

When using the CyberSource.PaymentBatchSummariesApi, the response body includes a "paymentDescription" property in the paymentBatchSummaries array. However that property is missing from the CyberSource.Model.ReportingV3PaymentBatchSummariesGet200ResponsePaymentBatchSummaries object.

If it is intended to be mapped to the payment_sub_type_description property, in my testing that property has always had a value of "None".