Customer open class Customer: Codable Represents a Customer in Moltin id The ID of this customer Declaration Swift public var id: String? email The email of this customer Declaration Swift public var email: String? name The name of this customer Declaration Swift public var name: String?