getLoyaltyPoint

abstract suspend fun getLoyaltyPoint(id: String): LoyaltyPoint

Retrieves a single loyalty point by ID.

Return

A LoyaltyPoint object.

Parameters

id

The ID of the loyalty point in the loyalty application.