C# Class Xsolla.XsollaForm

Inheritance: IParseble
Afficher le fichier Open project: xsolla/xsolla-unity-sdk Class Usage Examples

Méthodes publiques

Méthode Description
AddElement ( XsollaFormElement xsollaFormElement ) : void
Clear ( ) : void
Contains ( string name ) : bool
GetAccount ( ) : string
GetAccountXsolla ( ) : string
GetCheckout ( ) : XsollaCheckout
GetCheckoutToken ( ) : string
GetCurrentCommand ( ) : CurrentCommand
GetError ( ) : XsollaError
GetIconUrl ( ) : string
GetInstruction ( ) : string
GetItem ( string name ) : XsollaFormElement
GetMessage ( ) : XsollaMessage
GetNextStepString ( ) : string
GetSkipChekout ( ) : bool
GetSkipForm ( ) : bool
GetSumTotal ( ) : string
GetSummary ( ) : XsollaSummary
GetTitle ( ) : string
GetVisible ( ) : List
GetXpsMap ( ) : object>.Dictionary
IsCreditCard ( ) : bool
IsValidPaymentSystem ( ) : bool
Parse ( JSONNode rootNode ) : IParseble
ToString ( ) : string
UpdateElement ( String name, String newValue ) : void
XsollaForm ( ) : System

Private Methods

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

Method Details

AddElement() public méthode

public AddElement ( XsollaFormElement xsollaFormElement ) : void
xsollaFormElement XsollaFormElement
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Contains() public méthode

public Contains ( string name ) : bool
name string
Résultat bool

GetAccount() public méthode

public GetAccount ( ) : string
Résultat string

GetAccountXsolla() public méthode

public GetAccountXsolla ( ) : string
Résultat string

GetCheckout() public méthode

public GetCheckout ( ) : XsollaCheckout
Résultat XsollaCheckout

GetCheckoutToken() public méthode

public GetCheckoutToken ( ) : string
Résultat string

GetCurrentCommand() public méthode

public GetCurrentCommand ( ) : CurrentCommand
Résultat CurrentCommand

GetError() public méthode

public GetError ( ) : XsollaError
Résultat XsollaError

GetIconUrl() public méthode

public GetIconUrl ( ) : string
Résultat string

GetInstruction() public méthode

public GetInstruction ( ) : string
Résultat string

GetItem() public méthode

public GetItem ( string name ) : XsollaFormElement
name string
Résultat XsollaFormElement

GetMessage() public méthode

public GetMessage ( ) : XsollaMessage
Résultat XsollaMessage

GetNextStepString() public méthode

public GetNextStepString ( ) : string
Résultat string

GetSkipChekout() public méthode

public GetSkipChekout ( ) : bool
Résultat bool

GetSkipForm() public méthode

public GetSkipForm ( ) : bool
Résultat bool

GetSumTotal() public méthode

public GetSumTotal ( ) : string
Résultat string

GetSummary() public méthode

public GetSummary ( ) : XsollaSummary
Résultat XsollaSummary

GetTitle() public méthode

public GetTitle ( ) : string
Résultat string

GetVisible() public méthode

public GetVisible ( ) : List
Résultat List

GetXpsMap() public méthode

public GetXpsMap ( ) : object>.Dictionary
Résultat object>.Dictionary

IsCreditCard() public méthode

public IsCreditCard ( ) : bool
Résultat bool

IsValidPaymentSystem() public méthode

public IsValidPaymentSystem ( ) : bool
Résultat bool

Parse() public méthode

public Parse ( JSONNode rootNode ) : IParseble
rootNode SimpleJSON.JSONNode
Résultat IParseble

ToString() public méthode

public ToString ( ) : string
Résultat string

UpdateElement() public méthode

public UpdateElement ( String name, String newValue ) : void
name String
newValue String
Résultat void

XsollaForm() public méthode

public XsollaForm ( ) : System
Résultat System