Package com.stripe.param.issuing
Class AuthorizationCreateParams.Fuel
java.lang.Object
com.stripe.param.issuing.AuthorizationCreateParams.Fuel
- Enclosing class:
- AuthorizationCreateParams
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static enum
static enum
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Map of extra parameters for custom features not available in this client library.Conexxus Payment System Product Code identifying the primary fuel product purchased.The quantity ofunit
s of fuel that was dispensed, represented as a decimal string with at most 12 decimal places.getType()
The type of fuel that was purchased.getUnit()
The units forquantity_decimal
.The cost in cents per each unit of fuel, represented as a decimal string with at most 12 decimal places.
-
Method Details
-
builder
-
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
Conexxus Payment System Product Code identifying the primary fuel product purchased. -
getQuantityDecimal
The quantity ofunit
s 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 ofdiesel
,unleaded_plus
,unleaded_regular
,unleaded_super
, orother
. -
getUnit
The units forquantity_decimal
. One ofcharging_minute
,imperial_gallon
,kilogram
,kilowatt_hour
,liter
,pound
,us_gallon
, orother
. -
getUnitCostDecimal
The cost in cents per each unit of fuel, represented as a decimal string with at most 12 decimal places.
-