Package-level declarations

Types

Link copied to clipboard
data class ReceiptEmailAvailabilityResponse(val available: Boolean, val alternatives: List<String>?)
Link copied to clipboard
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)
Link copied to clipboard
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.