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

Show file Open project: acidlabs/puntopagos-sdk Class Usage Examples

Public Methods

Method 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 method

Get the json response for send to PuntoPagos.
public GenerateResponse ( ) : string
return string

IsTransactionSuccessful() public method

Returns if the result of transacction.

True: if Successful

False: if Unsuccessful

public IsTransactionSuccessful ( ) : bool
return bool

NotificationTransactionDto() public method

public NotificationTransactionDto ( string>.IDictionary getDataFromRequest ) : System
getDataFromRequest string>.IDictionary
return System

NotificationTransactionDto() public method

public NotificationTransactionDto ( NameValueCollection getDataFromRequest ) : System
getDataFromRequest System.Collections.Specialized.NameValueCollection
return System