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

More...

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

Additional Inherited Members

- Public Member Functions inherited from Orbipay.PaymentsApi.Client.Client.Configuration
 Configuration ()
 Initializes a new instance of the Configuration class More...
 
 Configuration (IDictionary< string, string > defaultHeader, IDictionary< string, string > apiKey, IDictionary< string, string > apiKeyPrefix, string basePath="https://api.orbipay.com/payments/v1")
 Initializes a new instance of the Configuration class More...
 
 Configuration (ApiClient apiClient=null, IDictionary< string, string > defaultHeader=null, string username=null, string password=null, string accessToken=null, IDictionary< string, string > apiKey=null, IDictionary< string, string > apiKeyPrefix=null, string tempFolderPath=null, string dateTimeFormat=null, int timeout=100000, string userAgent="orbipay-paymentsapi-client/1.10.0/csharp")
 Initializes a new instance of the Configuration class with different settings More...
 
 Configuration (ApiClient apiClient)
 Initializes a new instance of the Configuration class. More...
 
string GetApiKeyWithPrefix (string apiKeyIdentifier)
 Gets the API key with prefix. More...
 
void AddDefaultHeader (string key, string value)
 Add default header. More...
 
ApiClient CreateApiClient ()
 Creates a new ApiClient based on this Configuration instance. More...
 
void AddApiKey (string key, string value)
 Add Api Key Header. More...
 
void AddApiKeyPrefix (string key, string value)
 Sets the API key prefix. More...
 
- Static Public Member Functions inherited from Orbipay.PaymentsApi.Client.Client.Configuration
static String ToDebugReport ()
 Returns a string with essential information for debugging. More...
 
- Public Attributes inherited from Orbipay.PaymentsApi.Client.Client.Configuration
const string Version = "1.10.0"
 Version of the package. More...
 
const string ISO8601_DATETIME_FORMAT = "o"
 Identifier for ISO 8601 DateTime Format More...
 
- Static Public Attributes inherited from Orbipay.PaymentsApi.Client.Client.Configuration
static readonly ExceptionFactory DefaultExceptionFactory
 Default creation of exceptions for a given method name and response object More...
 
- Properties inherited from Orbipay.PaymentsApi.Client.Client.Configuration
static Configuration Default [get, set]
 Gets or sets the default Configuration. More...
 
virtual ApiClient ApiClient [get]
 Gets an instance of an ApiClient for this configuration More...
 
virtual string BasePath [get, set]
 Gets or sets the base path for API access. More...
 
virtual string ClientKey [get, set]
 Gets or sets the base path for API access. More...
 
virtual string ClientSigKey [get, set]
 Gets or sets the client key for API access. More...
 
virtual string ClientApiKey [get, set]
 Gets or sets the base path for API access. More...
 
virtual string Algorithm [get, set]
 Gets or sets the Algorithm for API access. More...
 
virtual IDictionary< string,
string > 
DefaultHeader [get, set]
 Gets or sets the default header. More...
 
virtual int Timeout [get, set]
 Gets or sets the HTTP timeout (milliseconds) of ApiClient. Default to 100000 milliseconds. More...
 
virtual string UserAgent [get, set]
 Gets or sets the HTTP user agent. More...
 
virtual string Username [get, set]
 Gets or sets the username (HTTP basic authentication). More...
 
virtual string Password [get, set]
 Gets or sets the password (HTTP basic authentication). More...
 
virtual string AccessToken [get, set]
 Gets or sets the access token for OAuth2 authentication. More...
 
virtual string TempFolderPath [get, set]
 Gets or sets the temporary folder path to store the files downloaded from the server. More...
 
virtual string DateTimeFormat [get, set]
 Gets or sets the the date time format used when serializing in the ApiClient By default, it's set to ISO 8601 - "o", for others see: https://msdn.microsoft.com/en-us/library/az4se3k1(v=vs.110).aspx and https://msdn.microsoft.com/en-us/library/8kb3ddd4(v=vs.110).aspx No validation is done to ensure that the string you're providing is valid More...
 
virtual IDictionary< string,
string > 
ApiKeyPrefix [get, set]
 Gets or sets the prefix (e.g. Token) of the API key based on the authentication name. More...
 
virtual IDictionary< string,
string > 
ApiKey [get, set]
 Gets or sets the API key based on the authentication name. More...
 
- Properties inherited from Orbipay.PaymentsApi.Client.Client.IReadableConfiguration
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.

A customized implementation via partial class may reside in another file and may be excluded from automatic generation via a .swagger-codegen-ignore file.


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