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

 plenigo::Offer - An offer used during a checkout. 

SYNOPSIS

 use plenigo::Offer;

 # Create a plenigo offer 

 # Initialize a plenigo managed offer.

 my $offer = plenigo::Offer->createPlenigoOffer('CUSTOMER_ID', 'CUSTOMER_IP_ADDRESS', ((plenigoOfferId => 'OFFER_ID1')));

DESCRIPTION

 plenigo::Product represents a product during the checkout.

createPlenigoOffer($offer_id)

 Initialize a plenigo managed offer.