UNPKG
@ribpay/payline-typescript-sdk
Version:
latest (0.3.0)
0.3.0
0.2.0
0.1.1
0.1.0
Payline Typescript SDK
github.com/playmoweb/payline-typescript-sdk
@ribpay/payline-typescript-sdk
/
dist
/
models
/
payline-extended-card-type.d.ts
10 lines
(9 loc)
•
202 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
declare
class
PaylineExtendedCardType
{
country
?:
string
;
isCvd
?:
string
;
bank
?:
string
;
type
?:
string
;
network
?:
string
;
product
?:
string
; }
export
{
PaylineExtendedCardType
};