toggle menu
Stripe Terminal Android SDK (v4.6.0)
switch theme
search in API
external
/
com.stripe.stripeterminal.external.models
/
PaypayDetails
Paypay
Details
@
Serializable
data
class
PaypayDetails
(
val
reader
:
String
?
=
null
,
val
location
:
String
?
=
null
)
:
Serializable
Members
Constructors
Paypay
Details
Link copied to clipboard
constructor
(
reader
:
String
?
=
null
,
location
:
String
?
=
null
)
Properties
location
Link copied to clipboard
val
location
:
String
?
=
null
ID of the location that this reader is assigned to.
reader
Link copied to clipboard
val
reader
:
String
?
=
null
ID of the reader this transaction was made on.