UsersDataProvider  
    interface UsersDataProvider
Data provider containing the various requests used to manipulate the current user.
Inheritors
Functions
Link copied to clipboard
                  abstract suspend fun checkReceiptEmailAvailability(emailAddress: String): DataProviderResponse<ReceiptEmailAvailabilityResponse>
Check if a given emailAddress is available for use as a receipt email address
Link copied to clipboard
                  Fetch the user information for the current user
Link copied to clipboard
                  Update the receipt email address for the current user