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