UNPKG
@springtree/eva-core
Version:
latest (1.0.0)
1.0.0
The EVA core typings
github.com/springtreesolutions/eva-sdk-repo
springtreesolutions/eva-sdk-repo
@springtree/eva-core
/
EVA.Payment.MultiSafepay.d.ts
13 lines
(9 loc)
•
249 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
declare
module
EVA
.
Payment
.
MultiSafepay
{
export
interface
GetMultiSafepayGateways
{
OrderID
:
number
; }
export
interface
GetMultiSafepayGatewaysResponse
{
Gateways
: { [
key
:
string
]:
string
};
Error
:
EVA
.
Core
.
ServiceError
; } }