Class AuthorizationCreateParams.Fuel

java.lang.Object
com.stripe.param.issuing.AuthorizationCreateParams.Fuel
Enclosing class:
AuthorizationCreateParams

public static class AuthorizationCreateParams.Fuel extends Object
  • Method Details

    • builder

      public static AuthorizationCreateParams.Fuel.Builder builder()
    • getExtraParams

      public Map<String,Object> getExtraParams()
      Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's @SerializedName value. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance.
    • getIndustryProductCode

      public String getIndustryProductCode()
      Conexxus Payment System Product Code identifying the primary fuel product purchased.
    • getQuantityDecimal

      public BigDecimal getQuantityDecimal()
      The quantity of units of fuel that was dispensed, represented as a decimal string with at most 12 decimal places.
    • getType

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

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

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