Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 785 Bytes

File metadata and controls

25 lines (14 loc) · 785 Bytes

AddedDeductedPointsBalancesAction

Properties

Name Type Description Notes
amount BigDecimal The amount of added or deducted loyalty points.
reason String The reason for the points addition or deduction.
operation OperationEnum The action (addition or deduction) made with loyalty points.
startDate OffsetDateTime The start date for loyalty points. [optional]
expiryDate OffsetDateTime The expiration date for loyalty points. [optional]

Enum: OperationEnum

Name Value
ADDITION "addition"
DEDUCTION "deduction"