C# Class Kurejito.Gateways.PayPal.PayPalEnvironment

Contains the information required to setup a specific PayPal environment (e.g. sandbox environment or live environment).
显示文件 Open project: Kurejito/Kurejito Class Usage Examples

Public Methods

Method Description
PayPalEnvironment ( string username, string password, string signature, Uri uri, string version, PayPalAccountCountry accountCountry ) : System

Initializes a new instance of the PayPalEnvironment class.

Private Methods

Method Description
NegativeTestAccountSandboxEnvironment ( PayPalAccountCountry palAccountCountry ) : PayPalEnvironment
NegativeTestAccountSandboxEnvironmentForGbr ( ) : PayPalEnvironment

Method Details

PayPalEnvironment() public method

Initializes a new instance of the PayPalEnvironment class.
public PayPalEnvironment ( string username, string password, string signature, Uri uri, string version, PayPalAccountCountry accountCountry ) : System
username string The username.
password string The password.
signature string The signature.
uri System.Uri The URI.
version string
accountCountry PayPalAccountCountry
return System