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

NAME

Business::CyberSource::ResponsePart::AuthReply - Reply section for Authorizations

VERSION

version 0.007002

ATTRIBUTES

datetime

        $response->auth->datetime if $response->auth->has_datetime;

Type: DateTime

Time of authorization.

avs_code

        $response->auth->avs_code if $response->auth->has_avs_code;

Type: Varying character 1

avs_code_raw

        $response->auth->avs_code_raw if $response->auth->has_avs_code_raw;

Type: Varying character 10

auth_record

        $response->auth->auth_record if $response->auth->has_auth_record;

Type: String

auth_code

        $response->auth->auth_code if $response->auth->has_auth_code;

Type: Varying character 7

Authorization code. Returned only if a value is returned by the processor.

cv_code

        $response->auth->cv_code if $response->auth->has_cv_code;

Type: Single Char

cv_code_raw

        $response->auth->cv_code_raw if $response->auth->has_cv_code_raw;

Type: Varying character 10

processor_response

        $response->auth->processor_response
                if $response->auth->has_processor_response;

Type: Varying character 10

reconciliation_id

        $response->auth->reconciliation_id
                if $response->auth->has_reconciliation_id

Type: Int

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) 2012 by HostGator.com.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)