C# Класс Acid.PuntoPagos.Sdk.PuntoPago

Entry point to begin the payment process
Показать файл Открыть проект

Открытые методы

Метод Описание
CreateTransaction ( ) : Transaction

Create a new instance to generate a transaction to Punto Pagos

PuntoPago ( ) : System

Constructor

SetEnvironment ( EnvironmentForPuntoPago environment ) : PuntoPago

Set the Environment of Punto Pagos.

The possibilities are:

Sandbox: For the testing

Production: For the production

SetKey ( string key ) : PuntoPago

Set the Client Key of Punto Pagos. By default this sdk use log4net with name "PuntoPagos-sdk"

SetLog ( ILog logger ) : PuntoPago

Set the logger.

SetSecretCode ( string secretCode ) : PuntoPago

Set the Client Secret Code of Punto Pagos

Описание методов

CreateTransaction() публичный Метод

Create a new instance to generate a transaction to Punto Pagos
public CreateTransaction ( ) : Transaction
Результат Transaction

PuntoPago() публичный Метод

Constructor
public PuntoPago ( ) : System
Результат System

SetEnvironment() публичный Метод

Set the Environment of Punto Pagos.

The possibilities are:

Sandbox: For the testing

Production: For the production

public SetEnvironment ( EnvironmentForPuntoPago environment ) : PuntoPago
environment EnvironmentForPuntoPago
Результат PuntoPago

SetKey() публичный Метод

Set the Client Key of Punto Pagos. By default this sdk use log4net with name "PuntoPagos-sdk"
public SetKey ( string key ) : PuntoPago
key string
Результат PuntoPago

SetLog() публичный Метод

Set the logger.
public SetLog ( ILog logger ) : PuntoPago
logger ILog
Результат PuntoPago

SetSecretCode() публичный Метод

Set the Client Secret Code of Punto Pagos
public SetSecretCode ( string secretCode ) : PuntoPago
secretCode string
Результат PuntoPago