NAME

Business::Westpac::PaymentsPlus::Australian::Payment::Import::Payment::Cheque

SYNOPSIS

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

my $Cheque = Business::Westpac::PaymentsPlus::Australian::Payment::Import::Payment::Cheque->new(
    payer_payment_reference => 'REF00002',
    payment_amount => '718.65',
    recipient_reference => '100008',
    funding_bsb_number => '032-000',
    funding_account_number => '000007',
);

DESCRIPTION

Class for modeling Cheque payments in the context of Westpac CSV files.

Extends Business::Westpac::PaymentsPlus::Australian::Payment::Import::Payment.

ATTRIBUTES

All attributes are optional, except were stated, and are read only

recipient_reference (Str, max 7 chars)

METHODS

to_csv

Convert the attributes to CSV line(s):

my @csv = $Cheque->to_csv;

SEE ALSO

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

Business::Westpac::Types