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