Mobile Payments SDK
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Mobile Payments SDK
Mobile Payments SDK
/
com.fiserv.payments.ui.activities.models
/
PurchaseActivityState
Purchase
Activity
State
data
class
PurchaseActivityState
(
var
amount
:
Double
=
0.0
,
var
customerId
:
String
?
=
null
,
var
errorMessage
:
String
?
=
null
,
var
address
:
Address
?
=
null
)
(
source
)
Members
Constructors
Purchase
Activity
State
Link copied to clipboard
constructor
(
amount
:
Double
=
0.0
,
customerId
:
String
?
=
null
,
errorMessage
:
String
?
=
null
,
address
:
Address
?
=
null
)
Properties
address
Link copied to clipboard
var
address
:
Address
?
amount
Link copied to clipboard
var
amount
:
Double
customer
Id
Link copied to clipboard
var
customerId
:
String
?
error
Message
Link copied to clipboard
var
errorMessage
:
String
?