C# Class com.eze.api.TransactionDetails

Datei anzeigen Open project: ezetap/client-sdk-win-dotnet Class Usage Examples

Public Methods

Method Description
ToString ( ) : string
getAmount ( ) : double
getAuthCode ( ) : string
getCardType ( ) : string
getOrderId ( ) : string
getPmtType ( ) : string
getSettlementStatus ( ) : string
getStatus ( ) : string
getTid ( ) : string
getTxnId ( ) : string
getVoidable ( ) : bool
setAmount ( double amount ) : void
setAuthCode ( string authCode ) : void
setCardType ( string cardType ) : void
setOrderId ( string orderId ) : void
setPmtType ( string pmtType ) : void
setSettlementStatus ( string settlementStatus ) : void
setStatus ( string status ) : void
setTid ( string tid ) : void
setTxnId ( string txnId ) : void
setVoidable ( bool voidable ) : void

Method Details

ToString() public method

public ToString ( ) : string
return string

getAmount() public method

public getAmount ( ) : double
return double

getAuthCode() public method

public getAuthCode ( ) : string
return string

getCardType() public method

public getCardType ( ) : string
return string

getOrderId() public method

public getOrderId ( ) : string
return string

getPmtType() public method

public getPmtType ( ) : string
return string

getSettlementStatus() public method

public getSettlementStatus ( ) : string
return string

getStatus() public method

public getStatus ( ) : string
return string

getTid() public method

public getTid ( ) : string
return string

getTxnId() public method

public getTxnId ( ) : string
return string

getVoidable() public method

public getVoidable ( ) : bool
return bool

setAmount() public method

public setAmount ( double amount ) : void
amount double
return void

setAuthCode() public method

public setAuthCode ( string authCode ) : void
authCode string
return void

setCardType() public method

public setCardType ( string cardType ) : void
cardType string
return void

setOrderId() public method

public setOrderId ( string orderId ) : void
orderId string
return void

setPmtType() public method

public setPmtType ( string pmtType ) : void
pmtType string
return void

setSettlementStatus() public method

public setSettlementStatus ( string settlementStatus ) : void
settlementStatus string
return void

setStatus() public method

public setStatus ( string status ) : void
status string
return void

setTid() public method

public setTid ( string tid ) : void
tid string
return void

setTxnId() public method

public setTxnId ( string txnId ) : void
txnId string
return void

setVoidable() public method

public setVoidable ( bool voidable ) : void
voidable bool
return void