dependentSubscriptions property
- @JsonKey(name: 'dependentSubscriptions')
getter/setter pair
Information about the dependent subscriptions for this opt-in.
Implementation
@JsonKey(name:'dependentSubscriptions')
List<EmailSubscriptionDefinition>? dependentSubscriptions;