# UltracartClient::CouponMoreLoyaltyPoints ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **loyalty_points** | **Float** | The additional loyalty points | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CouponMoreLoyaltyPoints.new( loyalty_points: null ) ```