class Mindee::Product::FR::Payslip::PayslipV3Page
Payslip API version 3.0 page data.
def initialize(prediction)
-
prediction
(Hash
) --
def initialize(prediction) super @prediction = if prediction['prediction'].empty? nil else PayslipV3PagePrediction.new( prediction['prediction'], prediction['id'] ) end end