suspend fun fetchTicketingAccount(): <ERROR CLASS>
fun fetchTicketingAccount(success: (result: Stub?) -> Unit, failure: (Exception) -> Unit): Unit
Fetch ticketing account via API server.
success - the success callback.
success
failure - the failure callback.
failure