Net::FreshBooks::API::Recurring::AutoBill::Card - FreshBooks Autobill Credit Card access


Net-FreshBooks-API documentation  | view source Contained in the Net-FreshBooks-API distribution.

Index


NAME

Top

Net::FreshBooks::API::Recurring::AutoBill::Card - FreshBooks Autobill Credit Card access

VERSION

Top

version 0.21

expiration

Returns an Net::FreshBooks::API::Recurring::AutoBill::Card::Expiration object

name

Cardholder name

number

Card number, eg '4111 1111 1111 1111'. Can include spaces, hyphens and other punctuation marks.

CONVENIENCE METHODS

Top

month

The 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;

year

The 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 METHODS

Top

node_name

Used internally for XML parsing

AUTHORS

Top

COPYRIGHT AND LICENSE

Top


Net-FreshBooks-API documentation  | view source Contained in the Net-FreshBooks-API distribution.