dependentSubscriptions property

  1. @JsonKey(name: 'dependentSubscriptions')
List<EmailSubscriptionDefinition>? dependentSubscriptions
getter/setter pair

Information about the dependent subscriptions for this opt-in.

Implementation

@JsonKey(name:'dependentSubscriptions')
List<EmailSubscriptionDefinition>? dependentSubscriptions;