All Downloads are FREE. Search and download functionalities are using the official Maven repository.

it.contactlab.hub.sdk.java.models.AbstractThirdPartyTransfer Maven / Gradle / Ivy

There is a newer version: 1.8.0
Show newest version
package it.contactlab.hub.sdk.java.models;

import org.immutables.value.Value;

import java.util.Optional;

/**
 * Customer's consents information - part of third party transfer's consents.
 */
@Value.Immutable
@Value.Style(typeImmutable = "*")
public abstract class AbstractThirdPartyTransfer {

  /**
   * Consent transfer to third parties for profiling.
   */
  public abstract Optional profiling();

  /**
   * Consent transfer to third parties for marketing.
   */
  public abstract Optional marketing();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy