stripe-android
payments-core
/
com.stripe.android
/
PaymentConfiguration
Payment
Configuration
data
class
PaymentConfiguration
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
constructor
(
publishableKey
:
String
,
stripeAccountId
:
String
?
)
:
Parcelable
Content copied to clipboard
Types
Functions
Properties
Types
Companion
Link copied to clipboard
object
Companion
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
publishableKey
Link copied to clipboard
val
publishableKey
:
String
Content copied to clipboard
stripeAccountId
Link copied to clipboard
val
stripeAccountId
:
String
?
=
null
Content copied to clipboard