toggle menu
stripe-android
androidJvm
switch theme
search in API
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
)