Method | Description | |
---|---|---|
CreatePaymentForm ( |
||
CreatePaymentForm ( string data, Action |
||
CreatePaymentForm ( string data, bool isSandbox ) : void | ||
DirectPayment ( |
||
InitPaystation ( string token ) : string |
Method | Description | |
---|---|---|
GetPaystationController ( ) : |
public static CreatePaymentForm ( |
||
generator | ||
actionOk | Action |
|
actionError | Action |
|
isSandbox | bool | |
return | void |
public static CreatePaymentForm ( string data, Action |
||
data | string | |
actionOk | Action |
|
actionError | Action |
|
isSandbox | bool | |
return | void |
public static CreatePaymentForm ( string data, bool isSandbox ) : void | ||
data | string | |
isSandbox | bool | |
return | void |
public static DirectPayment ( |
||
payment | ||
return | void |
public static InitPaystation ( string token ) : string | ||
token | string | |
return | string |