[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-09 UTC."],[[["`FuelPriceKt` is a Kotlin class that provides a utility function for building `FuelPrice` objects."],["The `fuelPrice()` function creates a `FuelPrice` instance using the fuel type, price, and update time."],["It requires non-null values for fuel type, price (as a `Money` object), and update time (as an `Instant` object)."],["The function returns a new `FuelPrice` object encapsulating the provided fuel information."]]],["The `FuelPriceKt` class provides a method, `fuelPrice`, to construct a new `FuelPrice` object. This method requires three non-null parameters: `FuelType`, `Money` (price), and `Instant` (update time). The `FuelType` specifies the type of fuel, `Money` indicates the fuel price, and `Instant` represents the last update time. Upon successful execution, this method returns a constructed `FuelPrice` object.\n"]]