C# Class eWAY.Rapid.Models.TransactionStatus

Combines together all the status information for a transaction.
Exibir arquivo Open project: eWAYPayment/eway-rapid-net

Public Methods

Method Description
getTransactionID ( ) : string

Fetches the TransactionID as a string

hasFraudCode ( ) : bool

Check if the response contains a fraud code

Method Details

getTransactionID() public method

Fetches the TransactionID as a string
public getTransactionID ( ) : string
return string

hasFraudCode() public method

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