C# 클래스 Xsolla.XsollaForm

상속: IParseble
파일 보기 프로젝트 열기: xsolla/xsolla-unity-sdk 1 사용 예제들

공개 메소드들

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

비공개 메소드들

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

메소드 상세

AddElement() 공개 메소드

public AddElement ( XsollaFormElement xsollaFormElement ) : void
xsollaFormElement XsollaFormElement
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Contains() 공개 메소드

public Contains ( string name ) : bool
name string
리턴 bool

GetAccount() 공개 메소드

public GetAccount ( ) : string
리턴 string

GetAccountXsolla() 공개 메소드

public GetAccountXsolla ( ) : string
리턴 string

GetCheckout() 공개 메소드

public GetCheckout ( ) : XsollaCheckout
리턴 XsollaCheckout

GetCheckoutToken() 공개 메소드

public GetCheckoutToken ( ) : string
리턴 string

GetCurrentCommand() 공개 메소드

public GetCurrentCommand ( ) : CurrentCommand
리턴 CurrentCommand

GetError() 공개 메소드

public GetError ( ) : XsollaError
리턴 XsollaError

GetIconUrl() 공개 메소드

public GetIconUrl ( ) : string
리턴 string

GetInstruction() 공개 메소드

public GetInstruction ( ) : string
리턴 string

GetItem() 공개 메소드

public GetItem ( string name ) : XsollaFormElement
name string
리턴 XsollaFormElement

GetMessage() 공개 메소드

public GetMessage ( ) : XsollaMessage
리턴 XsollaMessage

GetNextStepString() 공개 메소드

public GetNextStepString ( ) : string
리턴 string

GetSkipChekout() 공개 메소드

public GetSkipChekout ( ) : bool
리턴 bool

GetSkipForm() 공개 메소드

public GetSkipForm ( ) : bool
리턴 bool

GetSumTotal() 공개 메소드

public GetSumTotal ( ) : string
리턴 string

GetSummary() 공개 메소드

public GetSummary ( ) : XsollaSummary
리턴 XsollaSummary

GetTitle() 공개 메소드

public GetTitle ( ) : string
리턴 string

GetVisible() 공개 메소드

public GetVisible ( ) : List
리턴 List

GetXpsMap() 공개 메소드

public GetXpsMap ( ) : object>.Dictionary
리턴 object>.Dictionary

IsCreditCard() 공개 메소드

public IsCreditCard ( ) : bool
리턴 bool

IsValidPaymentSystem() 공개 메소드

public IsValidPaymentSystem ( ) : bool
리턴 bool

Parse() 공개 메소드

public Parse ( JSONNode rootNode ) : IParseble
rootNode SimpleJSON.JSONNode
리턴 IParseble

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

UpdateElement() 공개 메소드

public UpdateElement ( String name, String newValue ) : void
name String
newValue String
리턴 void

XsollaForm() 공개 메소드

public XsollaForm ( ) : System
리턴 System