C# 클래스 Ogone.Request

An order to send to Ogone
파일 보기 프로젝트 열기: Impuls-Communicatie/Ogone.NET 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetAllParameters ( ) : string>.IDictionary

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

메소드 상세

AddField() 공개 메소드

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
리턴 void

GetField() 공개 메소드

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

RemoveField() 공개 메소드

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

RenderHtmlForm() 공개 메소드

public RenderHtmlForm ( string submitButtonText ) : string
submitButtonText string
리턴 string

Request() 공개 메소드

public Request ( SHA sha, string shaInSignature, string pspID, int orderID, decimal price ) : System
sha SHA
shaInSignature string
pspID string
orderID int
price decimal
리턴 System

Request() 공개 메소드

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
리턴 System