C# Class Ogone.Request

An order to send to Ogone
Afficher le fichier Open project: Impuls-Communicatie/Ogone.NET Class Usage Examples

Méthodes publiques

Méthode Description
AddField ( InFields key, string value ) : void

Add a supplementary field from one of the allowed fields

GetField ( InFields key ) : string

Get a value of a parameter if it already was added

RemoveField ( InFields key ) : void

Remove a field from the added extra supplementary fields

RenderHtmlForm ( string submitButtonText ) : string
Request ( SHA sha, string shaInSignature, string pspID, int orderID, decimal price ) : System
Request ( SHA sha, string shaInSignature, string pspID, int orderID, decimal price, Encoding encoding, Environment environment ) : System

Private Methods

Méthode Description
GetAllParameters ( ) : string>.IDictionary

Get a dictionary with all Ogone parameters that were filled in and ordered by key

Method Details

AddField() public méthode

Add a supplementary field from one of the allowed fields
public AddField ( InFields key, string value ) : void
key InFields Parametername for Ogone
value string The value of the parameter
Résultat void

GetField() public méthode

Get a value of a parameter if it already was added
public GetField ( InFields key ) : string
key InFields Parametername for Ogone
Résultat string

RemoveField() public méthode

Remove a field from the added extra supplementary fields
public RemoveField ( InFields key ) : void
key InFields Parametername for Ogone
Résultat void

RenderHtmlForm() public méthode

public RenderHtmlForm ( string submitButtonText ) : string
submitButtonText string
Résultat string

Request() public méthode

public Request ( SHA sha, string shaInSignature, string pspID, int orderID, decimal price ) : System
sha SHA
shaInSignature string
pspID string
orderID int
price decimal
Résultat System

Request() public méthode

public Request ( SHA sha, string shaInSignature, string pspID, int orderID, decimal price, Encoding encoding, Environment environment ) : System
sha SHA
shaInSignature string
pspID string
orderID int
price decimal
encoding Encoding
environment Environment
Résultat System