The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

WebService::Braintree::_::CoinbaseAccount

PURPOSE

This class represents a Coinbase account.

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

ATTRIBUTES

created_at()

This returns when this account was created.

customer_id()

This returns the account's customer ID.

default()

This returns if this card is default.

is_default() is an alias for this attribute.

subscriptions()

This returns the account's subscriptions. This will be an arrayref of subscriptions.

token()

This returns the account's token.

updated_at()

This returns when this account was last updated.

user_email()

This returns the account's user's email.

user_id()

This returns the account's user's ID.

user_name()

This returns the account's user's name.