pos-payment-external-sdk
Toggle table of contents
1.1.0
androidJvm
Target filter
androidJvm
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.
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)