pos-payment-external-sdk
Toggle table of contents
1.9.3
release
Target filter
release
Switch theme
Search in API
Skip to content
pos-payment-external-sdk
pos-payment-external-sdk
/
su.ips.pos_payment_app.aidl_models
/
CustomerData
Customer
Data
data
class
CustomerData
(
val
email
:
String
,
val
phone
:
String
?
)
:
Parcelable
Data class representing the customer data.
Members
Constructors
Customer
Data
Link copied to clipboard
constructor
(
email
:
String
,
phone
:
String
?
)
Properties
email
Link copied to clipboard
val
email
:
String
The email of the customer.
phone
Link copied to clipboard
val
phone
:
String
?
The phone of the customer.