GetMembershipPlainArgs

data class GetMembershipPlainArgs(val membershipIdentifier: String) : ConvertibleToJava<GetMembershipPlainArgs>

Constructors

Link copied to clipboard
constructor(membershipIdentifier: String)

Properties

Link copied to clipboard

Returns the unique identifier of the specified membership. Example: a1b2c3d4-5678-90ab-cdef-EXAMPLE22222

Functions

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