C# Class Litle.Sdk.litleResponse

ファイルを表示 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_oe property

public string id
return string

litleBatchId public_oe property

public long litleBatchId
return long

litleSessionId public_oe property

public long litleSessionId
return long

merchantId public_oe property

public string merchantId
return string

message public_oe property

public string message
return string

response public_oe property

public string response
return string

version public_oe property

public string version
return string