As per title. It appears the the PostmarkClient@getSuppressions function is incorrectly returning a PostmarkSuppressionResultList instead of a PostmarkSuppressionList.
PostmarkSuppressionResultList should be used for the return value of creating suppressions and PostmarkSuppressionList should be used when querying suppressions
Have created pull request - #126