C# 클래스 Kurejito.Gateways.PayPal.PayPalEnvironment

Contains the information required to setup a specific PayPal environment (e.g. sandbox environment or live environment).
파일 보기 프로젝트 열기: Kurejito/Kurejito 1 사용 예제들

공개 메소드들

메소드 설명
PayPalEnvironment ( string username, string password, string signature, Uri uri, string version, PayPalAccountCountry accountCountry ) : System

Initializes a new instance of the PayPalEnvironment class.

비공개 메소드들

메소드 설명
NegativeTestAccountSandboxEnvironment ( PayPalAccountCountry palAccountCountry ) : PayPalEnvironment
NegativeTestAccountSandboxEnvironmentForGbr ( ) : PayPalEnvironment

메소드 상세

PayPalEnvironment() 공개 메소드

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
리턴 System