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