The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Business::CyberSource::Request::Capture - CyberSource Capture Request Object

VERSION

version 0.007007

SYNOPSIS

        use Business::CyberSource::Request::Capture;

        my $capture = Business::CyberSource::Request::Capture->new({
                reference_code => 'merchant reference code',
                service => {
                        request_id => 'authorization response request_id',
                },
                purchase_totals => {
                        total    => 5.01,  # same amount as in authorization
                        currency => 'USD', # same currency as in authorization
                },
        });

DESCRIPTION

This object allows you to create a request for a capture.

EXTENDS

Business::CyberSource::Request

WITH

Business::CyberSource::Request::Role::DCC

BUGS

Please report any bugs or feature requests on the bugtracker website https://github.com/hostgator/business-cybersource/issues or by email to development@hostgator.com.

When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.

AUTHOR

Caleb Cushing <xenoterracide@gmail.com>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2012 by HostGator.com.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)