| Name | Type | Description | Notes |
|---|---|---|---|
| createdAt | OffsetDateTime | Message sent time | [optional] |
| profileName | String | Configured profile name. New profiles can be created and configured on Telnyx portal | [optional] |
| direction | String | Direction of message - inbound or outbound. | [optional] |
| parts | BigDecimal | Number of parts this message has. Max number of character is 160. If message contains more characters then that it will be broken down in multiple parts | [optional] |
| status | StatusEnum | Message status | [optional] |
| cld | String | The destination number for a call, or the callee | [optional] |
| cli | String | The number associated with the person initiating the call, or the caller | [optional] |
| rate | String | Rate applied to the message | [optional] |
| cost | String | Final cost. Cost is calculated as rate * parts | [optional] |
| currency | CurrencyEnum | Currency of the rate and cost | [optional] |
| id | String | Id of message detail record | [optional] |
| messageType | MessageTypeEnum | Type of message | [optional] |
| recordType | String | [optional] |
| Name | Value |
|---|---|
| GW_TIMEOUT | "GW_TIMEOUT" |
| DELIVERED | "DELIVERED" |
| DLR_UNCONFIRMED | "DLR_UNCONFIRMED" |
| DLR_TIMEOUT | "DLR_TIMEOUT" |
| RECEIVED | "RECEIVED" |
| GW_REJECT | "GW_REJECT" |
| FAILED | "FAILED" |
| Name | Value |
|---|---|
| AUD | "AUD" |
| CAD | "CAD" |
| EUR | "EUR" |
| GBP | "GBP" |
| USD | "USD" |
| Name | Value |
|---|---|
| SMS | "SMS" |
| MMS | "MMS" |