You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The deserialized BatchPayment class returned by the "create_batch_payment" method seems to strip out the status_attribute_string attribute that is present on other classes of objects that support "summarize_errors=False" at creation, like Invoice and BankTransaction.
I have verified that StatusAttributeString is present on raw calls to the API and so it should be present here.
The text was updated successfully, but these errors were encountered:
The deserialized BatchPayment class returned by the "create_batch_payment" method seems to strip out the status_attribute_string attribute that is present on other classes of objects that support "summarize_errors=False" at creation, like Invoice and BankTransaction.
I have verified that StatusAttributeString is present on raw calls to the API and so it should be present here.
The text was updated successfully, but these errors were encountered: