Class PreferenceTrack
Track to be executed during the users's interaction in the Checkout flow.
Inherited Members
Namespace: MercadoPago.Resource.Preference
Assembly: MercadoPago.dll
Syntax
public class PreferenceTrack
Properties
| Edit this page View SourceType
Track type (google_ad
or facebook_ad
).
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
string |
Values
Values according the track type.
Declaration
public PreferenceTrackValues Values { get; set; }
Property Value
Type | Description |
---|---|
PreferenceTrackValues |