There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

Business::Westpac::PaymentsPlus::Australian::Payment::Import::Trailer

SYNOPSIS

use Business::Westpac::PaymentsPlus::Australian::Payment::Import::Trailer;

my $Trailer = Business::Westpac::PaymentsPlus::Australian::Payment::Import::Trailer->new(
    total_payment_count => 8,
    total_payment_amount => '2015.42',
);

DESCRIPTION

Class for Westpac CSV file trailer records.

ATTRIBUTES

All attributes are required, except were stated, and are read/write

total_payment_count (Num)
total_payment_amount (Num)

SEE ALSO

Business::Westpac::Types