Package com.stripe.model.issuing
Class Authorization.Fuel
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.issuing.Authorization.Fuel
- All Implemented Interfaces:
- StripeObjectInterface
- Enclosing class:
- Authorization
For more details about Fuel, please refer to the API
 Reference.
- 
Field SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanConexxus Payment System Product Code identifying the primary fuel product purchased.The quantity ofunits 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.inthashCode()voidsetIndustryProductCode(String industryProductCode) Conexxus Payment System Product Code identifying the primary fuel product purchased.voidsetQuantityDecimal(BigDecimal quantityDecimal) The quantity ofunits of fuel that was dispensed, represented as a decimal string with at most 12 decimal places.voidThe type of fuel that was purchased.voidThe units forquantity_decimal.voidsetUnitCostDecimal(BigDecimal unitCostDecimal) The cost in cents per each unit of fuel, represented as a decimal string with at most 12 decimal places.Methods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
Fuelpublic Fuel()
 
- 
- 
Method Details- 
getIndustryProductCodeConexxus Payment System Product Code identifying the primary fuel product purchased.
- 
getQuantityDecimalThe quantity ofunits of fuel that was dispensed, represented as a decimal string with at most 12 decimal places.
- 
getTypeThe type of fuel that was purchased.One of diesel,other,unleaded_plus,unleaded_regular, orunleaded_super.
- 
getUnitThe units forquantity_decimal.One of charging_minute,imperial_gallon,kilogram,kilowatt_hour,liter,other,pound, orus_gallon.
- 
getUnitCostDecimalThe cost in cents per each unit of fuel, represented as a decimal string with at most 12 decimal places.
- 
setIndustryProductCodeConexxus Payment System Product Code identifying the primary fuel product purchased.
- 
setQuantityDecimalThe quantity ofunits of fuel that was dispensed, represented as a decimal string with at most 12 decimal places.
- 
setTypeThe type of fuel that was purchased.One of diesel,other,unleaded_plus,unleaded_regular, orunleaded_super.
- 
setUnitThe units forquantity_decimal.One of charging_minute,imperial_gallon,kilogram,kilowatt_hour,liter,other,pound, orus_gallon.
- 
setUnitCostDecimalThe cost in cents per each unit of fuel, represented as a decimal string with at most 12 decimal places.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-