The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

SYNOPSIS

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

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

Bruni Emiliano, info@ebruni.it

SEE ALSO

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