C# 클래스 Uol.PagSeguro.Domain.AccountCredentials

Identifies a PagSeguro account
상속: Uol.PagSeguro.Domain.Credentials
파일 보기 프로젝트 열기: pagseguro/dotnet 1 사용 예제들

공개 메소드들

메소드 설명
AccountCredentials ( string email, string token ) : System

Initializes a new instance of the AccountCredentials class

A PagSeguro account is identified by an email and a security token

메소드 상세

AccountCredentials() 공개 메소드

Initializes a new instance of the AccountCredentials class
A PagSeguro account is identified by an email and a security token
public AccountCredentials ( string email, string token ) : System
email string
token string
리턴 System