Worldline Connect Node.js SDK
Preparing search index...
v1/model/domain
MobilePaymentMethodSpecificOutput
Interface MobilePaymentMethodSpecificOutput
interface
MobilePaymentMethodSpecificOutput
{
authorisationCode
?:
string
|
null
;
fraudResults
?:
CardFraudResults
|
null
;
initialSchemeTransactionId
?:
string
|
null
;
network
?:
string
|
null
;
paymentData
?:
MobilePaymentData
|
null
;
paymentProductId
?:
number
|
null
;
schemeTransactionId
?:
string
|
null
;
threeDSecureResults
?:
ThreeDSecureResults
|
null
;
token
?:
string
|
null
;
}
Hierarchy (
View Summary
)
AbstractPaymentMethodSpecificOutput
MobilePaymentMethodSpecificOutput
Index
Properties
authorisation
Code?
fraud
Results?
initial
Scheme
Transaction
Id?
network?
payment
Data?
payment
Product
Id?
scheme
Transaction
Id?
three
D
Secure
Results?
token?
Properties
Optional
authorisation
Code
authorisationCode
?:
string
|
null
Optional
fraud
Results
fraudResults
?:
CardFraudResults
|
null
Optional
initial
Scheme
Transaction
Id
initialSchemeTransactionId
?:
string
|
null
Optional
network
network
?:
string
|
null
Optional
payment
Data
paymentData
?:
MobilePaymentData
|
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
fraud
Results
initial
Scheme
Transaction
Id
network
payment
Data
payment
Product
Id
scheme
Transaction
Id
three
D
Secure
Results
token
Worldline Connect Node.js SDK
Loading...