toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-browser
/
web.payment
/
PaymentAddress
Payment
Address
external
class
PaymentAddress
(
source
)
MDN Reference
Members
Properties
address
Line
Link copied to clipboard
val
addressLine
:
ReadonlyArray
<
String
>
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
(
)
:
Any
MDN Reference