C# Class Uol.PagSeguro.Domain.AccountCredentials

Identifies a PagSeguro account
Inheritance: Uol.PagSeguro.Domain.Credentials
Afficher le fichier Open project: pagseguro/dotnet Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

AccountCredentials() public méthode

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
Résultat System