stripe-android
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
stripe-android
paymentsheet
/
com.stripe.android.paymentsheet
/
PaymentSheet
/
IntentConfiguration
/
SellerDetails
Seller
Details
class
SellerDetails
(
val
businessName
:
String
,
val
networkId
:
String
,
val
externalId
:
String
)
:
Parcelable
Members
Constructors
Seller
Details
Link copied to clipboard
constructor
(
businessName
:
String
,
networkId
:
String
,
externalId
:
String
)
Properties
business
Name
Link copied to clipboard
val
businessName
:
String
external
Id
Link copied to clipboard
val
externalId
:
String
network
Id
Link copied to clipboard
val
networkId
:
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
)