class Mindee::Product::FR::Payslip::PayslipV2Page
Payslip API version 2.0 page data.
def initialize(prediction)
-
prediction
(Hash
) --
def initialize(prediction) super(prediction) @prediction = PayslipV2PagePrediction.new( prediction['prediction'], prediction['id'] ) end