ApiInfoDtoEndpoints

data class ApiInfoDtoEndpoints(val authorizationGrant: String? = null, val accessToken: String? = null, val logout: String? = null, val clientInfo: String? = null, val invalidateAccessToken: String? = null, val jwtAuthenticate: String? = null, val usernameAvailability: String? = null, val emailAvailability: String? = null, val registerUser: String? = null, val jwtRegister: String? = null, val users: String? = null, val userDetail: String? = null, val deleteUser: String? = null, val updateUser: String? = null, val forgotpassword: String? = null, val resetpassword: String? = null, val exportDocuments: String? = null, val listExports: String? = null, val exportStatus: String? = null, val lookupSupportedCurrencies: String? = null, val lookupSupportedLocales: String? = null, val merchantsList: String? = null, val documentsList: String? = null, val documentsPost: String? = null, val documentsDelete: String? = null, val documentsPatch: String? = null, val documentsDetail: String? = null, val listFolders: String? = null, val createFolder: String? = null, val deleteFolders: String? = null, val updateFolder: String? = null, val deleteFolder: String? = null, val addDocumentsToFolder: String? = null, val deleteDocumentsFromFolder: String? = null)

Parameters

authorizationGrant
accessToken
logout
clientInfo
invalidateAccessToken
jwtAuthenticate
usernameAvailability
emailAvailability
registerUser
jwtRegister
users
userDetail
deleteUser
updateUser
forgotpassword
resetpassword
exportDocuments
listExports
exportStatus
lookupSupportedCurrencies
lookupSupportedLocales
merchantsList
documentsList
documentsPost
documentsDelete
documentsPatch
documentsDetail
listFolders
createFolder
deleteFolders
updateFolder
deleteFolder
addDocumentsToFolder
deleteDocumentsFromFolder

Constructors

Link copied to clipboard
constructor(authorizationGrant: String? = null, accessToken: String? = null, logout: String? = null, clientInfo: String? = null, invalidateAccessToken: String? = null, jwtAuthenticate: String? = null, usernameAvailability: String? = null, emailAvailability: String? = null, registerUser: String? = null, jwtRegister: String? = null, users: String? = null, userDetail: String? = null, deleteUser: String? = null, updateUser: String? = null, forgotpassword: String? = null, resetpassword: String? = null, exportDocuments: String? = null, listExports: String? = null, exportStatus: String? = null, lookupSupportedCurrencies: String? = null, lookupSupportedLocales: String? = null, merchantsList: String? = null, documentsList: String? = null, documentsPost: String? = null, documentsDelete: String? = null, documentsPatch: String? = null, documentsDetail: String? = null, listFolders: String? = null, createFolder: String? = null, deleteFolders: String? = null, updateFolder: String? = null, deleteFolder: String? = null, addDocumentsToFolder: String? = null, deleteDocumentsFromFolder: String? = null)

Properties

Link copied to clipboard
@SerializedName(value = "accessToken")
val accessToken: String? = null
Link copied to clipboard
@SerializedName(value = "addDocumentsToFolder")
val addDocumentsToFolder: String? = null
Link copied to clipboard
@SerializedName(value = "authorizationGrant")
val authorizationGrant: String? = null
Link copied to clipboard
@SerializedName(value = "clientInfo")
val clientInfo: String? = null
Link copied to clipboard
@SerializedName(value = "createFolder")
val createFolder: String? = null
Link copied to clipboard
@SerializedName(value = "deleteDocumentsFromFolder")
val deleteDocumentsFromFolder: String? = null
Link copied to clipboard
@SerializedName(value = "deleteFolder")
val deleteFolder: String? = null
Link copied to clipboard
@SerializedName(value = "deleteFolders")
val deleteFolders: String? = null
Link copied to clipboard
@SerializedName(value = "deleteUser")
val deleteUser: String? = null
Link copied to clipboard
@SerializedName(value = "documentsDelete")
val documentsDelete: String? = null
Link copied to clipboard
@SerializedName(value = "documentsDetail")
val documentsDetail: String? = null
Link copied to clipboard
@SerializedName(value = "documentsList")
val documentsList: String? = null
Link copied to clipboard
@SerializedName(value = "documentsPatch")
val documentsPatch: String? = null
Link copied to clipboard
@SerializedName(value = "documentsPost")
val documentsPost: String? = null
Link copied to clipboard
@SerializedName(value = "emailAvailability")
val emailAvailability: String? = null
Link copied to clipboard
@SerializedName(value = "exportDocuments")
val exportDocuments: String? = null
Link copied to clipboard
@SerializedName(value = "exportStatus")
val exportStatus: String? = null
Link copied to clipboard
@SerializedName(value = "forgotpassword")
val forgotpassword: String? = null
Link copied to clipboard
@SerializedName(value = "invalidateAccessToken")
val invalidateAccessToken: String? = null
Link copied to clipboard
@SerializedName(value = "jwtAuthenticate")
val jwtAuthenticate: String? = null
Link copied to clipboard
@SerializedName(value = "jwtRegister")
val jwtRegister: String? = null
Link copied to clipboard
@SerializedName(value = "listExports")
val listExports: String? = null
Link copied to clipboard
@SerializedName(value = "listFolders")
val listFolders: String? = null
Link copied to clipboard
@SerializedName(value = "logout")
val logout: String? = null
Link copied to clipboard
@SerializedName(value = "lookupSupportedCurrencies")
val lookupSupportedCurrencies: String? = null
Link copied to clipboard
@SerializedName(value = "lookupSupportedLocales")
val lookupSupportedLocales: String? = null
Link copied to clipboard
@SerializedName(value = "merchantsList")
val merchantsList: String? = null
Link copied to clipboard
@SerializedName(value = "registerUser")
val registerUser: String? = null
Link copied to clipboard
@SerializedName(value = "resetpassword")
val resetpassword: String? = null
Link copied to clipboard
@SerializedName(value = "updateFolder")
val updateFolder: String? = null
Link copied to clipboard
@SerializedName(value = "updateUser")
val updateUser: String? = null
Link copied to clipboard
@SerializedName(value = "userDetail")
val userDetail: String? = null
Link copied to clipboard
@SerializedName(value = "usernameAvailability")
val usernameAvailability: String? = null
Link copied to clipboard
@SerializedName(value = "users")
val users: String? = null