@JvmOverloads fun list(version: Int?, firstResult: Int? = null, maxResults: Int? = null, orderBy: RegistrationInfo.Fields? = null, orderDesc: Boolean? = null, activeOnly: Boolean? = false): List<RegistrationInfo>?
Returns list of registrations.
version
- version of seller, may be null (if latest data needed)
firstResult
- when pagination starts or null
maxResults
- amount of items per page or null
orderBy
- field to order by, possible values are "IDENTIFIER", "NAME"
orderDesc
- field to direction of ordering
activeOnly
- True if need only active registrations, otherwise all registrations
Return
list of registrations