toggle menu
stripe-android
androidJvm
switch theme
search in API
payments-core
/
com.stripe.android.model
/
StripeIntent
/
NextActionData
/
SdkData
/
Use3DS2
/
DirectoryServerEncryption
Directory
Server
Encryption
data
class
DirectoryServerEncryption
(
val
directoryServerId
:
String
,
val
dsCertificateData
:
String
,
val
rootCertsData
:
List
<
String
>
,
val
keyId
:
String
?
)
:
Parcelable
Members
Constructors
Directory
Server
Encryption
Link copied to clipboard
constructor
(
directoryServerId
:
String
,
dsCertificateData
:
String
,
rootCertsData
:
List
<
String
>
,
keyId
:
String
?
)
Properties
directory
Server
Id
Link copied to clipboard
val
directoryServerId
:
String
ds
Certificate
Data
Link copied to clipboard
val
dsCertificateData
:
String
key
Id
Link copied to clipboard
val
keyId
:
String
?
root
Certs
Data
Link copied to clipboard
val
rootCertsData
:
List
<
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
)