GetAccountMemberFilter

data class GetAccountMemberFilter(val direction: String? = null, val order: String? = null, val status: String? = null) : ConvertibleToJava<GetAccountMemberFilter>

Constructors

Link copied to clipboard
constructor(direction: String? = null, order: String? = null, status: String? = null)

Properties

Link copied to clipboard
val direction: String? = null

Direction to order results. Available values: "asc", "desc".

Link copied to clipboard
val order: String? = null

Field to order results by. Available values: "user.firstname", "user.lastname", "user.email", "status".

Link copied to clipboard
val status: String? = null

A member's status in the account. Available values: "accepted", "pending", "rejected".

Functions

Link copied to clipboard
open override fun toJava(): GetAccountMemberFilter