C# Class Acid.PuntoPagos.Sdk.Dtos.NotificationTransactionDto

Afficher le fichier Open project: acidlabs/puntopagos-sdk Class Usage Examples

Méthodes publiques

Méthode Description
GenerateResponse ( ) : string

Get the json response for send to PuntoPagos.

IsTransactionSuccessful ( ) : bool

Returns if the result of transacction.

True: if Successful

False: if Unsuccessful

NotificationTransactionDto ( string>.IDictionary getDataFromRequest ) : System
NotificationTransactionDto ( NameValueCollection getDataFromRequest ) : System

Method Details

GenerateResponse() public méthode

Get the json response for send to PuntoPagos.
public GenerateResponse ( ) : string
Résultat string

IsTransactionSuccessful() public méthode

Returns if the result of transacction.

True: if Successful

False: if Unsuccessful

public IsTransactionSuccessful ( ) : bool
Résultat bool

NotificationTransactionDto() public méthode

public NotificationTransactionDto ( string>.IDictionary getDataFromRequest ) : System
getDataFromRequest string>.IDictionary
Résultat System

NotificationTransactionDto() public méthode

public NotificationTransactionDto ( NameValueCollection getDataFromRequest ) : System
getDataFromRequest System.Collections.Specialized.NameValueCollection
Résultat System