class Mindee::Product::DeliveryNote::DeliveryNoteV1Page

Delivery note API version 1.1 page data.

def initialize(prediction)

Parameters:
  • prediction (Hash) --
def initialize(prediction)
  super(prediction)
  @prediction = DeliveryNoteV1PagePrediction.new(
    prediction['prediction'],
    prediction['id']
  )
end