C# Class VPosTR.Api.VirtualPos.GarantiVPos

Inheritance: VPos
Mostrar archivo Open project: c1982/MultiPosTR

Public Methods

Method Description
GarantiVPos ( string TerminalId, string ProvisionUser, string ProvisionPassword, string MerchantId, string hostUrl, string WorkingMode = "TEST" ) : System

Private Methods

Method Description
CreateSalesInstance ( PosRequest posRequest, bool refundable = false, string type = "sales" ) : GVPSRequest

GetHexaDecimal ( byte bytes ) : string
GetSHA1 ( string SHA1Data ) : string
ReFund ( PosRequest posRequest ) : PosResponse
Sales ( PosRequest posRequest ) : PosResponse
Void ( PosRequest posRequest ) : PosResponse

Method Details

GarantiVPos() public method

public GarantiVPos ( string TerminalId, string ProvisionUser, string ProvisionPassword, string MerchantId, string hostUrl, string WorkingMode = "TEST" ) : System
TerminalId string
ProvisionUser string PROVAUT or PROVRFN
ProvisionPassword string
MerchantId string
hostUrl string
WorkingMode string
return System