The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

use strict;
our $VERSION = '0.002000'; # VERSION
use Moose;
with qw(
);
sub _build_type {
return 'AuthorizeCard';
}
__PACKAGE__->meta->make_immutable;
1;
# ABSTRACT: AuthorizeCard Request
__END__
=pod
=head1 NAME
Business::PaperlessTrans::Request::AuthorizeCard - AuthorizeCard Request
=head1 VERSION
version 0.002000
=head1 AUTHOR
Caleb Cushing <xenoterracide@gmail.com>
=head1 COPYRIGHT AND LICENSE
This software is Copyright (c) 2013 by Caleb Cushing.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)
=cut