Worldline Connect Node.js SDK
Preparing search index...
v1/model/domain
TokenResponse
Interface TokenResponse
interface
TokenResponse
{
card
?:
TokenCard
|
null
;
eWallet
?:
TokenEWallet
|
null
;
id
?:
string
|
null
;
nonSepaDirectDebit
?:
TokenNonSepaDirectDebit
|
null
;
originalPaymentId
?:
string
|
null
;
paymentProductId
?:
number
|
null
;
sepaDirectDebit
?:
TokenSepaDirectDebit
|
null
;
}
Index
Properties
card?
e
Wallet?
id?
non
Sepa
Direct
Debit?
original
Payment
Id?
payment
Product
Id?
sepa
Direct
Debit?
Properties
Optional
card
card
?:
TokenCard
|
null
Optional
e
Wallet
eWallet
?:
TokenEWallet
|
null
Optional
id
id
?:
string
|
null
Optional
non
Sepa
Direct
Debit
nonSepaDirectDebit
?:
TokenNonSepaDirectDebit
|
null
Optional
original
Payment
Id
originalPaymentId
?:
string
|
null
Optional
payment
Product
Id
paymentProductId
?:
number
|
null
Optional
sepa
Direct
Debit
sepaDirectDebit
?:
TokenSepaDirectDebit
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
card
e
Wallet
id
non
Sepa
Direct
Debit
original
Payment
Id
payment
Product
Id
sepa
Direct
Debit
Worldline Connect Node.js SDK
Loading...