Mayson Monorepo Documentation
    Preparing search index...
    interface Fuel {
        industry_product_code: string;
        quantity_decimal: string;
        type: string;
        unit: string;
        unit_cost_decimal: string;
    }
    Index

    Properties

    industry_product_code: string

    Conexxus Payment System Product Code identifying the primary fuel product purchased.

    quantity_decimal: string

    The quantity of units of fuel that was dispensed, represented as a decimal string with at most 12 decimal places.

    type: string

    The type of fuel that was purchased. One of diesel, unleaded_plus, unleaded_regular, unleaded_super, or other.

    unit: string

    The units for quantity_decimal. One of charging_minute, imperial_gallon, kilogram, kilowatt_hour, liter, pound, us_gallon, or other.

    unit_cost_decimal: string

    The cost in cents per each unit of fuel, represented as a decimal string with at most 12 decimal places.