C# Class FastSmsSdk.ReportParser

Show file Open project: fastsmsuk/dotNet-sdk

Public Methods

Method Description
GetInboundReport ( string response ) : List

Gets inbound messages.

GetMessageReport ( string response ) : List

Gets message report.

GetOuboxReport ( string response ) : List

Gets outbox report.

GetUsageReport ( string response ) : List

Gets usage report.

Method Details

GetInboundReport() public static method

Gets inbound messages.
public static GetInboundReport ( string response ) : List
response string Response from API
return List

GetMessageReport() public static method

Gets message report.
public static GetMessageReport ( string response ) : List
response string Response from API
return List

GetOuboxReport() public static method

Gets outbox report.
public static GetOuboxReport ( string response ) : List
response string Response from API
return List

GetUsageReport() public static method

Gets usage report.
public static GetUsageReport ( string response ) : List
response string Response from API
return List