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

NAME

WebService::Braintree::_::AddOn

PURPOSE

This class represents an add-on.

This class will only be created as part of a response or error response.

ATTRIBUTES

amount()

This is the amount for this add-on.

created_at()

This is when this add-on was created.

current_billing_cycle()

TODO

description()

The description provided when creating the add-on.

id()

The id of the add-on.

kind()

The kind of the add-on.

merchant_id()

The merchant_id of the add-on.

name()

The name provided when creating the add-on. If one was not provided, then Braintree generated one.

never_expires()

The name provided when creating the add-on. If one was not provided, then Braintree generated one.

is_never_expires is an alias.

number_of_billing_cycles()

This is the number of billing cycles in the add-on.

quantity()

This is the quanty of the add-on.

updated_at()

This is when this add-on was last updated. If it has never been updated, then this should equal the "created_at" date.