Book
public struct Book : Codable
extension Book: Equatable
                Book object to be passed to the /book endpoint
- 
                  
                  
Product information
Declaration
Swift
public let product: BookProduct - 
                  
                  
Visitor information
Declaration
Swift
public let visitor: Visitor - 
                  
                  
Partner booking information
Declaration
Swift
public let partnerBookingInfo: PartnerInformation? - 
                  
                  
Declaration
Swift
public static func == (lhs: Book, rhs: Book) -> Bool 
View on GitHub
        Book Structure Reference