Get All Loyalty Points Parameters
data class GetAllLoyaltyPointsParameters(val limit: Int? = null, val offset: Int? = null, val attributes: Map<String, String>? = null)
Data class representing parameters for retrieving loyalty points.
Parameters
limit
Maximum number of loyalty points to return.
offset
Get loyalty points from a specific starting point.
attributes
Optional key-value pairs filtering results to loyalty points that have matching attribute key-value pairs.