Delivery Types: Transactions
Delivery Types: Transactions
Delivery Types: Transactions
Delivery Types
Collapse All
Refer to the Transactions topic for guidance on writing application code to handle or classify fuel transactions.
As well as being visible in the Enabler API, the Delivery Type is also used in the Enabler Database (Hose_Delivery table) to
indicate the type of each delivery recorded.
STACKED_DELIVERY 2 An unsold delivery, pushed into the stack on API + Current delivery
the pump icon. Database that has been
stacked.
Value = Money value of prepay
that was not delivered
Volume = 1.0
Price = Value
Delivery.Clear()
Delivery.ClearPreauth()
Pump.AuthorisePrepay()
PREPAY_REFUND_DELIVERY 9 A prepay refund that has been cleared - Database If you use
marked as paid back to the customer. Legacy Prepay.
ATTENDANT_DELIVERY 13 A cleared delivery that was authorised for an Database If you use
attendant (automatically based on Site Mode Enabler's
and an Attendant logon), or by a client Attendant
application calling: functionality.
Pump.Authorise
With a an AttendantID.
REINSTATED_DELIVERY 15 A previously cleared delivery that has been API + If you reinstate a
returned to the API/Icon for refund/resale. Database previously
cleared delivery.
Enabler V4 clients can use the new lookup
transaction facility instead:
Forecourt.GetTrasactionById
Forecourt.GetTranasctionByReference
Pump.ReinstateDelivery
See Also
.NET FuelTransaction.DeliveryType Property
.NET DeliveryTypes Enumeration
COM DeliveryTypes Enumeration
COM Tranasction.DeliveryType Property
.NET Transaction Class
Send Feedback