NAME
WebService::Braintree::_::PayPalAccount
PURPOSE
This class represents a PayPal account.
This class will only be created as part of a response or error response.
ATTRIBUTES
billing_agreement_id()
This returns the account's billing agreement ID.
created_at()
This returns when this account was created.
customer_id()
This returns the account's customer's ID.
default()
This returns if this account is default.
is_default()
is an alias for this attribute.
email()
This returns the account's email.
image_url()
This returns the account's image URL.
is_channel_initiated()
This returns true if this account is channel-initiated.
limited_use_order_id()
This returns the account's limited-use order ID.
payer_info()
This returns the account's payer info.
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.