Name | Type | Description | Notes |
---|---|---|---|
type | TypeEnum | The notification type. | |
queryParams | Map<String, String> | Array of query parameters. | [optional] |
headers | Map<String, String> | List of API HTTP headers for the given webhook-based notification. | [optional] |
verb | VerbEnum | API method for this notification. | |
url | String | API URL for the given notification. | |
payload | String | API payload of this notification. |
Name | Value |
---|---|
CAMPAIGN | "campaign" |
LOYALTY_ADDED_DEDUCTED_POINTS | "loyalty_added_deducted_points" |
CARD_ADDED_DEDUCTED_POINTS | "card_added_deducted_points" |
COUPON | "coupon" |
EXPIRING_COUPONS | "expiring_coupons" |
EXPIRING_POINTS | "expiring_points" |
PENDING_TO_ACTIVE_POINTS | "pending_to_active_points" |
STRIKETHROUGH_PRICING | "strikethrough_pricing" |
TIER_DOWNGRADE | "tier_downgrade" |
TIER_UPGRADE | "tier_upgrade" |
TIER_WILL_DOWNGRADE | "tier_will_downgrade" |
CARD_EXPIRING_POINTS | "card_expiring_points" |
Name | Value |
---|---|
POST | "POST" |
PUT | "PUT" |
GET | "GET" |
DELETE | "DELETE" |
PATCH | "PATCH" |