get
abstract fun get(membershipId: String, handler: CompletionHandler<Membership>)
Content copied to clipboard
Fetches the membership details based on the membership id
Since
0.1
Parameters
membership Id
The identifier of the membership.
handler
A closure to be executed once the request has finished.