stripe-android
payments-core
/
com.stripe.android.model
/
ConsumerPaymentDetails
/
BillingAddress
Billing
Address
data
class
BillingAddress
(
val
countryCode
:
CountryCode
?
,
val
postalCode
:
String
?
)
:
Parcelable
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Billing
Address
Link copied to clipboard
fun
BillingAddress
(
countryCode
:
CountryCode
?
,
postalCode
:
String
?
)
Content copied to clipboard
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
Content copied to clipboard
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)
Content copied to clipboard
Properties
country
Code
Link copied to clipboard
val
countryCode
:
CountryCode
?
Content copied to clipboard
postal
Code
Link copied to clipboard
val
postalCode
:
String
?
Content copied to clipboard