Sensibill Android SDK
androidJvm
Sensibill Core
/
com.getsensibill.core.apimodule.documents.model.api
/
DocumentContent
/
Customer
Customer
data
class
Customer
(
val
customerId
:
String
?
=
null
,
val
billingAddressLines
:
List
<
String
>
?
=
null
,
val
email
:
String
?
=
null
,
val
name
:
String
?
=
null
,
val
telephoneNumber
:
String
?
=
null
)
See also
Document
Content
Customer
Dto
Members
Constructors
Customer
Link copied to clipboard
constructor
(
customerId
:
String
?
=
null
,
billingAddressLines
:
List
<
String
>
?
=
null
,
email
:
String
?
=
null
,
name
:
String
?
=
null
,
telephoneNumber
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
billing
Address
Lines
Link copied to clipboard
val
billingAddressLines
:
List
<
String
>
?
=
null
customer
Id
Link copied to clipboard
val
customerId
:
String
?
=
null
email
Link copied to clipboard
val
email
:
String
?
=
null
name
Link copied to clipboard
val
name
:
String
?
=
null
telephone
Number
Link copied to clipboard
val
telephoneNumber
:
String
?
=
null