Mayson Monorepo Documentation
    Preparing search index...
    interface Fuel {
        industry_product_code: string;
        quantity_decimal: string;
        type: Stripe.Issuing.Authorization.Fuel.Type;
        unit: Stripe.Issuing.Authorization.Fuel.Unit;
        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.

    The type of fuel that was purchased.

    The units for quantity_decimal.

    unit_cost_decimal: string

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