setSubscriptions method

  1. @override
Future<EmailSettingsV1> setSubscriptions (
  1. String correlationId,
  2. String recipientId,
  3. dynamic subscriptions
)
override

Sets a subscriptions into email settings.

  • correlation_id (optional) transaction id to trace execution through call chain.
  • recipientId a recipient id of settings to be retrieved.
  • subscriptions a subscriptions to be set. Return (optional) Future that receives updated email settings Throws error.