Class: TrophyApiClient::CreatePointsBoostRequestItemRounding

Inherits:
Object
  • Object
show all
Defined in:
lib/trophy_api_client/types/create_points_boost_request_item_rounding.rb

Overview

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

Constant Summary collapse

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