PurchaseType
public enum PurchaseType : String, Decodable
Different types of product
-
Experience or any product that has a booking nature
Declaration
Swift
case booking = "Bookable"
-
Products that relate to parking
Declaration
Swift
case parking = "Parking"
-
Products that relate to offerings from a GLX partner
Declaration
Swift
case partnerOffering = "Menu"