Méthode | Description | |
---|---|---|
AddElement ( |
||
Clear ( ) : void | ||
Contains ( string name ) : bool | ||
GetAccount ( ) : string | ||
GetAccountXsolla ( ) : string | ||
GetCheckout ( ) : |
||
GetCheckoutToken ( ) : string | ||
GetCurrentCommand ( ) : CurrentCommand | ||
GetError ( ) : XsollaError | ||
GetIconUrl ( ) : string | ||
GetInstruction ( ) : string | ||
GetItem ( string name ) : |
||
GetMessage ( ) : |
||
GetNextStepString ( ) : string | ||
GetSkipChekout ( ) : bool | ||
GetSkipForm ( ) : bool | ||
GetSumTotal ( ) : string | ||
GetSummary ( ) : |
||
GetTitle ( ) : string | ||
GetVisible ( ) : List |
||
GetXpsMap ( ) : object>.Dictionary |
||
IsCreditCard ( ) : bool | ||
IsValidPaymentSystem ( ) : bool | ||
Parse ( |
||
ToString ( ) : string | ||
UpdateElement ( String name, String newValue ) : void | ||
XsollaForm ( ) : System |
Méthode | Description | |
---|---|---|
SetAccount ( string account ) : void | ||
SetAccountXsolla ( string accountXsolla ) : void | ||
SetCurrency ( string currency ) : void | ||
SetCurrentCommand ( string currentCommand ) : void | ||
SetIconUrl ( string iconUrl ) : void | ||
SetInstruction ( string instruction ) : void | ||
SetPid ( int pid ) : void | ||
SetSkipCheckout ( bool pValue ) : void | ||
SetSkipForm ( bool pValue ) : void | ||
SetSum ( string sum ) : void | ||
SetTitle ( string title ) : void |
public AddElement ( |
||
xsollaFormElement | ||
Résultat | void |
public GetCurrentCommand ( ) : CurrentCommand | ||
Résultat | CurrentCommand |
public GetItem ( string name ) : |
||
name | string | |
Résultat |
public Parse ( |
||
rootNode | ||
Résultat | IParseble |
public UpdateElement ( String name, String newValue ) : void | ||
name | String | |
newValue | String | |
Résultat | void |