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
/
PrivateTransactionData.ts
6 lines
•
131 B
text/typescript
View Raw
1
2
3
4
5
6
export
interface
PrivateTransactionData
{
Number
:
string
;
CVV
:
string
;
ExpDateMonth
:
number
;
ExpDateYear
:
number
; }