Class PointsAwarded
java.lang.Object
com.sap.retail.sapppspricing.swagger.businessobject.dto.PointsAwarded
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2022-09-26T19:16:22.658615400+05:30[Asia/Calcutta]")
public class PointsAwarded
extends Object
Specifies how many points were used by the price derivation rule.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumSpecifies whether the points were earned or something else. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()Specifies whether the points were earned or something else.getValue()Number of points minimum: 0inthashCode()voidvoidsetValue(BigDecimal value) toString()type(PointsAwarded.TypeEnum type) value(BigDecimal value)
-
Constructor Details
-
PointsAwarded
public PointsAwarded()
-
-
Method Details
-
value
-
getValue
Number of points minimum: 0- Returns:
- value
-
setValue
-
type
-
getType
Specifies whether the points were earned or something else.- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-