Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 802 Bytes

RewardTypeCampaign.md

File metadata and controls

26 lines (14 loc) · 802 Bytes

RewardTypeCampaign

Objects stores information about the campaign related to the reward.

Properties

Name Type Description
id String Unique campaign ID, assigned by Voucherify.
balance Integer The number of points to be added to a loyalty card or the amount to be added to the current balance on the gift card. For gift cards, the value is multiplied by 100 to precisely represent 2 decimal places. For example, $100 amount is written as 10000.
type TypeEnum Campaign type.

Enum: TypeEnum

Name Value
DISCOUNT_COUPONS "DISCOUNT_COUPONS"
GIFT_VOUCHERS "GIFT_VOUCHERS"
LOYALTY_PROGRAM "LOYALTY_PROGRAM"