Business::NoChex - Perl extension for the validation of NoChex payments


Business-NoChex documentation  | view source Contained in the Business-NoChex distribution.

Index


NAME

Top

Business::NoChex - Perl extension for the validation of NoChex payments

SYNOPSIS

Top

  use Business::NoChex;
  my($payment)= new Business::NoChex({ recipient => 'a@bc.com'});

  if($payment->is_valid){
    spendItAll($payment->amount);
  }else{
    ringAlarmBells();
  }

DESCRIPTION

Top

A simple module to allow verification of the NoChex APC notification messages.

EXPORT

None by default.

AUTHOR

Top

Robin Szemeti

Redpoint Consulting Limited

SEE ALSO

Top

perl(1).


Business-NoChex documentation  | view source Contained in the Business-NoChex distribution.