NAME

Business::NAB::Australian::DirectEntry::Returns::DetailRecord

DESCRIPTION

Class for detail record in the "Australian Direct Entry Payments" returns file. Inherits all logic/attributes from Business::NAB::Australian::DirectEntry::Payments::DetailRecord.

ATTRIBUTES

On top of those inherited from Business::NAB::Australian::DirectEntry::Payments::DetailRecord.

original_day_of_processing (NAB::Type::PositiveIntOrZero)
original_user_id_number (NAB::Type::PositiveIntOrZero)
return_code (NAB::Type::PositiveIntOrZero)

METHODS

return_code_description

Returns a string describing the return code

my $return_reason = $DetailRecord->return_code_description;