Hello,
am I correct in seeing that SMS responses (SmsResponseDetails) have the groupName as an enum (inside SmsMessageStatus), while other channel responses store it as a String?
From what I can tell from the public API documentation the values are the same (or at least they appear to be).
Is there any reason why one is a String and the other is an enum? Can an API consumer expect these status types to always be the equal regardless of their type in the API client?
Kind regards
Hello,
am I correct in seeing that SMS responses (SmsResponseDetails) have the groupName as an enum (inside SmsMessageStatus), while other channel responses store it as a String?
From what I can tell from the public API documentation the values are the same (or at least they appear to be).
Is there any reason why one is a String and the other is an enum? Can an API consumer expect these status types to always be the equal regardless of their type in the API client?
Kind regards