C# Class Litle.Sdk.litleResponse

Afficher le fichier Open project: LitleCo/litle-sdk-for-dotNet Class Usage Examples

Méthodes publiques

Свойство Type Description
id string
litleBatchId long
litleSessionId long
merchantId string
message string
response string
version string

Méthodes publiques

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

public litleResponse ( ) : System
Résultat System

litleResponse() public méthode

public litleResponse ( XmlReader reader, string filePath ) : System
reader XmlReader
filePath string
Résultat System

litleResponse() public méthode

public litleResponse ( string filePath ) : System
filePath string
Résultat System

nextBatchResponse() public méthode

public nextBatchResponse ( ) : batchResponse
Résultat batchResponse

nextRFRResponse() public méthode

public nextRFRResponse ( ) : RFRResponse
Résultat RFRResponse

readXml() public méthode

public readXml ( XmlReader reader, string filePath ) : void
reader XmlReader
filePath string
Résultat void

setBatchResponseReader() public méthode

public setBatchResponseReader ( XmlReader xmlReader ) : void
xmlReader XmlReader
Résultat void

setRfrResponseReader() public méthode

public setRfrResponseReader ( XmlReader xmlReader ) : void
xmlReader XmlReader
Résultat void

Property Details

id public_oe property

public string id
Résultat string

litleBatchId public_oe property

public long litleBatchId
Résultat long

litleSessionId public_oe property

public long litleSessionId
Résultat long

merchantId public_oe property

public string merchantId
Résultat string

message public_oe property

public string message
Résultat string

response public_oe property

public string response
Résultat string

version public_oe property

public string version
Résultat string