UNPKG
@xmoney/api-sdk
Version:
latest (0.4.0)
0.4.0
0.3.2
0.3.1
0.3.0
0.2.0
0.1.2
0.1.1
0.1.0
## Instalaltion
github.com/xMoney-Payments/api-sdk
xMoney-Payments/api-sdk
@xmoney/api-sdk
/
lib
/
utils
/
get-webview-checkout-html-string.d.ts
3 lines
(2 loc)
•
197 B
TypeScript
View Raw
1
2
3
import
{
ThemeEnum
}
from
"src/typings/enums"
;
export
declare
const
getWebviewCheckoutHtmlString
:
(
publicKey
:
string
,
payload
:
string
,
checksum
:
string
,
cards
:
string
,
theme
:
ThemeEnum
) =>
string
;