C# Class com.eze.api.TransactionDetails

Afficher le fichier Open project: ezetap/client-sdk-win-dotnet Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public ToString ( ) : string
Résultat string

getAmount() public méthode

public getAmount ( ) : double
Résultat double

getAuthCode() public méthode

public getAuthCode ( ) : string
Résultat string

getCardType() public méthode

public getCardType ( ) : string
Résultat string

getOrderId() public méthode

public getOrderId ( ) : string
Résultat string

getPmtType() public méthode

public getPmtType ( ) : string
Résultat string

getSettlementStatus() public méthode

public getSettlementStatus ( ) : string
Résultat string

getStatus() public méthode

public getStatus ( ) : string
Résultat string

getTid() public méthode

public getTid ( ) : string
Résultat string

getTxnId() public méthode

public getTxnId ( ) : string
Résultat string

getVoidable() public méthode

public getVoidable ( ) : bool
Résultat bool

setAmount() public méthode

public setAmount ( double amount ) : void
amount double
Résultat void

setAuthCode() public méthode

public setAuthCode ( string authCode ) : void
authCode string
Résultat void

setCardType() public méthode

public setCardType ( string cardType ) : void
cardType string
Résultat void

setOrderId() public méthode

public setOrderId ( string orderId ) : void
orderId string
Résultat void

setPmtType() public méthode

public setPmtType ( string pmtType ) : void
pmtType string
Résultat void

setSettlementStatus() public méthode

public setSettlementStatus ( string settlementStatus ) : void
settlementStatus string
Résultat void

setStatus() public méthode

public setStatus ( string status ) : void
status string
Résultat void

setTid() public méthode

public setTid ( string tid ) : void
tid string
Résultat void

setTxnId() public méthode

public setTxnId ( string txnId ) : void
txnId string
Résultat void

setVoidable() public méthode

public setVoidable ( bool voidable ) : void
voidable bool
Résultat void