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
Copy file name to clipboardExpand all lines: bandwidth/models/message_callback.py
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -36,8 +36,9 @@ class MessageCallback(BaseModel):
36
36
description: StrictStr=Field(description="A detailed description of the event described by the callback.")
37
37
message: MessageCallbackMessage
38
38
error_code: Optional[StrictInt] =Field(default=None, description="Optional error code, applicable only when type is `message-failed`.", alias="errorCode")
39
+
carrier_name: Optional[StrictStr] =Field(default=None, description="The name of the Authorized Message Provider (AMP) that handled this message. In the US, this is the carrier that the message was sent to.", alias="carrierName")
**error_code** | **int** | Optional error code, applicable only when type is `message-failed`. | [optional]
15
+
**carrier_name** | **str** | The name of the Authorized Message Provider (AMP) that handled this message. In the US, this is the carrier that the message was sent to. | [optional]
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments