Business::BancaSella::Encode - Parent class for Encode systems


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

Index


NAME

Top

Business::BancaSella::Encode - Parent class for Encode systems

SYNOPSIS

Top

For GestPay payment system use something like:

  use Business::BancaSella::Encode;
  my $enc = new Business::BancaSella::Encode(type=>'gestpay',...);

See Business::BancaSella::Encode::Gestpay for other informations.

For Gateway payment system use something like:

  use Business::BancaSella::Encode;
  my $enc = new Business::BancaSella::Encode(type=>'gateway',...);

See Business::BancaSella::Encode::Gateway for other informations.

DESCRIPTION

Top

Implements different Banca Sella system payment. Currently supported "GestPay" online system payment and "Gateway compatibility" online payment. Version minor 0.06 supports old "Gateway" online system payment dismetted in Dicember 2001 because it doesn't support EURO currency.

AUTHOR

Top

Bruni Emiliano, info@ebruni.it

SEE ALSO

Top

  Business::BancaSella::Encode::Gateway
  Business::BancaSella::Encode::Gestpay


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