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-bank-account-data.d.ts
8 lines
(7 loc)
•
171 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
declare
class
PaylineBankAccountData
{
countryCode
?:
string
;
bankCode
?:
string
;
accountNumber
?:
string
;
key
?:
string
; }
export
{
PaylineBankAccountData
};