Class: TrophyApiClient::Admin::Points::Boosts::CreatePointsBoostsRequestBoostsItemRounding

Inherits:
Object
  • Object
show all
Defined in:
lib/trophy_api_client/admin/points/boosts/types/create_points_boosts_request_boosts_item_rounding.rb

Overview

How to round the boosted points. Defaults to ‘down’.

Constant Summary collapse

DOWN =
"down"
UP =
"up"
NEAREST =
"nearest"