The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.