postmark-java icon indicating copy to clipboard operation
postmark-java copied to clipboard

Metadata field is not present in "Bounce" class

Open robertop87 opened this issue 7 months ago • 1 comments

Describe the bug Metadata field in Bounce response object is not present. It is very important for custom integrations, because it provides specific custom information for API consumers.

To Reproduce Provide steps to reproduce the behavior:

  1. Open the Bounce.java
  2. Verify that "metadata" field is not present

Expected behavior "metadata" field must be present, and it should be Map<String, String> or Map<String, Object>

Java (please complete the following information): No related to java

Additional context None

robertop87 avatar Jul 04 '24 18:07 robertop87