PartnerInformationBuilder
public class PartnerInformationBuilder
Partner Information Builder
-
Optional tracking ID for the session
Declaration
Swift
public var correlationId: String? -
Optional partner reference for the booking that this car rental will attach to
Declaration
Swift
public var partnerBookingReference: String? -
Optional advertising platform to identify the source platform of a search referral
Declaration
Swift
public var advertisingPlatform: String? -
Optional advertising campaign to identify the source campaign of a search referral
Declaration
Swift
public var advertisingCampaign: String? -
Optional cookie consent - default will assume only essential cookies are allowed
Declaration
Swift
public var cookieConsent: [CookieType]?
View on GitHub
PartnerInformationBuilder Class Reference