BonusPointTransactionModel
Properties
Name | Type | Required | Description |
---|---|---|---|
amount | float | ❌ | |
transaction_date_time | str | ❌ | |
description | str | ❌ | |
type_ | BonusPointTransactionModelType | ❌ | |
id_ | str | ❌ | |
automation_bonus_adjustment_reason | str | ❌ |
BonusPointTransactionModelType
Properties
Name | Type | Required | Description |
---|---|---|---|
PURCHASE | str | ✅ | "Purchase" |
ADJUSTMENT | str | ✅ | "Adjustment" |
RECRUITMENT | str | ✅ | "Recruitment" |
PURCHASEREDUCTION | str | ✅ | "PurchaseReduction" |
RETURN | str | ✅ | "Return" |
BONUSCHECK | str | ✅ | "BonusCheck" |
DUEDATE | str | ✅ | "DueDate" |
STARTBONUS | str | ✅ | "StartBonus" |
BONUSPROMOTION | str | ✅ | "BonusPromotion" |
BONUSPROMOTIONRETURN | str | ✅ | "BonusPromotionReturn" |
FROMAUTOMATION | str | ✅ | "FromAutomation" |
BONUSBALANCEADJUSTMENT | str | ✅ | "BonusBalanceAdjustment" |
PURCHASEWITHPOINTS | str | ✅ | "PurchaseWithPoints" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs