alias Stripe::IssuingAuthorizationFuel

Overview

Information about fuel that was purchased with this transaction. Typically this information is received from the merchant after the authorization has been approved and the fuel dispensed.

Alias Definition

Stripe::IssuingAuthorizationFuelData

Defined in:

stripe/models/issuing_authorization_fuel.cr

Constant Summary

ERROR_MESSAGE_FOR__TYPE = "invalid value for \"_type\", must be one of [diesel, other, unleaded_plus, unleaded_regular, unleaded_super]."
ERROR_MESSAGE_FOR_UNIT = "invalid value for \"unit\", must be one of [charging_minute, imperial_gallon, kilogram, kilowatt_hour, liter, other, pound, us_gallon]."
MAX_LENGTH_FOR_INDUSTRY_PRODUCT_CODE = 5000
VALID_VALUES_FOR__TYPE = String.static_array("diesel", "other", "unleaded_plus", "unleaded_regular", "unleaded_super")
VALID_VALUES_FOR_UNIT = String.static_array("charging_minute", "imperial_gallon", "kilogram", "kilowatt_hour", "liter", "other", "pound", "us_gallon")