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
/
src
/
interfaces
/
CryptogramResult.ts
7 lines
(6 loc)
•
217 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
{
CryptogramValidationMessages
}
from
'./CryptogramValidationMessages'
;
export
interface
CryptogramResult
{
success
:
boolean
;
packet
:
string
|
null
;
messages
:
CryptogramValidationMessages
|
null
; }