Preparing search index...
The search index is not available
Klarna Web SDK v2
Klarna Web SDK v2
payment
PaymentPresentationData
Interface PaymentPresentationData
interface
PaymentPresentationData
{
amount
?:
number
;
currency
:
string
;
locale
:
string
;
preference
?:
"KLARNA"
|
"PAY_NOW"
|
"PAY_LATER"
|
"PAY_OVER_TIME"
;
requestCustomerToken
?:
{
scopes
:
(
|
"payment:customer_present"
|
"payment:customer_not_present"
|
"customer:login"
)
[]
;
}
;
supplementaryPurchaseData
?:
{
additionalData
?:
string
;
lineItems
?:
LineItem
[]
;
ondemandService
?:
OndemandService
;
subscriptions
?:
Subscription
[]
;
}
;
}
Index
Properties
amount?
currency
locale
preference?
request
Customer
Token?
supplementary
Purchase
Data?
Properties
Optional
amount
amount
?:
number
currency
currency
:
string
locale
locale
:
string
Optional
preference
preference
?:
"KLARNA"
|
"PAY_NOW"
|
"PAY_LATER"
|
"PAY_OVER_TIME"
Optional
request
Customer
Token
requestCustomerToken
?:
{
scopes
:
(
|
"payment:customer_present"
|
"payment:customer_not_present"
|
"customer:login"
)
[]
;
}
Optional
supplementary
Purchase
Data
supplementaryPurchaseData
?:
{
additionalData
?:
string
;
lineItems
?:
LineItem
[]
;
ondemandService
?:
OndemandService
;
subscriptions
?:
Subscription
[]
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amount
currency
locale
preference
request
Customer
Token
supplementary
Purchase
Data
Klarna Web SDK v2
Loading...