toggle menu
Stripe Terminal Java SDK (v1.0.0-b9)
switch theme
search in API
external
/
com.stripe.stripeterminal.external.models
/
MandateOnlineAcceptanceData
Mandate
Online
Acceptance
Data
data
class
MandateOnlineAcceptanceData
(
val
ipAddress
:
String
,
val
userAgent
:
String
)
If a Mandate is accepted online, this contains details about the online acceptance.
Members
Constructors
Mandate
Online
Acceptance
Data
Link copied to clipboard
constructor
(
ipAddress
:
String
,
userAgent
:
String
)
Properties
ip
Address
Link copied to clipboard
val
ipAddress
:
String
user
Agent
Link copied to clipboard
val
userAgent
:
String