DeliveryAPI

class DeliveryAPI

Extensions

deleteGasStationReferenceStatus
Link copied to clipboard
fun POIAPI.DeliveryAPI.deleteGasStationReferenceStatus(gasStationId: String, reference: String, readTimeout: Long? = null): Call<Void>
putGasStationReferenceStatus
Link copied to clipboard
fun POIAPI.DeliveryAPI.putGasStationReferenceStatus(gasStationId: String, reference: String, body: PutGasStationReferenceStatusAPI.Body, readTimeout: Long? = null): Call<Void>