Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-browser
/
web.payment
/
PaymentDetailsUpdate
Payment
Details
Update
interface
PaymentDetailsUpdate
:
PaymentDetailsBase
(
source
)
Members
Properties
display
Items
Link copied to clipboard
abstract
val
displayItems
:
ReadonlyArray
<
PaymentItem
>
?
error
Link copied to clipboard
abstract
val
error
:
String
?
modifiers
Link copied to clipboard
abstract
val
modifiers
:
ReadonlyArray
<
PaymentDetailsModifier
>
?
payment
Method
Errors
Link copied to clipboard
abstract
val
paymentMethodErrors
:
JsAny
?
shipping
Address
Errors
Link copied to clipboard
abstract
val
shippingAddressErrors
:
AddressErrors
?
shipping
Options
Link copied to clipboard
abstract
val
shippingOptions
:
ReadonlyArray
<
PaymentShippingOption
>
?
total
Link copied to clipboard
abstract
val
total
:
PaymentItem
?