The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Business::RO::TaxDeduction::Types - Types for the TaxDeduction module

VERSION

version 0.012

SYNOPSIS

  use Business::RO::TaxDeduction::Types qw(
      Int
      MathBigFloat
  );
MathBigFloat

A Math::BigFloat object instance.

TaxPersons

A custom type for the number of persons. Valid values are from 0 (zero) to 4. If the number is greater than 4, the attribute value is coerced to 4.

AUTHOR

Ștefan Suciu <stefan@s2i2.ro>

COPYRIGHT AND LICENSE

This software is copyright (c) 2018 by Ștefan Suciu.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.