Sensibill Android SDK
androidJvm
Sensibill Core
/
com.getsensibill.core.apimodule.users.model
/
UpdateAccountInformationPayload
Update
Account
Information
Payload
data
class
UpdateAccountInformationPayload
(
val
status
:
String
?
=
null
,
val
receiptAccountEmail
:
String
?
=
null
,
val
firstName
:
String
?
=
null
,
val
lastName
:
String
?
=
null
,
val
defaultCurrency
:
String
?
=
null
,
val
locale
:
String
?
=
null
)
See also
User
Update
Dto
Properties
Members
Constructors
Update
Account
Information
Payload
Link copied to clipboard
constructor
(
status
:
String
?
=
null
,
receiptAccountEmail
:
String
?
=
null
,
firstName
:
String
?
=
null
,
lastName
:
String
?
=
null
,
defaultCurrency
:
String
?
=
null
,
locale
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
default
Currency
Link copied to clipboard
val
defaultCurrency
:
String
?
=
null
first
Name
Link copied to clipboard
val
firstName
:
String
?
=
null
last
Name
Link copied to clipboard
val
lastName
:
String
?
=
null
locale
Link copied to clipboard
val
locale
:
String
?
=
null
receipt
Account
Email
Link copied to clipboard
val
receiptAccountEmail
:
String
?
=
null
status
Link copied to clipboard
val
status
:
String
?
=
null