UNPKG
@cloudpayments/checkout
Version:
latest (1.1.33)
1.1.33
1.1.32
1.1.31
1.1.30
1.1.29
1.1.27
1.0.30
1.0.29
1.0.27
1.0.26
1.0.25
0.0.22-rc
0.0.4-rc
0.0.3-rc
0.0.2-rc
0.0.1-rc
bitbucket.org/cloudpayments/checkout
@cloudpayments/checkout
/
lib
/
types
/
interfaces
/
MerchantDataObject.d.ts
8 lines
•
288 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
ObjectKeysValues
}
from
"./ObjectKeysValues"
;
export
interface
MerchantDataObject
extends
ObjectKeysValues
<
string
|
number
> {
SuccessUrl
:
string
;
FailUrl
:
string
;
TransactionId
:
number
;
ThreeDsCallbackId
:
string
; }
//# sourceMappingURL=MerchantDataObject.d.ts.map