AT&T API Platform SDK for Microsoft®  2.3.3
Wrapper classes that allow developers to build robust applications using .NET
 All Classes Namespaces Functions Enumerations Properties
ATT_MSSDK.SMSv3.SmsDeliveryResponse Class Reference

Contains the results of the SmsDelivery request. More...

Inheritance diagram for ATT_MSSDK.SMSv3.SmsDeliveryResponse:
ATT_MSSDK.Response

List of all members.

Classes

class  DeliveryInfoListRoot

Static Public Member Functions

static SmsDeliveryResponse ParseJSON (string jsonInput)
 Converts a string containing a JSON object to a SmsDeliveryResponse object.

Properties

string ResourceURL [get, set]
 Gets or sets the ResourceURL. The endpoint URI that served this request.
List< DeliveryInfoDeliveryInfo [get, set]
 Gets or sets the DeliveryInfo list. Object contained in 'DeliveryInfoList'. It contains three strings i-e Id, Address and DeliveryStatus.

Detailed Description

Contains the results of the SmsDelivery request.


Member Function Documentation

Converts a string containing a JSON object to a SmsDeliveryResponse object.

Parameters:
jsonInputThe string containing the JSON input.
Returns:
The SmsDeliveryResponse object.

Property Documentation

Gets or sets the DeliveryInfo list. Object contained in 'DeliveryInfoList'. It contains three strings i-e Id, Address and DeliveryStatus.

Gets or sets the ResourceURL. The endpoint URI that served this request.