Worldline Connect Node.js SDK
Preparing search index...
v1/model/domain
CardPaymentMethodSpecificOutput
Interface CardPaymentMethodSpecificOutput
interface
CardPaymentMethodSpecificOutput
{
authorisationCode
?:
string
|
null
;
card
?:
CardEssentials
|
null
;
clickToPayUsed
?:
boolean
|
null
;
fraudResults
?:
CardFraudResults
|
null
;
initialSchemeTransactionId
?:
string
|
null
;
networkTokenData
?:
NetworkTokenData
|
null
;
networkTokenUsed
?:
boolean
|
null
;
paymentAccountReference
?:
string
|
null
;
paymentProductId
?:
number
|
null
;
schemeTransactionId
?:
string
|
null
;
threeDSecureResults
?:
ThreeDSecureResults
|
null
;
token
?:
string
|
null
;
}
Hierarchy (
View Summary
)
AbstractPaymentMethodSpecificOutput
CardPaymentMethodSpecificOutput
Index
Properties
authorisation
Code?
card?
click
To
Pay
Used?
fraud
Results?
initial
Scheme
Transaction
Id?
network
Token
Data?
network
Token
Used?
payment
Account
Reference?
payment
Product
Id?
scheme
Transaction
Id?
three
D
Secure
Results?
token?
Properties
Optional
authorisation
Code
authorisationCode
?:
string
|
null
Optional
card
card
?:
CardEssentials
|
null
Optional
click
To
Pay
Used
clickToPayUsed
?:
boolean
|
null
Optional
fraud
Results
fraudResults
?:
CardFraudResults
|
null
Optional
initial
Scheme
Transaction
Id
initialSchemeTransactionId
?:
string
|
null
Optional
network
Token
Data
networkTokenData
?:
NetworkTokenData
|
null
Optional
network
Token
Used
networkTokenUsed
?:
boolean
|
null
Optional
payment
Account
Reference
paymentAccountReference
?:
string
|
null
Optional
payment
Product
Id
paymentProductId
?:
number
|
null
Optional
scheme
Transaction
Id
schemeTransactionId
?:
string
|
null
Optional
three
D
Secure
Results
threeDSecureResults
?:
ThreeDSecureResults
|
null
Optional
token
token
?:
string
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
authorisation
Code
card
click
To
Pay
Used
fraud
Results
initial
Scheme
Transaction
Id
network
Token
Data
network
Token
Used
payment
Account
Reference
payment
Product
Id
scheme
Transaction
Id
three
D
Secure
Results
token
Worldline Connect Node.js SDK
Loading...