Property | Type | Description | |
---|---|---|---|
isSandbox | bool | ||
payment |
Method | Description | |
---|---|---|
CreatePaymentForm ( ) : void | ||
CreatePaymentForm ( InputField inputField ) : void | ||
CreatePaymentForm ( |
||
CreatePaymentForm ( string data ) : void | ||
CreatePaymentForm ( string data, Action |
||
DirectPayment ( |
||
InitPaystation ( string token ) : string | ||
SetSandbox ( bool b ) : void | ||
SetToken ( string s ) : void | ||
getToken ( ) : string |
Method | Description | |
---|---|---|
GetPaystationController ( ) : |
||
SetToken ( |
public CreatePaymentForm ( InputField inputField ) : void | ||
inputField | InputField | |
return | void |
public CreatePaymentForm ( |
||
generator | ||
actionOk | Action |
|
actionError | Action |
|
return | void |
public CreatePaymentForm ( string data ) : void | ||
data | string | |
return | void |
public CreatePaymentForm ( string data, Action |
||
data | string | |
actionOk | Action |
|
actionError | Action |
|
return | void |
public DirectPayment ( |
||
payment | ||
return | void |
public InitPaystation ( string token ) : string | ||
token | string | |
return | string |