C# 클래스 Acid.PuntoPagos.Sdk.Dtos.NotificationTransactionDto

파일 보기 프로젝트 열기: acidlabs/puntopagos-sdk 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

GenerateResponse() 공개 메소드

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

IsTransactionSuccessful() 공개 메소드

Returns if the result of transacction.

True: if Successful

False: if Unsuccessful

public IsTransactionSuccessful ( ) : bool
리턴 bool

NotificationTransactionDto() 공개 메소드

public NotificationTransactionDto ( string>.IDictionary getDataFromRequest ) : System
getDataFromRequest string>.IDictionary
리턴 System

NotificationTransactionDto() 공개 메소드

public NotificationTransactionDto ( NameValueCollection getDataFromRequest ) : System
getDataFromRequest System.Collections.Specialized.NameValueCollection
리턴 System