AuthorizationFuel constructor
const
AuthorizationFuel({
- AuthorizationType? type,
- AuthorizationUnit? unit,
- String? unitCostDecimal,
- String? volumeDecimal,
fuel_specs
Information about fuel that was purchased with this transaction.
Implementation
const AuthorizationFuel({
this.type,
this.unit,
this.unitCostDecimal,
this.volumeDecimal,
});