stripe-android
paymentsheet
/
com.stripe.android.paymentsheet
/
PaymentSheet
/
Address
/
Builder
Builder
class
Builder
Content copied to clipboard
Address
builder for cleaner object creation from Java.
Constructors
Functions
Constructors
Builder
Link copied to clipboard
fun
Builder
(
)
Content copied to clipboard
Functions
build
Link copied to clipboard
fun
build
(
)
:
PaymentSheet.Address
Content copied to clipboard
city
Link copied to clipboard
fun
city
(
city
:
String
?
)
:
PaymentSheet.Address.Builder
Content copied to clipboard
country
Link copied to clipboard
fun
country
(
country
:
String
?
)
:
PaymentSheet.Address.Builder
Content copied to clipboard
line1
Link copied to clipboard
fun
line1
(
line1
:
String
?
)
:
PaymentSheet.Address.Builder
Content copied to clipboard
line2
Link copied to clipboard
fun
line2
(
line2
:
String
?
)
:
PaymentSheet.Address.Builder
Content copied to clipboard
postal
Code
Link copied to clipboard
fun
postalCode
(
postalCode
:
String
?
)
:
PaymentSheet.Address.Builder
Content copied to clipboard
state
Link copied to clipboard
fun
state
(
state
:
String
?
)
:
PaymentSheet.Address.Builder
Content copied to clipboard