Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 530 Bytes

MappingPoints.md

File metadata and controls

24 lines (12 loc) · 530 Bytes

MappingPoints

Properties

Name Type Description Notes
type TypeEnum [optional]
multiplier BigDecimal Multiplication factor used to multiply the points to obtain the mapped points. [optional]
points Integer Fixed number of points to be applied. [optional]

Enum: TypeEnum

Name Value
MULTIPLY "MULTIPLY"
CUSTOM "CUSTOM"