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

NAME

WebService::PayPal::PaymentsAdvanced::Role::HasCreditCard - Role which provides methods specifically for credit card transactions

VERSION

version 0.000022

card_type

A human readable credit card type. One of:

    VISA
    MasterCard
    Discover
    American Express
    Diner's Club
    JCB

card_expiration

The month and year of the credit card expiration.

card_last_four_digits

The last four digits of the credit card.

reference_transaction_id

The id you will use in order to use this as a reference transaction (pnref).

SUPPORT

Bugs may be submitted through https://github.com/maxmind/webservice-paypal-paymentsadvanced/issues.

AUTHOR

Olaf Alders <olaf@wundercounter.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2017 by MaxMind, Inc..

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.