C# 클래스 eWAY.Rapid.Models.TransactionStatus

Combines together all the status information for a transaction.
파일 보기 프로젝트 열기: eWAYPayment/eway-rapid-net

공개 메소드들

메소드 설명
getTransactionID ( ) : string

Fetches the TransactionID as a string

hasFraudCode ( ) : bool

Check if the response contains a fraud code

메소드 상세

getTransactionID() 공개 메소드

Fetches the TransactionID as a string
public getTransactionID ( ) : string
리턴 string

hasFraudCode() 공개 메소드

Check if the response contains a fraud code
public hasFraudCode ( ) : bool
리턴 bool