Class PreferenceTrack
- java.lang.Object
-
- com.mercadopago.resources.preference.PreferenceTrack
-
public class PreferenceTrack extends Object
Track to be executed during the users interaction in the Checkout flow.
-
-
Constructor Summary
Constructors Constructor Description PreferenceTrack()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getType()
Track type (google_ad or facebook_ad).PreferenceTrackValuesRequest
getValues()
Values according the track type.
-
-
-
Method Detail
-
getType
public String getType()
Track type (google_ad or facebook_ad).
-
getValues
public PreferenceTrackValuesRequest getValues()
Values according the track type.
-
-