My Project
 All Classes Namespaces Files Functions Variables Typedefs Properties Pages
Orbipay.PaymentsApi.Client.Client.ApiResponse< T > Class Template Reference

More...

Public Member Functions

 ApiResponse (int statusCode, IDictionary< string, string > headers, T data)
 Initializes a new instance of the ApiResponse&lt;T&gt; class. More...
 

Properties

int StatusCode [get, set]
 Gets or sets the status code (HTTP status code) More...
 
IDictionary< string, string > Headers [get, set]
 Gets or sets the HTTP headers More...
 
Data [get, set]
 Gets or sets the data (parsed HTTP body) More...
 

Detailed Description

This class subject to change without prior notice, Please dont use this class directly.

Constructor & Destructor Documentation

Orbipay.PaymentsApi.Client.Client.ApiResponse< T >.ApiResponse ( int  statusCode,
IDictionary< string, string >  headers,
data 
)

Initializes a new instance of the ApiResponse&lt;T&gt; class.

Parameters
statusCodeHTTP status code.
headersHTTP headers.
dataData (parsed HTTP body)

Property Documentation

T Orbipay.PaymentsApi.Client.Client.ApiResponse< T >.Data
getset

Gets or sets the data (parsed HTTP body)

The data.

IDictionary<string, string> Orbipay.PaymentsApi.Client.Client.ApiResponse< T >.Headers
getset

Gets or sets the HTTP headers

HTTP headers

int Orbipay.PaymentsApi.Client.Client.ApiResponse< T >.StatusCode
getset

Gets or sets the status code (HTTP status code)

The status code.


The documentation for this class was generated from the following file: