CheckTermsService

interface CheckTermsService

Functions

checkTerms
Link copied to clipboard
@GET(value = "terms/check")
abstract fun checkTerms(@Query(value = "filter[serviceName]"filterserviceName: CheckTermsAPI.FilterserviceName, @Query(value = "redirectUri"redirectUri: String? = null): Call<Void>