UserAccountInformation

data class UserAccountInformation(val id: String, val email: String?, val receiptAccountEmail: String?, val firstName: String?, val lastName: String?, val locale: String?, val status: String?, val accessID: String?, val credentialType: String?, val nickname: String?, val accessTokenExpiry: OffsetDateTime?, val refreshTokenExpiry: OffsetDateTime?, val folders: List<UserAccountInformation.Folder>?, val receiptCounts: UserAccountInformation.ReceiptCounts?)

Note that some properties from the raw response are not represented as they represent bloat in the model.

See also

Constructors

Link copied to clipboard
constructor(id: String, email: String?, receiptAccountEmail: String?, firstName: String?, lastName: String?, locale: String?, status: String?, accessID: String?, credentialType: String?, nickname: String?, accessTokenExpiry: OffsetDateTime?, refreshTokenExpiry: OffsetDateTime?, folders: List<UserAccountInformation.Folder>?, receiptCounts: UserAccountInformation.ReceiptCounts?)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data class Folder(val id: String, val name: String, val colour: String, val updatedAt: OffsetDateTime, val createdAt: OffsetDateTime)
Link copied to clipboard
data class ReceiptCounts(val favorite: Int?, val thisMonth: Int?, val total: Int?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard