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

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

공개 메소드들

메소드 설명
CheckTransactionResponseDto ( string>.IDictionary getDataFromRequest ) : System
IsTransactionSuccessful ( ) : bool

Returns if the result of transacction.

True: if Successful

False: if Unsuccessful

메소드 상세

CheckTransactionResponseDto() 공개 메소드

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

IsTransactionSuccessful() 공개 메소드

Returns if the result of transacction.

True: if Successful

False: if Unsuccessful

public IsTransactionSuccessful ( ) : bool
리턴 bool