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::_::VenmoAccount

PURPOSE

This class represents a Venmo 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 account is default.

is_default() is an alias for this attribute.

image_url()

This returns the account's image URL.

source_description()

This returns the account's source description.

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.

username()

This returns the account's username.

venmo_user_id()

This returns the account's Venmo userid.