terminalsdk
external
/
com.stripe.stripeterminal.external.models
/
CardPresentOptions
Card
Present
Options
@
JsonClass
(
generateAdapter
=
true
)
data
class
CardPresentOptions
(
routing
:
CardPresentRoutingOptions
?
)
:
Parcelable
Content copied to clipboard
Card-Present PaymentMethod options.
Constructors
Functions
Properties
Constructors
Card
Present
Options
Link copied to clipboard
fun
CardPresentOptions
(
routing
:
CardPresentRoutingOptions
?
)
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
routing
Link copied to clipboard
val
routing
:
CardPresentRoutingOptions
?
Content copied to clipboard