AuthorizationFuel constructor

const AuthorizationFuel({
  1. AuthorizationType? type,
  2. AuthorizationUnit? unit,
  3. String? unitCostDecimal,
  4. String? volumeDecimal,
})

fuel_specs

Information about fuel that was purchased with this transaction.

Implementation

const AuthorizationFuel({
  this.type,
  this.unit,
  this.unitCostDecimal,
  this.volumeDecimal,
});