Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-browser
/
web.payment
/
PaymentAddress
Payment
Address
class
PaymentAddress
(
source
)
MDN Reference
Members
Properties
address
Line
Link copied to clipboard
val
addressLine
:
ReadonlyArray
<
JsString
>
MDN Reference
city
Link copied to clipboard
val
city
:
String
MDN Reference
country
Link copied to clipboard
val
country
:
String
MDN Reference
dependent
Locality
Link copied to clipboard
val
dependentLocality
:
String
MDN Reference
organization
Link copied to clipboard
val
organization
:
String
MDN Reference
phone
Link copied to clipboard
val
phone
:
String
MDN Reference
postal
Code
Link copied to clipboard
val
postalCode
:
String
MDN Reference
recipient
Link copied to clipboard
val
recipient
:
String
MDN Reference
region
Link copied to clipboard
val
region
:
String
MDN Reference
sorting
Code
Link copied to clipboard
val
sortingCode
:
String
MDN Reference
Functions
to
JSON
Link copied to clipboard
fun
toJSON
(
)
:
JsAny
MDN Reference