![]() |
![]()
| ![]() |
![]()
NAMENet::FreshBooks::API::Recurring::AutoBill::Card - FreshBooks Autobill Credit Card access VERSIONversion 0.24 expirationReturns an Net::FreshBooks::API::Recurring::AutoBill::Card::Expiration object nameCardholder name numberCard number, eg '4111 1111 1111 1111'. Can include spaces, hyphens and other punctuation marks. CONVENIENCE METHODSmonthThe card's 2 digit expiration month. This is a shortcut to the Net::FreshBooks::API::Recurring::AutoBill::Card::Expiration object. $recurring->autobill->card->month; # is the same as $recurring->autobill->card->expiration->month; yearThe card's 4 digit expiration year. This is a shortcut to the Net::FreshBooks::API::Recurring::AutoBill::Card::Expiration object. $recurring->autobill->card->year; # is the same as $recurring->autobill->card->expiration->year; INTERNAL METHODSnode_nameUsed internally for XML parsing AUTHORS
COPYRIGHT AND LICENSEThis software is copyright (c) 2011 by Edmund von der Burg & Olaf Alders. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
|