My Project
 All Classes Namespaces Files Functions Variables Typedefs Properties Pages
Orbipay.PaymentsApi.Client.Client.IReadableConfiguration Interface Reference

More...

Inheritance diagram for Orbipay.PaymentsApi.Client.Client.IReadableConfiguration:
Orbipay.PaymentsApi.Client.Client.Configuration Orbipay.PaymentsApi.Client.Client.GlobalConfiguration

Public Member Functions

string GetApiKeyWithPrefix (string apiKeyIdentifier)
 Gets the API key with prefix. More...
 

Properties

string AccessToken [get]
 Gets the access token. More...
 
IDictionary< string, string > ApiKey [get]
 Gets the API key. More...
 
IDictionary< string, string > ApiKeyPrefix [get]
 Gets the API key prefix. More...
 
string BasePath [get]
 Gets the base path. More...
 
string DateTimeFormat [get]
 Gets the date time format. More...
 
IDictionary< string, string > DefaultHeader [get]
 Gets the default header. More...
 
string TempFolderPath [get]
 Gets the temp folder path. More...
 
int Timeout [get]
 Gets the HTTP connection timeout (in milliseconds) More...
 
string UserAgent [get]
 Gets the user agent. More...
 
string Username [get]
 Gets the username. More...
 
string Password [get]
 Gets the password. More...
 

Detailed Description

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

Member Function Documentation

string Orbipay.PaymentsApi.Client.Client.IReadableConfiguration.GetApiKeyWithPrefix ( string  apiKeyIdentifier)

Gets the API key with prefix.

Parameters
apiKeyIdentifierAPI key identifier (authentication scheme).
Returns
API key with prefix.

Implemented in Orbipay.PaymentsApi.Client.Client.Configuration.

Property Documentation

string Orbipay.PaymentsApi.Client.Client.IReadableConfiguration.AccessToken
get

Gets the access token.

Access token.

IDictionary<string, string> Orbipay.PaymentsApi.Client.Client.IReadableConfiguration.ApiKey
get

Gets the API key.

API key.

IDictionary<string, string> Orbipay.PaymentsApi.Client.Client.IReadableConfiguration.ApiKeyPrefix
get

Gets the API key prefix.

API key prefix.

string Orbipay.PaymentsApi.Client.Client.IReadableConfiguration.BasePath
get

Gets the base path.

Base path.

string Orbipay.PaymentsApi.Client.Client.IReadableConfiguration.DateTimeFormat
get

Gets the date time format.

Date time foramt.

IDictionary<string, string> Orbipay.PaymentsApi.Client.Client.IReadableConfiguration.DefaultHeader
get

Gets the default header.

Default header.

string Orbipay.PaymentsApi.Client.Client.IReadableConfiguration.Password
get

Gets the password.

Password.

string Orbipay.PaymentsApi.Client.Client.IReadableConfiguration.TempFolderPath
get

Gets the temp folder path.

Temp folder path.

int Orbipay.PaymentsApi.Client.Client.IReadableConfiguration.Timeout
get

Gets the HTTP connection timeout (in milliseconds)

HTTP connection timeout.

string Orbipay.PaymentsApi.Client.Client.IReadableConfiguration.UserAgent
get

Gets the user agent.

User agent.

string Orbipay.PaymentsApi.Client.Client.IReadableConfiguration.Username
get

Gets the username.

Username.


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