Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 871 Bytes

RewardTypeCampaign.md

File metadata and controls

28 lines (16 loc) · 871 Bytes

RewardTypeCampaign

Objects stores information about the campaign related to the reward.

Properties

Name Type Description Notes
id String Unique campaign ID, assigned by Voucherify.
balance Integer The incremental amout to be added to the current balance on the gift card. Value is multiplied by 100 to precisely represent 2 decimal places. For example, $100 amount is written as 10000. [optional]
type TypeEnum Campaign type.

Enum: TypeEnum

Name Value
DISCOUNT_COUPONS "DISCOUNT_COUPONS"
PROMOTION "PROMOTION"
GIFT_VOUCHERS "GIFT_VOUCHERS"
REFERRAL_PROGRAM "REFERRAL_PROGRAM"
LOYALTY_PROGRAM "LOYALTY_PROGRAM"