Subscription

Compatible Application Events for the “Subscription” entity

Customize subscription metadata

SUBSCRIPTION_ASSIGNED_GENERATE_METADATA

Fired synchronously before marking a subscription as “acquired”. The purpose of this extension is to allow metadata customization.

A result of type SubscriptionMetadata is expected. Return null if you don’t need to modify the current metadata.

Variable Type About
subscription Subscription Details about the subscription to be acquired
subscriptionDescriptor SubscriptionDescriptor Subscription configuration (template)
metadata SubscriptionMetadata Existing metadata for subscription.
additionalInfo Map<String, List<String>> Additional information provided by the subscription holder

Last modified 02.02.2024: update documentation (9e96972b)