C# Class Litle.Sdk.litleResponse

Show file Open project: LitleCo/litle-sdk-for-dotNet Class Usage Examples

Public Properties

Property Type Description
id string
litleBatchId long
litleSessionId long
merchantId string
message string
response string
version string

Public Methods

Method Description
litleResponse ( ) : System
litleResponse ( XmlReader reader, string filePath ) : System
litleResponse ( string filePath ) : System
nextBatchResponse ( ) : batchResponse
nextRFRResponse ( ) : RFRResponse
readXml ( XmlReader reader, string filePath ) : void
setBatchResponseReader ( XmlReader xmlReader ) : void
setRfrResponseReader ( XmlReader xmlReader ) : void

Method Details

litleResponse() public method

public litleResponse ( ) : System
return System

litleResponse() public method

public litleResponse ( XmlReader reader, string filePath ) : System
reader XmlReader
filePath string
return System

litleResponse() public method

public litleResponse ( string filePath ) : System
filePath string
return System

nextBatchResponse() public method

public nextBatchResponse ( ) : batchResponse
return batchResponse

nextRFRResponse() public method

public nextRFRResponse ( ) : RFRResponse
return RFRResponse

readXml() public method

public readXml ( XmlReader reader, string filePath ) : void
reader XmlReader
filePath string
return void

setBatchResponseReader() public method

public setBatchResponseReader ( XmlReader xmlReader ) : void
xmlReader XmlReader
return void

setRfrResponseReader() public method

public setRfrResponseReader ( XmlReader xmlReader ) : void
xmlReader XmlReader
return void

Property Details

id public property

public string id
return string

litleBatchId public property

public long litleBatchId
return long

litleSessionId public property

public long litleSessionId
return long

merchantId public property

public string merchantId
return string

message public property

public string message
return string

response public property

public string response
return string

version public property

public string version
return string