UNPKG
@buckaroo/buckaroo_sdk
Version:
latest (1.12.0)
1.12.0
1.11.1
1.11.0
1.10.0
1.9.0
1.8.1
1.8.0
1.7.0
1.6.0
1.5.2
1.4.2
1.4.1
1.4.0
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.0
1.1.0
1.0.5
1.0.4
1.0.3
0.9.0
Buckaroo payment SDK
github.com/buckaroo-it/BuckarooSDK_Node
buckaroo-it/BuckarooSDK_Node
@buckaroo/buckaroo_sdk
/
dist
/
Handlers
/
Credentials.d.ts
8 lines
(7 loc)
•
238 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
ICredentials
}
from
'../Utils'
;
export
declare
class
Credentials
implements
ICredentials
{
secretKey
:
string
;
websiteKey
:
string
;
constructor
(
secretKey
:
string
,
websiteKey
:
string
);
confirm
():
Promise
<
boolean
>; }