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

com.mercadopago.resources.preference.PreferenceTrack Maven / Gradle / Ivy

There is a newer version: 2.1.29
Show newest version
package com.mercadopago.resources.preference;

import com.mercadopago.client.preference.PreferenceTrackValuesRequest;
import lombok.Getter;

/** Track to be executed during the users interaction in the Checkout flow. */
@Getter
public class PreferenceTrack {
  /** Track type (google_ad or facebook_ad). */
  private String type;

  /** Values according the track type. */
  private PreferenceTrackValuesRequest values;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy