payments
Toggle table of contents
0.2.0
release
Target filter
release
Switch theme
Search in API
Skip to content
payments
payments
/
com.inttegro.payments
/
PaymentSheetMobileMoneyInput
/
BillingDetails
/
Address
Address
data
class
Address
(
val
line1
:
String
?
=
null
,
val
line2
:
String
?
=
null
,
val
city
:
String
?
=
null
,
val
region
:
String
?
=
null
,
val
postCode
:
String
?
=
null
,
val
country
:
String
)
Members
Constructors
Address
Link copied to clipboard
constructor
(
line1
:
String
?
=
null
,
line2
:
String
?
=
null
,
city
:
String
?
=
null
,
region
:
String
?
=
null
,
postCode
:
String
?
=
null
,
country
:
String
)
Properties
city
Link copied to clipboard
val
city
:
String
?
country
Link copied to clipboard
val
country
:
String
line1
Link copied to clipboard
val
line1
:
String
?
line2
Link copied to clipboard
val
line2
:
String
?
post
Code
Link copied to clipboard
val
postCode
:
String
?
region
Link copied to clipboard
val
region
:
String
?