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.