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::CyberSource::Request::DCC - CyberSource DCC Request Object

VERSION

version 0.010006

SYNOPSIS

use Business::CyberSource::Request::DCC;

my $dcc
	= Business::CyberSource::Request::DCC->new({
		reference_code => '1984',
		purchase_totals => {
			currency       => 'USD',
			total          => '1.00',
			foreign_currency => 'EUR',
		},
		card => {
			credit_card    => '5100870000000004',
			expiration => {
				month => '04',
				year  => '2012',
			},
		},
	});

DESCRIPTION

This object allows you to create a request for Direct Currency Conversion.

EXTENDS

Business::CyberSource::Request

WITH

Business::CyberSource::Request::Role::CreditCardInfo
Business::CyberSource::Role::ForeignCurrency

BUGS

Please report any bugs or feature requests on the bugtracker website https://github.com/xenoterracide/business-cybersource/issues

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) 2015 by Caleb Cushing <xenoterracide@gmail.com>.

This is free software, licensed under:

The Artistic License 2.0 (GPL Compatible)